by Drakinar
Cycle does not work right
|
|
[1 reply] : http://stackoverflow.com/questions/5131647/ (by mutexe)
|
by koopey
c++ basic terminology clarification
|
|
[5 replies] Last: so a general variable of a class type is an object and each object wit... (by koopey)
|
by KillaCosby
Why does this Constructor/Class not call right.
|
|
[3 replies] Last: Dark Goomba, you are a beautiful god child and I shower your family wi... (by KillaCosby)
|
by jackiettw
read file into array & sorting array issue
|
|
[15 replies] Last: noted. thank you so much sir. i had learnt so much from u :D (by jackiettw)
|
by adriyel
String does not want to accept 'white spaces' when I type and will only accept one word
|
|
[10 replies] Last: Oh I forgot to tell adriyel about the getline, even though I used it i... (by minomic)
|
by Awhe
Not executing if statement? Unexpected results.
|
|
[4 replies] Last: ty buddy (by Awhe)
|
by patriic48
Loading from a textfile and filling a vector
|
|
[3 replies] Last: Both Momothegreat and specter113 are making bad suggestions. Your... (by cire)
|
by badcoder
How to switch back to main
|
|
[7 replies] Last: This might sound like a bit of a bad answer, but there is plenty of ma... (by tristan1333)
|
by StetsonShark
undefined refrence to WinMain@16 error?
|
|
[6 replies] Last: Holy crap! Shows how much attention my brain was giving you. Yes, ev... (by Duthomhas)
|
Trouble with program (1,2) |
|
[22 replies] Last: :) (by Codermik)
|
by patriic48
Using a existing text file and edi and save
|
|
[1 reply] : My quick suggestion is not closing the output file until the end of th... (by Momothegreat)
|
by shahd95
Replacing capital letters with small lettes and small letters with capital letters.
|
|
[2 replies] Last: ^ Include the header file <cctype>. It has library functions like tolo... (by Momothegreat)
|
by Niscuit
Coding a Simple Game. Please assist
|
|
[2 replies] Last: ^ What he said: if (totalBucks >= 13) // delete semicolon, i... (by Momothegreat)
|
by SVcpp
Text files and Storing in variables
|
|
[4 replies] Last: @Momothegreat Thanks for all of the help, but I actually got this sol... (by SVcpp)
|
by newbiee999
Error while checking if .txt file is open or not
|
|
[no replies]
|
by Sh0milaC
Keylogger help
|
|
[5 replies] Last: As @ultifinitus said, there is a system hook for this so you can make ... (by iQChange)
|
by kunz
while loop validation
|
|
[6 replies] Last: andywestken's solution is a very handy trick to remember. For efficien... (by dhayden)
|
by SonDavid
Anyone need a student or programming buddy?
|
|
[9 replies] Last: Sounds cool. You help me and I'll help you too. We're all in this toge... (by SonDavid)
|
by Pter0dactyl
C++ vs assembly code
|
|
[6 replies] Last: It has to be undefined, it changes x's value multiple times during the... (by TheHardew)
|
by specter113
Issues with loop
|
|
[3 replies] Last: When the user types "done" in either input1 or input2 then the loop sh... (by specter113)
|