-
Marked Solved Status for Question about Functions
:?: Hi i am in my first C++ class and have already written two simple C++ programs. Im working on another using functions. I have to write 3 functions to … -
Marked Solved Status for Help with while, do while, and for loops
I'm about 3 weeks into my C++ class. I already made a simple program below that calculates grade averages and received an A. Now my teacher wants me to turn … -
Marked Solved Status for question
I have decieded to learn c++ just wondering what compilers you would all suggest? thanks -
Marked Solved Status for deitel C++ 4th edition question??
anyone know where i can get the answers for the exercises...Im stuck on some of these... -
Marked Solved Status for String operatios
I get 2 strings. I remove all the characters present in both the 2 strings.I count the no. of characters left. How do i do this in C++? -
Marked Solved Status for structures containing a pointer to an array
#include <iostream> #include <stdio.h> #include <iomanip> using namespace std; struct person { char name[15]; int Idnum; int *testscores; float average; char grade; } *student, freshman; //////////// function prototype /////////// void … -
Marked Solved Status for Stacks in C++
Can anyone direct me where to go for doing stacks in C++. I have to make a program using stacks but can you initialize a stack with given values? If … -
Marked Solved Status for How to get cursor position using c++ in Unix OS?
Can somebody help me in getting cursor position using C++ Programming language on a UNIX operating system. :cool: -
Marked Solved Status for Old School Compiler vs New Compiler
:cry: I have written this in [B]TCLite v1.x (Successful!) [/B]but when I ran it on BloodShed DevC++ v4.9.9.1 (Latest from Blood) it won't work!.. arrgg.. I need this functionalities.. ;-(.. … -
Marked Solved Status for new to C++
Hi, I'm totally new to C++ and so far am extremely confused. I was wondering if anyone could give me any help with one of my assignments. Basically I don't … -
Marked Solved Status for How do assign a file name to save in C
I am writing a program in C not C++ how do I allow the user to input a name for the file, but not the extension. I will use the … -
Marked Solved Status for How to traverse an array?? What am I doing wrong?
Here is a little of my program: struct Town { int population, outbreaks; }; const int MAX_ROWS = 39; const int MAX_COLS = 39; void GetInfRate(Town[][MAX_COLS], int); //some other functions … -
Marked Solved Status for Does C++ indubitably have a standard?
Why are the standard header files in C++ so non-standard? Particularly iostream seems to be the most dialectal. Enough to make the whole language a mess to work with! -
Marked Solved Status for Error measage in compiling c++ program
error reads: body has already been defined for function 'main()' program is as follows: search.h file [code]// display files in a directory #include <stdlib.h> #include <dir.h> #include <dos.h> #include <string.h> … -
Marked Solved Status for C++ help ,am new to C++ ,PLZ Help ASAP
hi all am having hard times since yesterday trying to solve this problem. Declare the following two integer lists: int a[] = {5, 8, 4, 1, 7}, b[] = {12, … -
Marked Solved Status for help
I am looking for ideas for a program that I am trying to build. I need to have two pictures, one blurred and one clear. The blurred picture will cover … -
Marked Solved Status for C++ multiplication program
First, let me say I am NOT asking for someone to write this program for me. I have to see how functions and operations are used in programs to learn … -
Marked Solved Status for Range Of Long??
hi! I have a problem about "[B]range of data types[/B] ".I work on program that require long digits .in "boland c++ 5.2 's help" range of long is [B]4294967295[/B] . … -
Marked Solved Status for I want bmp files through C/C++, Help
I love graphics programming through C & C++, I have worked a lot, but i am still very far away from bmp files, Can any one tell me how i … -
Marked Solved Status for Colour & graphics in DOS
Hi, I use a Borland compiler. How do I colour text (in a DOS enviroment)? -
Marked Solved Status for Problem with string search of an array
I am just learning C/C++. My problem is to determine if a character is or isn't within an array then returning an appropriate message to the user. I've only gotten … -
Marked Solved Status for str error
this prog. is supposed to demonstrate a strcpy error...however im getting an error and it wont run....once again im suing a dev c++ bloodshed compiler. and heres my code....once again … -
Marked Solved Status for Help with a 2 Dimensional Array
**I use Microsoft Visual Studio .NET 2003's compiler I having trouble trying to create a 10x10 2D array. The user is supposed to give me a starting number and then … -
Marked Solved Status for new programmer stuck with 'if statements..
Hello All, I'm very new to C++ and programming in general and am having probelms with an assignment i have been set. I've been using ?Blood dev C++? ( i … -
Marked Solved Status for C/C++ e-book plzz
can anyone gimme the C/C++ ebook.......plzzz -
Marked Solved Status for Dev bloodshed question. ������
i have dev 4.9.9.1...i will create a win 32 console application.. write some code omething basic like... //REMAIN.CPP #include <iostream.h> //necessary for cin and cout commands int main() { int … -
Marked Solved Status for How many different numbers are there?
Hello ladies and gents, I'm trying to write this little program in wich I have to enter by keyboard a certain amount of numbers (int) not floating points, and the … -
Marked Solved Status for Linux compilers
Hello, Can anyone point me the direction of getting a linux verision that comes with a .cpp compiler? so you enter gcpp filename.cpp which compiles the code and runs it … -
Marked Solved Status for guide me please
Hi everyone, I have done BIT, but in other words I completed it just to have degree not as a career. But now I am very much interested in it … -
Marked Solved Status for C++ pointers problem
Hello, i have to write a program using C++ that will store 3 characters into 3 variables, and using pointers i have to rearrange the order in a function. so … -
Marked Solved Status for Basic help
Hi i am trying to start doing C++ programming when i write a simple hello programm it is compiling correctly and the out put window is not staying on the … -
Marked Solved Status for why can't you use a switch statment with a string?
Hello 2 questions..... 1) I just tried to code a switch statement with a stribg but my compiler throws up error messages.... 2) Is they anyway I can convert a … -
Marked Solved Status for help
Hi i am learning C++ i typed the following programm it is asking me to enter the age , when i enter age and hit eneter button it is generating … -
Marked Solved Status for C++ is dying a slow death
Hi everyone, I just came home from a software conference in nagoya, Japan where they had any kind of software you can think of on this planet. There was one … -
Marked Solved Status for compilers
i need some direction for a decent free c#/c++compiler...please advise. -
Marked Solved Status for 32bit c++ compiler
Dus anyone kno a good 32 bit c++ compiler [B]for free on the internet[/B] -
Marked Solved Status for Random Characters
I'd like to ask if anyone knows how to randomize character variables, and if it is possible to define the possible characters it can use in the randomizing process. Any … -
Marked Solved Status for Borland C++ vr 4.5
I have a question. Still trying to understand. I am using borland c++ vr 4.5. I am working on a project that usees the sleep function 4.5 does not support … -
Marked Solved Status for Selecting options
How to show a list of options and allow the user to select the options by using arrow keys and enter. -
Marked Solved Status for Having trouble with library in dev-c++ (wxWindows)
Hello, I am using dev-c++ on a windows computer. I download a gui package off of the bloodshed dev site. I installed and everything seem to work. I was making … -
Marked Solved Status for Visual c++ libraries
Hi, just wanna ask if c++ opendir,readdir and closedir code can be implemented in visual c++, i have resently started using this complier and dunno what libraries have changed and … -
Marked Solved Status for CAn any1 tell me watz wrong in da code
Hi al...I am a total c++ beginner...I need ur help plz...I am making a program which asks the user to input a binary number and displayz the binary number converted … -
Marked Solved Status for ANSI string problem
I am used to using: [CODE]char *str;[/CODE] to make a string but recently have changed to using the ANSI string class as its a lot more powerful and easier to … -
Marked Solved Status for Deleting files from a Visual C++ project
I've been having some fun with early programming and have created several projects with various attempts at some failed programs. I wanted to redo, with new file names, some of … -
Marked Solved Status for Making a program that will display the result of a coin
Hello people I'm new to this forum and only been suing c++ / c for a little while now. I'm trying to seek out help with a program. I've written … -
Marked Solved Status for error C2447: missing function header (old-style formal list?), what does this mean?!
I am writing a program using a linked list and I am almost to the point where I can compile and run it but I keep on getting this error … -
Marked Solved Status for If statement, how to write this one?
Hello ladies and gents, Ive written a program wich I'm almost certain it'll work, Ive only got one problem, I need to write an if like this: int a = … -
Marked Solved Status for System() Function: Info on uses & Description
The System () function call is in C and C++, but I can't seem to find out just exactly what it can do. I use "C++ How to Program", by … -
Marked Solved Status for Console Outpot Problems in Dev-C++
:cry: I am very confused, i am working on a console application and it doesn't seem that my console output codes are working. Can someone tell me whats wrong? cout … -
Marked Solved Status for If....else password statement
I am having a little trouble incorporating a simple password into a voting machine style program. If anybody can see what's wrong with it and point it out, I would …
The End.