by Vect0rZ
Class, default constructor ":"
|
|
[4 replies] Last: Note: someClass(float _x, float _y) is not a default constructo... (by closed account z05DSL3A)
|
Binary predicate help |
|
[6 replies] Last: Thanks guys i got it now (by procastination)
|
Operator Overloading in Value class |
|
[8 replies] Last: Visual C++ != C++ though... Visual C++ is a product not a language, ... (by closed account z05DSL3A)
|
by rselvan
Sending form as parameter in c++
|
|
[2 replies] Last: How to send a win32 form as parameter to another userdefined function... (by closed account z05DSL3A)
|
Strings |
|
[1 reply] : http://www.cplusplus.com/reference/string/string/at/ http://www.cplusp... (by lsk)
|
by Dobielover
3 sorts of random arrays
|
|
[1 reply] : int list1 , int list2 ,int list3 ; int list1 , list2 , list3 ; v... (by lsk)
|
by ansemheart
SUPER BEGINNER class question
|
|
[2 replies] Last: Your output is correct. Well... except for the yourName=^ and myName=... (by discofire)
|
by unkn0wn0192
Need help with a hw question that involves structs and functions
|
|
[4 replies] Last: Thanks Yanson, that worked. :D (by unkn0wn0192)
|
by Jacobhaha
Nested loops
|
|
[7 replies] Last: What i still don't understand is when does 'j' go up because both the ... (by Jacobhaha)
|
by Ozwurld
help understanding std::string erase
|
|
[5 replies] Last: Thanks a ton :). (by Ozwurld)
|
by dash127
Multi String Array Program
|
|
[1 reply] : I figured it out... #include <iostream> #include <string> using n... (by dash127)
|
by Vect0rZ
Global class member?
|
|
[4 replies] Last: Sorry, I did not pointed out, but in my program, it's not actually a f... (by Vect0rZ)
|
by Rashad2
Switch statement vs if else
|
|
[7 replies] Last: I don't know of anyone who recommends switch as bad practice. The swi... (by Duthomhas)
|
by newbie456
Array Initialization
|
|
[7 replies] Last: @keskiverto: Thanks, I get it now. I'm gonna try the one-liner and see... (by newbie456)
|
by RobHubbard
character arrays
|
|
[2 replies] Last: Excellent! Thankyou (by RobHubbard)
|
by Nielyboyken
Using variable in System() function?
|
|
[3 replies] Last: Thanks all! :) Worked like a charm. (by Nielyboyken)
|
by mr stonecold
Printing the largest number from a .txt file.
|
|
[no replies]
|
by lazarus102
Practical use of code?
|
|
[8 replies] Last: If i remember right, the book I linked earlier uses an inventory to ex... (by admkrk)
|
by Nielyboyken
Using the sprintf function? C++
|
|
[9 replies] Last: Code doesn't work, I tried to edit it my own way as well but still no ... (by Nielyboyken)
|
by MI Wright
"Opposite" of cin.fail()?
|
|
[3 replies] Last: Alright, that makes sense. Thanks! (by MI Wright)
|