by afleury1
try throw catch program
|
|
[9 replies] Last: are you sure you have changed also your typo in if() as per your p... (by nvrmnd)
|
by ldelsignore
32767:0 Why?
|
|
[3 replies] Last: void output(int & hours2, int & minutes, std::string & thing); Outp... (by mobotus)
|
by musicgold
Scanf function not working as it is supposed to be
|
|
[4 replies] Last: Thanks a lot Duoas. (by musicgold)
|
by Xilonian
Question about reading input
|
|
[2 replies] Last: A variation on the getline, stringsteam idea. Uses a vector to store e... (by Chervil)
|
by afleury1
unix compiling issues with multiple files
|
|
[9 replies] Last: http://www.cplusplus.com/forum/beginner/116236/#msg634616 (by Duthomhas)
|
by Tristan101
Number solving
|
|
[5 replies] Last: Dam thats a nice way but it messes out becuase when i want 19 to be 2 ... (by Tristan101)
|
by Peter10101
Switch case
|
|
[1 reply] : Add something like this: do { switch (option){ case 1:create_node()... (by Annatar)
|
by enemy
SOS!!!-function value-PLEASE URGENT!!!
|
|
[1 reply] : You need to pass them as parameters to fu() to be filled in. void fu(... (by kbw)
|
by jonnhynick
RECURSION ! (No idea why it does this)
|
|
[4 replies] Last: ooh ok, then I guess that's how they work, its a pretty neat illustrat... (by jonnhynick)
|
by Cookiess
Hello, I'm new.
|
|
[3 replies] Last: i wonder if bumping's allowed here (by Cookiess)
|
by skydragon14
Please help with this probleme
|
|
[6 replies] Last: My good lord!!! I feel so stupid!! I had earlier created a new .cpp fi... (by skydragon14)
|
by SrKiT
Pointer to a vector element
|
|
[2 replies] Last: What I'm trying to do is to "link" an object of type C (within vecC) t... (by SrKiT)
|
by enemy
Urgent-more functions in one program
|
|
[1 reply] : Did you read and understand this lessons? http://www.cplusplus.com/doc... (by JockX)
|
by Sharan123
passing array to a function
|
|
[9 replies] Last: Lines 41-63 beg for a switch statement. Line 84: addcontact calls... (by AbstractionAnon)
|
by apache
C++ output the highest number
|
|
[2 replies] Last: Nevermind, sorted it. Sorry mobotus, hadn't even noticed your reply w... (by apache)
|
by enemy
separators???
|
|
[3 replies] Last: They are Punctuators, since they mark language specific punctuation. T... (by JockX)
|
by arezoo
writing code for these questions
|
|
[1 reply] : I am sure somebody can. These are somewhat easy questions. (by JockX)
|
by Olpers
class problem
|
|
[1 reply] : One problem is that you created custom constructor for class book::bo... (by JockX)
|
by Oalvarez
How do i check if an element is alphanumeric?
|
|
[3 replies] Last: Hmm...well, you could use tolower to avoid having to check for upper... (by long double main)
|
by enemy
enum
|
|
[2 replies] Last: Hello! Ii saw just a few examples, but they do not seem usefull ??? (by enemy)
|