by cpplover
Random number generator function issue?
|
|
[2 replies] Last: thanks it worked :) (by cpplover)
|
by JarydC33
Saving in a program?
|
|
[4 replies] Last: Thanks for the info guys! Im gonna get on that today! (by JarydC33)
|
by programmerx
a question regarding using for looop to read data
|
|
[3 replies] Last: well thats good but dont introdice yourself or say: Its me, (your nam... (by shaggy)
|
by takzee
cout space in string .
|
|
[3 replies] Last: else if (isspace (word.at(n))) word2.append(" "); I added this ... (by takzee)
|
by gmenfan83
Universal OS screen clear?
|
|
[8 replies] Last: Thank you Duoas! (by gmenfan83)
|
by darkcow
Vectors problem.
|
|
[4 replies] Last: The problem is that after cin >> s; the new line character stays in t... (by darkcow)
|
by Whaler
Could someone explain fstream to me?
|
|
[1 reply] : Make sure you have ofstream as a reference in the prototypes as you do... (by vin)
|
by HydroKr0n1k
Help
|
|
[no replies]
|
by Yume
Matrix of chars
|
|
[4 replies] Last: Thank you guys! I found the mistake now! (by Yume)
|
by manp
converting frm string to char and using pointer
|
|
[no replies]
|
Need help on operator += . |
|
[2 replies] Last: It's ok I fixed it. It only took one line of code. (by Subzero030201)
|
by HPexpress
Help with logic, array, chars
|
|
[3 replies] Last: Well, first things first: fin.ignore(100,'\n'); fin.get(ch); while ... (by cire)
|
by arooj
Writing sequential access files using fixed point notation
|
|
[no replies]
|
by Halfbreed
Runtime-accessable databases
|
|
[no replies]
|
by HPexpress
how to wrap text into a 2D array
|
|
[1 reply] : hi HPexpress [quote=HPexpress] fin.get(ch); while (ch != '\n') { fi... (by altbdoor)
|
by Halfbreed
Help with pointers to classes and Dynamic Memory
|
|
[2 replies] Last: Wow, thanks. I didn't know you couldn't pass parameters to a construct... (by Halfbreed)
|
by Haximus
too few arguments to function `void loa::drawMap(int)'
|
|
[1 reply] : The problem is when you call at that function. The message should have... (by ne555)
|
by Raistlin121
Understanding [un]desirable functioning of my program.
|
|
[10 replies] Last: It would like silly if you were asked to enter a number and you entere... (by LB)
|
by providence
Visual Studio crashing help!!!!!!!!
|
|
[2 replies] Last: Thanks! (by providence)
|
by kdmpenguin
reverse
|
|
[2 replies] Last: I kept trying it, but then when i reread it I noticed the hello backwa... (by kdmpenguin)
|