by soccerfan12
help with deep copying a binary tree?
|
|
[2 replies] Last: yea trying to copy the tree to a empty tree (by soccerfan12)
|
by C0D3FR3AK
Spitting out fizzbuzz to a txt file?
|
|
[1 reply] : Such a easy solution, just needed to think outside the box. #includ... (by C0D3FR3AK)
|
Conversion Calculator |
|
[4 replies] Last: @C0D3FR3AK Your idea works, but the math ends up being wrong and tha... (by ProgrammerXYZ)
|
by Irhcsa
Problem with code blocks
|
|
[no replies]
|
by yoyorcf
getline??
|
|
[1 reply] : The problem is that you are using getline after a >> operator. The >> ... (by Kurisutofaa)
|
by GigaMuff
Weird Rand() problem
|
|
[3 replies] Last: Well, i guess it does. Thanks haha (by GigaMuff)
|
by crepe6
Return string using function.
|
|
[4 replies] Last: for example string a = "ABCD" i want to return a pairing of the strin... (by crepe6)
|
by lynlyn9
How to read a key in c++? I learned it in turbo pascal how to translate in c++?
|
|
[2 replies] Last: But remember that getch() is not standard, therefore it may not be ava... (by jlb)
|
by adam2016
fstream not creating file
|
|
[2 replies] Last: Because you're trying to read from the file. Reading from a file doesn... (by Moschops)
|
by Irhcsa
Typing
|
|
[1 reply] : I found something that does what I want but It seems overly complicate... (by Irhcsa)
|
by Twifanatic
Saving and loading a level
|
|
[2 replies] Last: I'm having problems trying to add a save and load mechanic to the code... (by Twifanatic)
|
by Ruzgar
for to while and if to switch conversion
|
|
[1 reply] : Change line one to : while( i < N ) For the switch add this be... (by koothkeeper)
|
by looky
foo char [20];
|
|
[5 replies] Last: Build a complete C++ program. What you're looking at on that page isn'... (by Moschops)
|
De-allocation of a pointer does not work properly |
|
[1 reply] : ptr=new int; if (ptr==NULL){ cout<<"Memory allocation... (by Yanson)
|
Roman numeral calculator |
|
[no replies]
|
by phztfte1
WRITING AN APPLICATION
|
|
[4 replies] Last: Say, I had a class that have data members that are a string, character... (by phztfte1)
|
by lynlyn9
How to add descending order when sorting strings? I already have an ascending one.
|
|
[no replies]
|
by PUREIRON
Exception Help Please
|
|
[no replies]
|
by rojan1918
How does one access value of variables from one class in another class using friendship?
|
|
[2 replies] Last: So what would I have to do? I want z to have the value of x and w to h... (by rojan1918)
|
by lynlyn9
How to let the user choose between ascending and descending order?
|
|
[no replies]
|