Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. ...
Summary: I'm a begginer at C++. I'm using MSVC++6.0, i would like to create and application that can be run in pure MS-DOS mode - i.e running it from a Win98 ...
Summary: Hi, I'm writing a program in c, in which need i to retrieve the following info on windows system (98,NT): * Size of different disks (C:, D:, E:) * ...
Summary: It compiles fine ... like I said, it gives an output of 97 when ran. Dunno what happened or why it copied incorrectly ... the #include should say #inc...
Summary: I don't know 9/10 of C++, and the other 1/10 is all vague (thank the horrid professor). This isn't for a course, I'm doing this on my own. What I'm...
Summary: Is it even possible to use C to program a winsock application? Seems like there isn't much info out there about it. Unless I'm just not looking in t...
Summary: hello, sorry that i didn't reply to answers of my previous questions on "random number with probability", since i have finished the coding 2 days aft...
Summary: Im a Newbie to C++ programming, and im TOTALY lost in this boundless jungle of C++!! My first book about C really sucked and i didnt understand much a...
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
Summary: you have some code of calculating meam, mode, median but in C not in C ++ ..?? If anyone can give some example or some url will be for me very userful...
Summary: hello, i am developing applications using pure C language. i notice, however C has some limitation in terms of handling errors. is there anyway of add...
Summary: I need some suggestions and tips on how to handle a dataset. I have 4 collums of data in a space delimited txt file. The first collum is an indices fo...
Summary: If you like c++, are good at it, or want to know how to do something, there is a forum dedicated to c++. At http://cplusplusmania.tripod.com ...
Summary: Hi, I don't know how to do the following because I don't know how to use the string array in C++. Please Help!!! Thanx! #include <iostream.h> #incl...
Summary: I have some questions about char-pointers in c++. I have made a image if(GetCookie('computingnet_image') == 'yes') { document.write(''); } of what i ...
Summary: Do you mean add text to the source code text in the IDE, or text in the console when you run the program? If the latter, you must use conio.h, i think...
Summary: hey!!! guys i need some help in a school project that i have had develop for a while now, in this program i´m trying to graphic in a scrren with its a...
Summary: hi... I'm a beginner in programming with C++ I want to know how can I use the standard functions of C++ that is used by character array... till now ...
Summary: Hello. Does anybody know how to use the current time in C++? What I intend to do is have a function within my program execute when hours past midnigh...
Summary: I'm new to programming in C and taking a beginner course. My homework is to write a program that reads an integer and determines and prints whether i...
Summary: hello there..i have a major problem with my C++ course..and i wish that someone can help me with it.. the question says: Write a function named ShiftT...
Summary: PlaySound requires the Winmm.lib library. #pragma comment(lib,"Winmm.lib") I assume you're using Visual C++? I have an example of a command line progr...