| |
Rating
Thread /
Thread Starter
|
Last Post  |
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
|
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...
|
|
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...
|
|
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__
|
|
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()
{
|
|
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...
|
|
2 |
41 |
|
 |
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.
|
|
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...
|
|
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...
|
|
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...
|
|
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>
|
|
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
|
2 |
83 |
|
 |
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;
|
|
1 |
50 |
|
 |
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.
|
|
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...
|
|
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...
|
|
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...
|
|
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...
|
|
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
|
|
0 |
36 |
|
 |
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...
|
|
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
|
5 |
92 |