by Victor89
SFML tic-tac-toe
|
|
[2 replies] Last: Thank you for your answer. I got SFML installed. Like I said I want ... (by Victor89)
|
by masschamber
Vectors in a teachers code
|
|
[4 replies] Last: A flag is not going to help you with VS2010. The initialization s... (by AbstractionAnon)
|
by Duckface
Quick help, Please.
|
|
[5 replies] Last: Thanks! Super helpful. (by Duckface)
|
by iamnoob15
[Help] For - Loop
|
|
[3 replies] Last: why not use conversions? like static_cast<type>(); (by xenovia12)
|
by davez
Removing highest and lowest
|
|
[4 replies] Last: thanks for the feedback's i was already to finish it :D (by davez)
|
by viniisiggs
function and operator overloading
|
|
[2 replies] Last: Overloading is for functions; not for variables. C does not have over... (by keskiverto)
|
by gingy
Objects for Classes Not Recognized As A "Type"
|
|
[4 replies] Last: Pointers. (by S G H)
|
Unexpected errors in base, calling program, struct, |
|
[2 replies] Last: #include <stdio.h> #include <stdlib.h> #include <math.h> int main ( ... (by closed account 48T7M4Gy)
|
by ssandha
string basic
|
|
[4 replies] Last: thank you demonwolf (by ssandha)
|
by novellof
Output Memory Address As Binary?
|
|
[9 replies] Last: I see, thanks! (by troll warlord)
|
by alex067
Loop structure enum?
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/other_data_types/#enumerated_typ... (by Peter87)
|
by bryan177mcsc
Are 'if' statements the backbone of all games?
|
|
[10 replies] Last: Yes normally 'if' is heavily used. But there're some special cases. If... (by liuyang)
|
by vatsalbp
Pointer function (1,2)
|
|
[20 replies] Last: You have clearly ignored the information that I have mentioned to you.... (by keskiverto)
|
by leashbomb69
How do you fix having a black screen output to having a white one
|
|
[6 replies] Last: Nevermind I changed it now, thanks for ya'lls helps! (by leashbomb69)
|
by chan 06
C++ How to get 2D array/vectors stored
|
|
[2 replies] Last: Here is my respiratory which includes all my source code, it is a mess... (by chan 06)
|
by turkey007
Is while (1); a good way to keep a program up?
|
|
[3 replies] Last: > Are there any disadvantages or advantages to this over cin.get and c... (by JLBorges)
|
by Sarah409
find the sum of (1+2+...n)^2
|
|
[3 replies] Last: (N(N + 1) / 2) 2 Look up Gauss and arithmetic series (by Smac89)
|
by houchinj
What is wrong with my program?
|
|
[6 replies] Last: It worked! Thank You!! (by houchinj)
|
by volsfan213
Code for an averaging program
|
|
[2 replies] Last: How about this ? int size; bool quit=false; while(!quit){ cout <<... (by LendraDwi)
|
by genkers
please help me understand
|
|
[7 replies] Last: Check the file and make sure you haven't got a blank line at the end. ... (by closed account 48T7M4Gy)
|