by George10
How bad is a kludge?
|
|
[10 replies] Last: Technically the : ? operator call the conditional operator. It ... (by closed account z05DSL3A)
|
by award982
File input/output
|
|
[2 replies] Last: Is using save.ignore(2, '\n'); Ok? It works with it, it firsts... (by award982)
|
by rayraymond
question about linked list
|
|
[1 reply] : p->mark (by Bazzy)
|
by chrisben
Question about circular reference
|
|
[2 replies] Last: thanks. (by chrisben)
|
by gfitzp
Sorry for Dumb question but im stumped
|
|
[2 replies] Last: Thats great mate thanks for that. I suspected something like that but ... (by gfitzp)
|
by ridikasss
C++ program
|
|
[1 reply] : What? http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|
by akebono
Stuck on Linked List Reverse Function
|
|
[5 replies] Last: the function reverses the links. variables hold the links we change so... (by herbert1910)
|
by robezy
What is name mangling/name decoration?
|
|
[2 replies] Last: :) :) (by robezy)
|
by gnewfenix
How to read/read arrays of structs in binary mode.
|
|
[2 replies] Last: Alright, did that and everything is working fine now. :-) I'd post the... (by gnewfenix)
|
by linhmulan
Palindromes
|
|
[2 replies] Last: Thank you joeriMJ, I modified the code again and look like this int... (by linhmulan)
|
by NickPaul
Passing by reference... Stupid Q
|
|
[4 replies] Last: Haha thanks Disch! Great answer :) Nick (by NickPaul)
|
by Maisam Tamar
fstream
|
|
[5 replies] Last: okaz.............. (by Maisam Tamar)
|
by Jerome
fstream const string 'no matching function'
|
|
[2 replies] Last: That's right. You need to use .c_str() to get a C-style string. (by Zhuge)
|
by kenryuakuma
overloading true and false operator
|
|
[6 replies] Last: In C# there is also another overload ! operator. That even confuses me... (by kenryuakuma)
|
by Matunas
Do I need to create a counter for input records?
|
|
[2 replies] Last: I changed the code to fix it: if (!inMyStream.eof()) InputRecord... (by Matunas)
|
by NickPaul
Matrix Multiplication
|
|
[7 replies] Last: Well, this was a task for school and it has a few extensions beside th... (by joeriMJ)
|
by kyle11778
graphics in command prompt
|
|
[3 replies] Last: Then ask him how exactly you are expected to draw an image on the text... (by Duthomhas)
|
by darragh169
arranging vector<object*> in order
|
|
[3 replies] Last: That looks like the general idea to me although the class attributes p... (by kempofighter)
|
by Matunas
Multiple-Up project advice
|
|
[9 replies] Last: I got it to work. Thanks for all your help! (by Matunas)
|
by TanKCR
double input validation??
|
|
[8 replies] Last: Not quite sure what you mean...I would just use an if statement. (by Zhuge)
|