by adesh
Could not understand for loop
|
|
[6 replies] Last: Thanks , i feel now i have understood it after all the trouble with th... (by adesh)
|
by smallmos
overloaded operators - compare strings
|
|
[14 replies] Last: excellent, working now, thanks a lot (by smallmos)
|
by GrailStudios
Text-Based Adventure-Need Help
|
|
[10 replies] Last: yeah i dont know how to use classes (yet) so thats probably why I like... (by bacia)
|
by yhangel
why do i get warning in declaration of new
|
|
[2 replies] Last: i choose to start it in pn so the end user will not be confuse with t... (by yhangel)
|
by Taylrl
How should I approach this problem? r.e. How to use opendir()/scandir()
|
|
[6 replies] Last: Wait this code is only printing on line 31 at the moment. I'll just ch... (by Taylrl)
|
by CMinus
A little Encryption / Decryption Program !
|
|
[6 replies] Last: Thanks dude it works now , although I didn't understand the use of cin... (by CMinus)
|
by jaff
ceil function question
|
|
[6 replies] Last: never assume... know... ;) (by Jikax)
|
by rozick1
Basic spellchecker not working
|
|
[3 replies] Last: when you start checking a new word from word1.txt you need to start re... (by Jikax)
|
by catalin10
understandig the text of a problem
|
|
[3 replies] Last: In simple: -Find all Fibonacci numbers <= 4.000.000 (four million) -... (by Gaminic)
|
by Davichococat
Defining a variable in different way and reading tokens
|
|
[5 replies] Last: Just for funsies... #include <iostream> #include <Windows.h> st... (by cire)
|
Connecting to/working with SQL server |
|
[1 reply] : I suggest you look into using MySQL++; It's been around long enough t... (by Texan40)
|
by alfredhin
[HELP] C++ random access file
|
|
[2 replies] Last: ya. you right the problem is fixed after i add "ios::in" in line 71 so... (by alfredhin)
|
by mrshah
Run Time Code Degeneration
|
|
[8 replies] Last: Thank you cire, I just compiled and its working beautifully. Brilliant... (by mrshah)
|
by SithV
Test a string of digits for characters
|
|
[3 replies] Last: can you place some code? i do not understand what you mean... (by Jikax)
|
by dbailey
want to quit program at any prompt with q
|
|
[1 reply] : http://www.cplusplus.com/articles/z13hAqkS/ (by cire)
|
by TruYadoo
How to: Open 'My Documents' in my program
|
|
[1 reply] : However you're starting iexplore ; do the same thing with explorer C... (by Moschops)
|
by dominic69
fmod
|
|
[no replies]
|
by mekkatorqu
Win32 API - Tab Controls
|
|
[4 replies] Last: @bacia I hope that was just joke... @texan40 thanks, I'll try it late... (by mekkatorqu)
|
pong frustations |
|
[2 replies] Last: if(ballx > 1000 || bally > 450) if(ballx < 20 || bally < 5) if (b... (by cire)
|
by WhiteWind
Beginner questions about File I/O
|
|
[3 replies] Last: There really is no need for the array int Data at all. All you need ... (by Galik)
|