by millerme
Beginning to learn C++ need help coding
|
|
[5 replies] Last: Alright thanks a ton, ya I was looking at books online for C++, I prob... (by millerme)
|
by ayish100
using % in c++
|
|
[2 replies] Last: ah.. i see.. tnx for the help.. the int did work.. :) (by ayish100)
|
by ayish100
if else statements
|
|
[9 replies] Last: tnx for the heLps.. very apPreciated..:) (by ayish100)
|
by asrat
c++ book with answer book
|
|
[8 replies] Last: doing the exercises in programming books is (almost) a complete waste... (by closed account z05DSL3A)
|
by vlad61
"=="
|
|
[17 replies] Last: 4! is 24 ^^ (by anonymous23323124)
|
by Daryl88
Programming definitions
|
|
[4 replies] Last: Well, the thing is that you need to learn the words/phrases (and their... (by coder777)
|
by chesterbloke
Creation of Multiple Objects
|
|
[3 replies] Last: In that case, you would create a pointer array (read: a ptr_vector) of... (by Athar)
|
by geekocoder
problem in making sudoku game
|
|
[3 replies] Last: I would recommend you to go wıth the console at this point. what you ... (by muratagenc)
|
by acorn
error flash
|
|
[10 replies] Last: the unsafe warnings are the same which i stated above. put this "_CRT... (by writetonsharma)
|
by plaid311
Sudden New-Project Problem
|
|
[1 reply] : I haven't used VS much, but I think, in the worst case, you can copy a... (by muratagenc)
|
by wtf
Safeguarding scanf() reads as with cin >>. Is this possible?
|
|
[8 replies] Last: thanks alrededor I will look into it. Today i've been reading up... (by wtf)
|
by acorn
getting irritated with function pointers
|
|
[4 replies] Last: more then 6 different trys now to remember syntax w/o peeking. lol. ... (by acorn)
|
by acorn
what to read or where to go next
|
|
[4 replies] Last: When skimming over material you think you know, don't see if you under... (by Intrexa)
|
by adn258
Being A Cheapskate With Code Is That Ok For Awhile?
|
|
[4 replies] Last: To save time learning the undoubtedly horrible (assuming based on my e... (by kev82)
|
by joatmon
Reset char variable
|
|
[2 replies] Last: Sorry, my bad. My problem is variable scope one. I just stepped thro... (by joatmon)
|
by stuted
[Acquire help] Case errors
|
|
[6 replies] Last: No need to apologise, I'm a newbie myself. I post here twice or 3 time... (by eidge)
|
by Skizzy
Beginner Problems. C++ Assignment
|
|
[6 replies] Last: Hey that worked ^_^ Ok, sorry, ill use the thing from now on im sor... (by Skizzy)
|
by alendrex
How to convert a string type variable into an integer?
|
|
[5 replies] Last: Or it can be used used like this : string year="2011"; int y=atoi(year... (by alendrex)
|
by wasabi
SFML down
|
|
[4 replies] Last: Funny, now its working for me as well. I've been trying for days... th... (by wasabi)
|
by adn258
Registry Function What Am I doing Wrong?
|
|
[7 replies] Last: On line 21, you are making a string of chars, when you should be maki... (by adn258)
|