by pistol1
while and priming read
|
|
[6 replies] Last: I see both executions thanks again (by pistol1)
|
by vlvskyvlv
Problem with input output functions
|
|
[5 replies] Last: Ok I got a chance to ask my teacher today, she suggested something lik... (by vlvskyvlv)
|
Infinite Loop problem |
|
[8 replies] Last: Realised lines 134-138 (below) only needed once so 32-40 removed. Go... (by AlphaBravo)
|
"const char" recognition as lower or upper case |
|
[2 replies] Last: Strange, I thought I tried that, obviously not though. Thanks. (by Greywolfe1982)
|
by Wolverines10
default constructor
|
|
[1 reply] : std::string myName; // Runs the default constructor (ie, the const... (by jsmith)
|
by dlugo
while loop, loops forever
|
|
[2 replies] Last: I assume you want to read the whole file. So instead of std::strin... (by filipe)
|
by Ali Sher
no output
|
|
[15 replies] Last: You are starting to write some nasty stuff, I suggest you shut up. (by closed account 1wqDSL3A)
|
by VigilPrime
C++ Problem: Garbage in char array after copying
|
|
[no replies]
|
by Mike200
lists and new objects
|
|
[5 replies] Last: Is ptr_list part of a standard library?, or do have to download it fr... (by Athar)
|
problem with program |
|
[no replies]
|
Advise me |
|
[3 replies] Last: Try to change (mentally) those problems, with new challenges, and set ... (by MottMan)
|
Game of life problem |
|
[6 replies] Last: can you provide us with starting_grid.txt too? (by wtf)
|
Hash a generic object |
|
[10 replies] Last: Agreed there. One misuse of a boost::mpl::vector<> gave me about 22K ... (by jsmith)
|
by Adciz
Beginner BEDMAS Question
|
|
[2 replies] Last: what is happening is integer division. 3/4 = 0. use 3.0/4 to avoid thi... (by hamsterman)
|
by khris
splitting a string of integers... (1,2)
|
|
[32 replies] Last: I like the way you are going about this. I'm going to look a little d... (by khris)
|
by pontowb09
c++ sort/search error
|
|
[2 replies] Last: PanGalactic+1 Though one thing I can tell you: 1 <= position <= n d... (by hamsterman)
|
by AkoTheShadow
While(???)
|
|
[15 replies] Last: @ sohguanh But then you have duplicate code. Like in your example,... (by Disch)
|
by eyeprotocol
Newbie GUI Question
|
|
[1 reply] : a) No, but an IDE always helps b) Not much if you use cross-platform ... (by Bazzy)
|
inline is out of scope? |
|
[4 replies] Last: Just to clarify, the definition belongs into the header. (by Athar)
|
by cmarie1
what are these errors?
|
|
[7 replies] Last: Thank you LB. I know that I wasn't directly told do not ask for h... (by cmarie1)
|