GIDForums

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

CPP / C++ Forum

Welcome to the C++ Programming Language forum.

Browse through the links below to find existing C++ programming discussions - including source code examples, hints, tips, and tutorials. Example codes are syntax highlighted for your convenience.

If you have just registered or if this is your first time here, and if you wish to include example C++ code in your posts and messages, please surround your example codes in [cpp]...[/cpp] bbcode tags when you submit your messages. This will syntax highlight your C++/CPP code examples within a post. Please refer to the details here.

Post New Thread
Threads in Forum : CPP / C++ Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
by WaltP
Guidelines for Posting Requests for Help version 3.1 GIDForums is pleased to provide these forums to help you understand programming techniques and correct programming problems. Following these guidelines will help you post good questions with enough information that we can understand your...
21-Apr-2005 02:44
by WaltP Go to last post
0 9,188
 
by Mrehman
hey guyz back again unfortunately sorry about that. it's my project and it's due tonight, and i am like stuck on this. i tried all possible ways i know but no luck. hope you guyz can help. i have uploaded 2 files. first refer to question no 1. second refers to q no 2. my first question is in the...
11-May-2008 20:13
by TurboPT Go to last post
4 46
 
by lilballeer
Hello, This program is suppsoe to display a menu and the user is suppose to select an option from the menu, then perform the operation...I have figured out how to get it to select the option and such, just cant get the program to continue to the menu selection after an operation was...
11-May-2008 13:46
by Mararia Go to last post
2 28
 
by hungle
Hi, I have made a class that contain an array of pointers to class "CFigure" I want to create a function that get an index and delete a record in that index from the array. Can you help me please. Arrays.h #ifndef __ARRAYS_H__
11-May-2008 00:55
by hungle Go to last post
0 24
 
by lilballeer
Hello, I keep getting this error for this program which is simply suppose to tell me if a letter is a vowel or not. error C2064: term does not evaluate to a function taking 1 arguments Here is the code: #include <iostream> using namespace std; char isVowel (char letter); int main() {
10-May-2008 23:59
by lilballeer Go to last post
18 201
 
by chopficaro
ok i got past that part i posted about before, now im having some more trouble. i can add 2 patients easily to the file. then i try to display them. it displays the first one just fine, but the second it tries to display the first value in the th element of the array, i get an error message. that...
10-May-2008 21:45
by chopficaro Go to last post
2 41
Question
by Mrehman
hey guyz what's up? i searched a lot on this topic but i juts can't seem to get it. can any one tell me how to convert a .txt file to a GIFT format or convert a file GIFT format. what do you write in the program so the file is converted. please Thanks.
10-May-2008 17:02
by Mrehman Go to last post
6 68
 
by chopficaro
im trying to make a database of patients and i am working on writing 2 of 8 of the functions in the menu. displaypatients is supposed to display all the info for the patients 1 by 1, and addpatient is supposed to add a patient to an array of patientstructs in the file. i currently can add one...
10-May-2008 14:41
by chopficaro Go to last post
2 35
 
by fomi1101
I have a code which, I dont really know how to work with funtions. I just need sort the names and numbers to ascending or decending order using any kind of sort, but I'm using the bubble sort. Here is my code, When I execute it doesn't print out anything ? or how am I supposed to print the sorted...
10-May-2008 11:12
by fomi1101 Go to last post
0 33
 
by hungle
Hi I am building a paint for my homework and i have a problem with abstract class that i dont understand The error "error C2259: 'CFigure' : cannot instantiate abstract class c:\documents and settings\hung\desktop\paint_h\paint_h\arrays.cpp" here is the code: Figure.h #ifndef...
10-May-2008 07:06
by hungle Go to last post
3 50
 
by Peter_APIIT
Hello to dear expert programmer, i have wrote a program that test the address of union member. I cannot print out address of union member. Below is what i have wrote : #include<iostream> #include<set> #include<windows.h>
10-May-2008 01:46
by Peter_APIIT Go to last post
9 123
 
by gagless12
Hi everyone. Back again, unfortunately:( . I've got to put together a calculator sort of program. The calculator works by reading a text file provided by the user that is filled with commands. The program then outputs those files into a new text file named by the user. Here is a sample of how...
09-May-2008 14:04
by WaltP Go to last post
2 83
Unhappy
by glen_4455
Hi all, I am a new member here, I have some problem with my C++ code. I was trying to understand string programming. I was wondering if there anyone would be able to see through my codes and fix it up and explain to me as well. #include <iostream> #include <string> using namespace std;
09-May-2008 07:53
by Peter_APIIT Go to last post
1 50
Question
by iiiman_g
hi friends. I really need your help about importing image in C++ for my project. all i need to know is how can i import an image in turbo C++ and make some process on it in dos graph mode. is it possible? my project is about to creating a 4*4 puzzle.
08-May-2008 13:45
by iiiman_g Go to last post
4 72
 
by molemanuk
i am writing a program to perform various functions on some inputted shapes (for a course im taking) and have hit a bit of a brick wall... was wondering if anyone here could help. my problem is this; i have a list of rectangles stored in a linked list and need to output the details of said...
08-May-2008 07:47
by molemanuk Go to last post
7 103
 
by the_crazyman
New to this and was after some help/direction. I'm writing a program (new to C++). I've to open a file, read in 20 chars, sort it alphabetically and then remove any duplicates. I can get it to read in, sort and display the sorted array, but I can't work out the deletion bit. Any advice? The...
08-May-2008 04:57
by zatora Go to last post
21 7,869
 
by sapan_shah143
hi everyone, i have written code for buffer as below. but is shows runtime error "Run-Time Check Failure #3 - The variable 'bRecievedData' is being used without being " . and shows bad pointer. what should i do to remove this error. i need help urgently BYTE *bRecievedData; /* buffer for...
07-May-2008 21:46
by sapan_shah143 Go to last post
2 44
 
by CBNewbie
I really need help with a problem for a class. I'm completely lost on what to do. And, it's due tomorrow. Anyone that can help, please do, anything is greatly appreciated... My problem is this: I have a text file with the following in it Abilene Amarillo 200 Abilene Dallas 220 Abilene Waco...
06-May-2008 13:42
by zatora Go to last post
3 98
 
by zatora
#include<iostream> #include<string> #include "romantype.h" using namespace std; int main() { romantype rom;// create an object rom from roman type class
06-May-2008 13:18
by zatora Go to last post
0 36
Question
by Mrehman
hey guyz what's up? my question is same as the title above. is it any way possible for you to use cin.getline in strings.if not then how do i read a whole line in this code. it's all the way at the bottom. #include <iostream> #include <string> using namespace std; struct Information { string...
06-May-2008 12:45
by Mrehman Go to last post
3 56
 
by genesaika
I am rather new to C++ and using dev-C++. I use Windows XP and Windows Vista OS. I am wondering if someone can give me a link to a good easy tutorial for direct3D. I have made video games using just C++ but they are so plain and all. I want to put in some graphics, even if it's only 2D. At the...
06-May-2008 11:59
by J-M Go to last post
5 92
Post New Thread

Recent GIDBlogMaster?s Degree by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 3846 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 21:15.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.