User profile: bbgst

User info
User name:bbgst
Name:Bruno Barcarol GuimarĂ£es
Location:Caxias do Sul, Brasil
Statistical data
Birthdate:Dec 6, 1990
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:203
Latest posts:

C++ random number trail
Yeah, that's OK. I have only some stylistic observations: - You can replace your break statement wi...

Preview button
[code][b]H[/b][i]u[/i][u]r[/u][sub]r[/sub][s]a[/s]y[sup]![/sup][/code]

Linked Lists, Or Dynamic Arrays?
If you are talking about their implementation, dynamic arrays are a little easier. But if you are qu...

C++ random number trail
What you're doing is a kind of "brute force path finding", where you randomly hop around until you g...

C++ random number trail
You have to check the color of that position without moving to it.