by Erain
Connecting Source Files
|
|
[17 replies] Last: If you need constants to be shared by more than one .cpp file, put the... (by filipe)
|
by Goofy
The output includes some numbers which shouldn't appear
|
|
[2 replies] Last: ah lol yeah , int ty mate , I expected 'This function has access to th... (by Goofy)
|
by MottMan
Input/Output to File Question
|
|
[6 replies] Last: I already got it to work but thanks for the replies. (by MottMan)
|
by pabloist
Understanding 'this'.
|
|
[6 replies] Last: Exactly (by binarybob350)
|
by Kieth89
Question on enumeration range
|
|
[7 replies] Last: can you mark as solved? (by stavros)
|
by koutsos1
functions
|
|
[7 replies] Last: Need to call the swap_values function and print out x and y again. ... (by binarybob350)
|
by human
Remove integer from array
|
|
[9 replies] Last: Here is one with some error checking added in and the original input o... (by kempofighter)
|
by systempause
A strange string problem
|
|
[5 replies] Last: Thank you for all... (by systempause)
|
by yotama9
no match for 'operator==' even though the operator is defined.
|
|
[6 replies] Last: OK. Thanks (by yotama9)
|
by koopa
easy question??
|
|
[2 replies] Last: used char and it works fine, now embarassed at how simple the solution... (by koopa)
|
characters & strings |
|
[3 replies] Last: You might want to use std::getline() to read the date and the name, be... (by Galik)
|
by tomjoad
Runtime error with decompress program.
|
|
[no replies]
|
by kaduuk
Problem with pow function
|
|
[3 replies] Last: It is because the pow function used here has no matching definition in... (by mgupta)
|
by tarun91
complexity of code
|
|
[2 replies] Last: is structure a primitive data type, if so, why? Not in my opinion. ... (by binarybob350)
|
by AlphaBravo
Passing many objects by reference into functions
|
|
[7 replies] Last: Brilliant. Thanks very much for that. Its cleared the way and gave me... (by AlphaBravo)
|
by fistsers
I am 21 years old and i am new in c++
|
|
[4 replies] Last: Sure, just about anything is possible in C++! You could do something l... (by RyanCaywood)
|
by peripheral
why the exe no show in screen?
|
|
[1 reply] : purehex() doesn't return a value so I think it would be a void .... (by bluezor)
|
Keep asking for user input - part two. |
|
[2 replies] Last: I think the problem is looking for something like this (psuedocode): ... (by firedraco)
|
error checking fread wrapper |
|
[3 replies] Last: Thanks, the problem was a completely unrelated issue. I hadn't told cm... (by Craig Pemberton)
|
by Spartan1337
Complete noob to C++, got a few simple questions
|
|
[6 replies] Last: There is a build menu in VC++ 08 >_> Fifth from the left. (by firedraco)
|