by BranKeye
How to error proof integers from characters?
|
|
[3 replies] Last: Not sure yet about what you are looking for but int isdigit ( int ... (by closed account N85iE3v7)
|
by Watachiaieto
How do i return an array?
|
|
[no replies]
|
by marco84
operator= for matrix
|
|
[2 replies] Last: I did and this is the line return containing return *this that is caus... (by marco84)
|
by mphil355
random number help
|
|
[9 replies] Last: Called a reference operator - You know how you pass a number into your... (by vlad61)
|
by Flargebla
Error: expected unqualified-id before...
|
|
[4 replies] Last: OOHHHHHHHHH i see thank you soooo much man!!!!!!!!!!! I got it (by Flargebla)
|
by patr1ot
Help me out please
|
|
[2 replies] Last: as it turns out my problem was that instead of y==1 i wrote y=1 but th... (by patr1ot)
|
by gurps1
C++ game using DirectX
|
|
[6 replies] Last: [quote=shacktar]to answer the question "does sprite A collide with/tou... (by shacktar)
|
by ProbePLayer
Characters and Integers and File I/O
|
|
[7 replies] Last: This is the complete code. I am sure it is not nearly the best code fo... (by ProbePLayer)
|
by RMorris
"Folding together functions" question
|
|
[1 reply] : The first version of select_next_available executes a bit of code whi... (by hamsterman)
|
by brreakerr
Countdown
|
|
[13 replies] Last: Tried that..Isn't working...I am thinking about moving it to a gaming ... (by brreakerr)
|
a simple question |
|
[3 replies] Last: Line 19 fails because you cannot access a protected member of another ... (by coder777)
|
by MarktheNuke
Boolean matrix problems
|
|
[2 replies] Last: I guess this const bool walls = {true,true,true,true,true, ... is ... (by coder777)
|
by tam0009
Extending Classes: Overriding methods
|
|
[2 replies] Last: Will need to access your object through a pointer or reference too. (by closed account DSLq5Di1)
|
by Catfish
Constructor "styles"
|
|
[3 replies] Last: http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.6 (by closed account DSLq5Di1)
|
by julzhef
error C4430: missing type specifier - int assumed
|
|
[1 reply] : Line 238 and 239 are not in the scope of any function. Try moving the... (by Warnis)
|
by Alisonk
C++
|
|
[1 reply] : Structure of a program, variables and functions: how to take decisions... (by Catfish)
|
by djlinux
macro stringization merge
|
|
[2 replies] Last: It's work and I understood how work "##". Thank you for your help ;) (by djlinux)
|
Visual Studio problem |
|
[1 reply] : Check to see which project is currently active, I know I had the same ... (by toexii)
|
by cpluplusrat
pthread communication overhead citation
|
|
[no replies]
|
by miki135
i changed the quastion to be more simple.
|
|
[15 replies] Last: You need to enclose the filename with quotation marks. For example: #... (by closed account zb0S216C)
|