by illlojik
Review: Long-Distance Calls
|
|
[no replies]
|
by Anon777
qsort () explain
|
|
[2 replies] Last: thanks a lot (by Anon777)
|
by TexanMonkey
How do I make the program check if a value exists?
|
|
[2 replies] Last: I think the only options are 1. Use your eyeballs 2. Compile the cod... (by nano511)
|
by nano511
Save function not working properly
|
|
[3 replies] Last: This a very effective way I save files. #include <iostream> #... (by TexanMonkey)
|
by madbadger89
Doesn't display results of the switch statement correctly
|
|
[3 replies] Last: I've altered my attempt a bunch recently. A guy is helping me out in ... (by Ryogathelost)
|
by URSvAir
Removing Outputted Text
|
|
[3 replies] Last: No problem. :) (by Tresky)
|
by pandamaster
Pointer doesn't show changes from another class
|
|
[5 replies] Last: Thanks L B, that worked. I just had to make these changes to Class2: ... (by pandamaster)
|
by edithsong
debugging error
|
|
[1 reply] : Found it was an incorrect setup for my virtual tables in the class its... (by edithsong)
|
by Ihtisham
Installing Qt Sdk
|
|
[1 reply] : Why did you download it? Just install Qt Creator using the Software Ce... (by Athar)
|
by Umar Dafedar
Doubts about constructor destructor
|
|
[2 replies] Last: OP probably wanted to say: 3. Does the compiler provide a defau... (by m4ster r0shi)
|
by acorn
does this vector of pointers using new look ok
|
|
[9 replies] Last: i did this as an exercise to be sure I understood how certain things a... (by acorn)
|
by Maese909
Other programming language
|
|
[6 replies] Last: it seems like a waste of time to learn basic when C# is around now. C#... (by acorn)
|
by shinigamimj
Number Generator. Need Help!!!
|
|
[4 replies] Last: maybe he wants to see the odds to win lottery :D (by Breadman)
|
by xXmusicmanXx
File I/O
|
|
[4 replies] Last: Thanks for the help! @screw: those links were helpful :) @Maese909: Y... (by xXmusicmanXx)
|
by tonnot
A list of var types with endianness - operating system ?
|
|
[4 replies] Last: The OS can only follow the endianness enforced by the CPU. You can't r... (by helios)
|
by bobbyfisher1
file I/O question
|
|
[1 reply] : wchar_t* fileName ; Are you sure you want an array of pointers to c... (by Mathhead200)
|
by crusn1k
C++ Books
|
|
[17 replies] Last: Thank you (by STLreliant)
|
by wboustany
Replacing white spaces in a string
|
|
[3 replies] Last: Nevermind, looks like it works well. What? the problem was when th... (by coder777)
|
by nanger
what is wrong with the virtual destructor in my codes?
|
|
[1 reply] : Um, you don't call destructors yourself. That's done automatically by ... (by Athar)
|
by pcultras
Removing last character using cstdio
|
|
[11 replies] Last: thanks man i actually now changed it and it works well i mean the remo... (by pcultras)
|