by geoff13
How to prevent a program from break line?
|
|
[6 replies] Last: i need to avoid breaking the line after user presses enter. if i had t... (by geoff13)
|
by ascii
Optimizing String Recognition
|
|
[10 replies] Last: haha when i started learning c++ i was taught char arrays long before ... (by ascii)
|
by GamexCoder
Inventory system again
|
|
[1 reply] : Call getline() once for each string you want to read. getline(file, s... (by Zhuge)
|
by Matt Teddy
Caesar Cipher [Need a hand]
|
|
[6 replies] Last: Thanks for your reply. I was wondering what was causing the error. Aft... (by Matt Teddy)
|
by geoff13
Compare strings to find similar characters
|
|
[no replies]
|
by Janlan
Removing vowels from file! Help
|
|
[2 replies] Last: Yes...but the i should convert string to char etc etc...without the w... (by Janlan)
|
by GamexCoder
inventory System
|
|
[1 reply] : Saving, use a file. http://cplusplus.com/doc/tutorial/files/ Returning... (by Zhuge)
|
by ATKBlackdawn
got a program i gotta do for a class not working right
|
|
[1 reply] : also in order to get by the medical record number loop you got to ente... (by ATKBlackdawn)
|
Vector Sizes within For Loops |
|
[no replies]
|
by WayneC
While loop not incrementing
|
|
[4 replies] Last: Thanks both of you for the help. On a whim, I closed Visual Studio 20... (by WayneC)
|
by kong288
Making gamez?
|
|
[9 replies] Last: Oops, forgot to look at this topic. Thx lots everyone ;)! (by kong288)
|
by shiyongseng
Random number array with sequence
|
|
[2 replies] Last: Thanks a lot for the help. I'll be starting soon, and it's good to ha... (by shiyongseng)
|
by kabell819
Mandelbrot Set Program!! HELP!!!
|
|
[3 replies] Last: Alas, I am not familiar with Quincy and it doesn't seem to make anythi... (by Duthomhas)
|
by beavey
Display stored bit pattern of float variable
|
|
[2 replies] Last: Thank you for your reply. I have tried compiling the above code using ... (by beavey)
|
unresolved external symbol |
|
[5 replies] Last: No problem - it's an easy mistake to make. Just be sure you understand... (by anonymous23323124)
|
by coolswathi
Copy Constructor and Assignment Operator
|
|
[2 replies] Last: However, there are times when a compiler will refuse to provide a defa... (by guestgulkan)
|
by tonnot
How to convert from string to int, long, double, etc
|
|
[no replies]
|
by gikiian
char Name[6]; How much characters can a user input? Would there be a null-terminator at 5th index?
|
|
[4 replies] Last: How much characters can a user input? Would there be a null-terminat... (by Alrededor)
|
by coolswathi
Copying and assigning objects
|
|
[9 replies] Last: Yeah the thread wasn't long enough for me to href the message tag so I... (by Computergeek01)
|
Hey Everybody!! Question :-) (1,2) |
|
[30 replies] Last: This makes no sense. If you don't like higher level abstraction, C or... (by stereoMatching)
|