by ReHaMuhamed
tic-tac-toe HELP
|
|
[2 replies] Last: Hello ReHaMuhamed, I loaded up your program this morning, Although it... (by Handy Andy)
|
by leehc94
why is this double type number getting rounded?
|
|
[1 reply] : I'm afraid double doesn't have better precision than that. #include ... (by Peter87)
|
by MultiMedia
Can someone explain this collision detection code please?
|
|
[2 replies] Last: Thank you so much for your explanation, I understand how all this work... (by MultiMedia)
|
by priyeshgeete
Requesting code review - Snake Game
|
|
[6 replies] Last: @Masecla33 I am not worried about logic or algorithm I need to use bu... (by priyeshgeete)
|
by Animatoms
How do I define a global variable that uses elements from a specific function
|
|
[3 replies] Last: Thanks guys. Your solutions worked, and it's working now! Thanks for ... (by Animatoms)
|
by bluefrog
thread safe random generator?
|
|
[4 replies] Last: Slow reply as I've been away. Thanks for identifying the non thread-s... (by bluefrog)
|
non-template friend definition inside template error |
|
[3 replies] Last: Sorry, AhmedEl3agamy, perhaps I didn’t answer your question. I think... (by Enoizat)
|
by trumpler
tic tac toe
|
|
[1 reply] : One problem are the braces of the if on line 102. The if body contains... (by coder777)
|
Problem to pass archive to function |
|
[2 replies] Last: *If* you can modify your function prototype, perhaps the simplest meth... (by Enoizat)
|
Advice for Creating an Inventory Control Program |
|
[2 replies] Last: You're describing a system rather than just a program. In much the sa... (by kbw)
|
by puertas12
what does the function count() do?
|
|
[2 replies] Last: Thanks @Peter87 (by puertas12)
|
by puertas12
Why is there a volatile qualifier in the variable "d" in the function "f()"?
|
|
[12 replies] Last: > Unfortunately I do not understand the rest of the line: To understa... (by JLBorges)
|
by cking391
c++ compiler errors on Amortization Project
|
|
[4 replies] Last: No problem. Good luck. One bit of advice: compile your code frequentl... (by dhayden)
|
by teopeishen
Anyone knows why it din work
|
|
[5 replies] Last: If the concern is about accuracy, the place to start is here: #define... (by Chervil)
|
by Mehari belay
am confused with the values and the way that error encountered when n>20
|
|
[3 replies] Last: It is a slightly strange program design. The code inside main() might... (by Chervil)
|
by dubley
question about structure and pointers
|
|
[4 replies] Last: Yes, that works. Thank you very much. (by dubley)
|
by puertas12
Problem when setting precision with cout: Candidates are: ? precision() ? precision(?)
|
|
[4 replies] Last: Here is the exact code i have been using. #include <iostream> #inclu... (by masecla33)
|
by qwerty29
Having a segmentation error related to arrays/strings
|
|
[6 replies] Last: thanks man! That really cleared things up for me (by qwerty29)
|
by masecla33
Don't know how to fix this.
|
|
[8 replies] Last: Somewhere the syntax was incorrect, sorry for not formulating my quest... (by masecla33)
|
by bluefrog
Boost asio socket write?
|
|
[2 replies] Last: thanks, so unless I code a server part, the client would always come b... (by bluefrog)
|