User profile: DarkHunter2765

User info
User name:DarkHunter2765
Email:arceus3333@gmail.com
Name:Warren Leu
Location:Taipei, Taiwan
Bio:Amateur programmer, have no idea how to do pointers.
Statistical data
Birthdate:Jan 14, 2002
Gender:Male
Occupation:Programmer
Skills:C++
Java
Javascript
HTML
History
Joined:
Number of posts:10
Latest posts:

help with while loops.
Is it fixed? Working fine on Xcode. What does the errors say?

help with while loops.
I'm not sure but try to remove a > from [code] while (objectFile >> name >> power) [/code] So it's...

Tic-Tac-Toe Engine Bug.
Right, changed it to this: [code] if(change == 1){ random = rand() % 9 + 1; w...

Tic-Tac-Toe Engine Bug.
[code] /* Problem here. If it's O's turn, the computer should pick a random square that has not been...

Tic-Tac-Toe Engine Bug.
[code] //change == 0: X's turn //change = 1: Change to O's turn //X[1] = 1: Square 1 is taken by X. ...