by BaronInara
Tic-Tac-Toe
|
|
[no replies]
|
by sleepyfool
Pointers Fuctions
|
|
[5 replies] Last: Ahh I see. Figured it was something like that. No worries. (by closed account Lv0f92yv)
|
by youtubester
new to character array
|
|
[6 replies] Last: ahh thanks. it works now. thank you! (by youtubester)
|
by manchester
Stuck on a problem
|
|
[2 replies] Last: Indeed, it will not display with the code above. If you deference p... (by closed account Lv0f92yv)
|
by Melander
Shellexecute (1,2)
|
|
[23 replies] Last: Hey again guys, i have been going through it and now it works properly... (by Melander)
|
by zcpp
const function
|
|
[7 replies] Last: thank to Dufresne and others. @Disch : sorry ,im new with forums (by zcpp)
|
by MottMan
Grabbing Time?
|
|
[6 replies] Last: Okay I've re-wrote parts again and am getting better results just stra... (by MottMan)
|
by Hanno
strcmp() comparing parts
|
|
[3 replies] Last: Like this: strncpy(buffer, (str + 9), 11); Adding 9 to str2 makes ... (by chrisname)
|
by ToniAz
Using recursion to determine no. of letters
|
|
[3 replies] Last: When using recursion, you must keep what you would ordinarily use as l... (by Duthomhas)
|
by code venky
visual c++
|
|
[5 replies] Last: This all depends on what you mean by "need". If you "need" to learn th... (by Computergeek01)
|
by AngelHoof
SDL - Can't get it working very well.
|
|
[3 replies] Last: I have to ask what we are all wondering, why even though the thought o... (by Computergeek01)
|
by final12
structures
|
|
[11 replies] Last: Yes. -Albatross (by Albatross)
|
by ehsangha
vector
|
|
[1 reply] : Array indexes start at zero your loop must start at int i = v.size()... (by Null)
|
by mini
beginner issues - nested for loops!
|
|
[2 replies] Last: Thanks for the advice! I tried taking everything out of the code apart... (by mini)
|
by Cheged
Working with Directories in C++
|
|
[1 reply] : Use code tags ;) Otherwise - your code gets unreadable. (by AngelHoof)
|
by neeko
Deallocation of an array of pointers to objects
|
|
[1 reply] : Nevermind, I found my foolish mistake. delete *appts; is the correc... (by neeko)
|
by loisir1976
std::cout why i didn't get an output
|
|
[7 replies] Last: Hi Galik, thanks i fixed the problem... I had two copies of the .txx ... (by loisir1976)
|
by forum4sekhar
pointers?
|
|
[1 reply] : what is a 'type of pointer'? http://www.cplusplus.com/doc/tutorial/po... (by Bazzy)
|
by Morph
Why "not" use system("")
|
|
[3 replies] Last: Besides which, system( "color XX" ) changes all the colors on the sc... (by Duthomhas)
|
by cidron
Inheritance problem
|
|
[3 replies] Last: If you need to use stuff inside of it, you will need to include it. I... (by firedraco)
|