by TonyT
I have some difficulty with this code.
|
|
[2 replies] Last: You're a bit short on closing curly brackets. And... please use tags... (by Albatross)
|
by sirkip
create one array that contains multiple data types from a data file
|
|
[1 reply] : Create your own record for the data, and store it in one of the standa... (by Duthomhas)
|
by Melander
Math
|
|
[2 replies] Last: Oh shit now i look like a dumb ass. Thank you. (by Melander)
|
by Metalspy
Access violation writing location 0x00000000
|
|
[7 replies] Last: My god, I can't believe it. I didn't realize there was "CTile*" in fro... (by Metalspy)
|
by torchie
Does not name a type error
|
|
[3 replies] Last: oh, figured it out! Since I copy-pasted include guards in other files,... (by torchie)
|
by Deluge
Thowing exceptions for type input
|
|
[4 replies] Last: char store[a.length()]; //Store the characters from string This i... (by firedraco)
|
by windgrey
for loop error?
|
|
[2 replies] Last: I got it now. Thanks a lot! (by windgrey)
|
by hikarujen
stacks..
|
|
[5 replies] Last: http://tinyurl.com/27ty58s Nice one :) (by Dufresne)
|
by faceguy1
if Statement Problem
|
|
[no replies]
|
by benzino
Deallocating memory Question
|
|
[4 replies] Last: Oh ok, thanks very much for your informative posts, helped solved my p... (by benzino)
|
by DoomCarnage
Validation : What went wrong?
|
|
[5 replies] Last: char EmployeeType; cout <<"\nPlease enter the Employee Type: "; cin... (by m4ster r0shi)
|
by niceone23
Im working on my tictactoe board using c++ program
|
|
[6 replies] Last: The first thing I'd do is get rid of the 3x3 2D array and replace it ... (by Dufresne)
|
by Nikoru
Understanding Classes?
|
|
[3 replies] Last: Why is it in this line: void SetHealth(int iHealth); There is an i... (by m4ster r0shi)
|
by eukristian
Class encapsulation problem
|
|
[1 reply] : Private members are accessible within the class and its friends Since... (by Bazzy)
|
by hikarujen
stacks
|
|
[2 replies] Last: im doing them in the main functions.. this is all ive got.. int ma... (by hikarujen)
|
by xaNDER90
#include "stdafx.h
|
|
[6 replies] Last: Make a new project. (by blackcoder41)
|
by jinjin12
tricky stuff...
|
|
[5 replies] Last: does this mean i can do something like int x = 15 const since cons... (by blackcoder41)
|
by jinjin12
two questions
|
|
[6 replies] Last: I see... That's interesting... thnx for the info! (by m4ster r0shi)
|
by MottMan
Strange Problem with Inputting
|
|
[4 replies] Last: Thanks a lot. I've been able to expand it, now it handles major, minor... (by MottMan)
|
by R4di4ti0n
Array Shifting
|
|
[4 replies] Last: That worked great. All i had to do was tack a a = 0; on after the j--... (by R4di4ti0n)
|