by tjnapster555
how to creat a table using graphics.h
|
|
[no replies]
|
by wolfv
Makefile question
|
|
[11 replies] Last: ...and it is GNU-specific, AFAIK. hmm, I think you're right about ... (by Lowest0ne)
|
by amitk3553
develop dynamic buffer/memory
|
|
[1 reply] : Use typedefs to help. #include <iomanip> #include <iostream> using n... (by Duthomhas)
|
by fine858
Question not "looping" correctly
|
|
[6 replies] Last: Cire is right. If you're putting a string in done, you'll need to use ... (by vitiin)
|
by prestokeys
My move contructor correct?
|
|
[5 replies] Last: Why write this at all? It's not doing anything differently from the de... (by Cubbi)
|
by yeki
code debugging
|
|
[4 replies] Last: Got it Thank you sooooooooooooooooooooo much Garion :) (by yeki)
|
by richielo
Operator overloading
|
|
[2 replies] Last: In line 20, the function argument ostream &output essentially tells ... (by qmzh85)
|
by Garion
Boolean Algebra
|
|
[3 replies] Last: You're welcome. That part is confusing to me also. I've not heard of... (by norm b)
|
by Macalay7777
Combining a negative sign with a characater in a string array? (C++)
|
|
[18 replies] Last: Hi Dput, Thank you for your response. I was able to figure it out tha... (by Macalay7777)
|
by jinjin12
srand(time(NULL)) Causing program to hang
|
|
[5 replies] Last: Sounds like your code has an infinite loop. But unless you post the ac... (by Chervil)
|
by ardengo
2D array represented in 1D
|
|
[6 replies] Last: Thanks Cubbi, you are right. I went and learned a lot about types and... (by kevinkjt2000)
|
by Cmd
Vector prorblem
|
|
[1 reply] : Are you sure that the file whose exact name is Studen_.h exists in t... (by JewelCpp)
|
Variable naming within functions and classes |
|
[3 replies] Last: Thank you for your time. That it just what I was looking for, but coul... (by willflemingthe1st)
|
by Ch1156
This code crashed my PC D:
|
|
[3 replies] Last: no it gave me a blue screen with a frowny face and it said something a... (by Ch1156)
|
by thefasninja
how to copy string in array
|
|
[3 replies] Last: you can use this strcpy(copy to,copy from); or you can use a loop and... (by Cutefriendzoned)
|
Error: Range-based loops are not allowed in C++98 |
|
[7 replies] Last: Glad to help ! (by nvrmnd)
|
by nvrmnd
elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
|
|
[10 replies] Last: oh SHI*, next time, i will carefully read error messages :) Tnx (by nvrmnd)
|
Why won't visual studio let me run my program? |
|
[5 replies] Last: If Visual Studio doesn't work out for you, then get this: http://sourc... (by Stormboy)
|
help me out |
|
[4 replies] Last: The Reason it doesn't work is because strlwr is originally a C fun... (by nvrmnd)
|
by shiding
Can't solve this Number Guessing Game problem
|
|
[3 replies] Last: Heres my other try.Now it detects the number that is left: #include <... (by SorinAlex)
|