by jellyfish
Loop going crazy
|
|
[1 reply] : 'cin >>' leaves a newline char in the input stream. This '\n' is then ... (by hamsterman)
|
by Krisando
Problem declaring data member in a class of a template class
|
|
[1 reply] : You've got an extra } in line 34. In order to define the static attr... (by ne555)
|
by agent 509
Program repeats a statement when it shouldn't
|
|
[14 replies] Last: Okay, I think I understand now. So I wont use a function in this progr... (by agent 509)
|
by zweigoh
Read file (Extract string by spacing)
|
|
[1 reply] : Duplicate: http://www.cplusplus.com/forum/beginner/30722/ (by Galik)
|
by zweigoh
Read file (Extract string by spacing)
|
|
[1 reply] : Duplicate: http://www.cplusplus.com/forum/beginner/30722/ (by Galik)
|
by zweigoh
Read file (Extract string by spacing)
|
|
[1 reply] : You can use operator>> http://www.cplusplus.com/reference/iostream/is... (by Galik)
|
by johnny157
Primality program
|
|
[5 replies] Last: wow thank you so much! that worked perfectly! (by johnny157)
|
by snazziosity
Cannot Convert Const String to Char*
|
|
[2 replies] Last: Thank you! (by snazziosity)
|
by zachwulf
Converting English to Morse Code - Logic Debugging
|
|
[3 replies] Last: Just for closure, I actually found a solution using the <sstream> libr... (by zachwulf)
|
by Tolmes
Arrays and functions...
|
|
[1 reply] : Each array has the capability to hold 30 elements, however, that does ... (by Tolmes)
|
by gob
implementing a class error - simple!
|
|
[4 replies] Last: Thanks! (by gob)
|
Passing Arrays By Reference |
|
[3 replies] Last: I didn't say they're passed by default, I said they're by default pas... (by Albatross)
|
by keewong
returning to the beginning of fstream
|
|
[2 replies] Last: Hi Bazzy, the call didn't work when alone, but when used together..... (by keewong)
|
by Browni3141
C++ Compiler
|
|
[10 replies] Last: The Code::Blocks + TDM MinGW bundle does not require admin rights to i... (by Athar)
|
by sk1tz0
inheritance question
|
|
[4 replies] Last: This looks a bit fishy: Appointments::Appointments(Date d, Time t)... (by Galik)
|
Reading from file into array |
|
[3 replies] Last: either int* read(){ int* grades = new int ; //... return... (by hamsterman)
|
by kkostas
Vectors and files, Problem with erasing elements
|
|
[no replies]
|
by edcofu
DOS RPG!
|
|
[14 replies] Last: i too develop text based rpg games, telnet://azonebbs.dyndns.org (by dspain)
|
by GhostServer
cant get Error to stop showing..
|
|
[2 replies] Last: void main() is non standard, although it's allowed by some compilers... (by filipe)
|
by soapyFrogger
returning a long decimal number
|
|
[2 replies] Last: Ahhh, I see! Thank you ever so much, it is working now :D (by soapyFrogger)
|