by jakesweater
How to Create a Tic-Tat-Toe Game
|
|
[3 replies] Last: AI is pretty advanced topic, it requires a lot of thinking and it co... (by Justin505)
|
Graphics |
|
[no replies]
|
by Ch1156
How to use threading + questions
|
|
[3 replies] Last: ok so can i update my gcc version? (by Ch1156)
|
by amitk3553
int main
|
|
[7 replies] Last: thanks helios and Duoas, Its solved, it was } missing in other file t... (by amitk3553)
|
by the209er
Functions - Variables
|
|
[2 replies] Last: Thanks for your help!! It worked and I appreciate it! (by the209er)
|
Using getline for multiple cstrings? |
|
[2 replies] Last: This: inFile.getline(name, 31, '/n'); The newline character is '\n... (by long double main)
|
by Garion
Overloaded Operators
|
|
[1 reply] : You are right about the word parameter. It can be any word. Some folks... (by norm b)
|
by Parasin
Input validation problem
|
|
[3 replies] Last: Thank you! I was thinking of this is the wrong way. Appreciate your in... (by Parasin)
|
by batulok
Parrallel Arrays
|
|
[1 reply] : Three parallel arrays... as in 3 different arrays with the data in the... (by yulingo)
|
fixing getline from returning nothing and crazy numbers? |
|
[2 replies] Last: Would I be right in thinking that cin.ignore() would fix it? kinda, ... (by Yanson)
|
by Nancio
Write String to Memory address using WriteProcessMemory
|
|
[3 replies] Last: Well the data you're writing to memory has to match whatever format th... (by Disch)
|
by drzazga
Airplane Problem
|
|
[1 reply] : Line 13: First dimension of display needs a size. i.e. 7 Line 14: ch... (by AbstractionAnon)
|
by tcollar89
Overloading arithmetic operators as member funtions
|
|
[8 replies] Last: Thanks to all of you, sirs! (by tcollar89)
|
by millerr8172
Calculates the cost of lumber
|
|
[6 replies] Last: I am new at writing code this is my eighth program so I don't know whe... (by millerr8172)
|
by drzazga
Simple Method
|
|
[3 replies] Last: I also changed my "double" displaySeats to "void" displaySeats(char ar... (by drzazga)
|
by skgruz
C++ Primer compiler (1,2)
|
|
[20 replies] Last: I found this helpful here for using codeblocks http://wiki.codeblocks... (by Garion)
|
by metulburr
declaring unkown type
|
|
[no replies]
|
by drzazga
Help with code.
|
|
[3 replies] Last: Ah YES! that makes a lot of sense, i dont know how i missed that! than... (by drzazga)
|
by xxmontixx
Cant solve this PLEASE HELP
|
|
[1 reply] : Oh, this is a fun one. So for starters, go read the tutorial or the d... (by yulingo)
|
by mgehad
Dynamic Array
|
|
[2 replies] Last: Just use a vector, dynamic pointers are evil. (Well, not really, but t... (by closed account N36fSL3A)
|