by FrankSquirel
Program doesn't work
|
|
[2 replies] Last: It works! Thanks! But Im wondering, what was wrong with my program bef... (by FrankSquirel)
|
by humpadumpa38
My text based game - feedback appreciated!
|
|
[4 replies] Last: Pretty good. I'd put a boss zombie after a little while to make it mor... (by connorvba)
|
by opiop65
Terminating program
|
|
[4 replies] Last: How would I go about doing that? Sorry, I've never really worked with ... (by opiop65)
|
by badkaykay
arrays and functions
|
|
[2 replies] Last: for (int i = 0; i < index; i++) { sum += arr ; mean... (by closed account DSLq5Di1)
|
by neandron2
Return char array from function
|
|
[5 replies] Last: Thank you very much, this is what i was looking for. I just need to wo... (by neandron2)
|
by linch
writing and using a C++ template to check for a function's existence
|
|
[13 replies] Last: Generalized check for a const-qualified non-static member function R ... (by JLBorges)
|
by jdwdrums
Error 1 error LNK2019: unresolved external symbol "void __cdecl
|
|
[2 replies] Last: Thank you ! That was it. I cant believe I missed that! Thanks again... (by jdwdrums)
|
Can't figure out how to fix this error code 2664 |
|
[3 replies] Last: also these aren't the only files that I have in this program. This is ... (by Guitarphreak26)
|
by SunnyMcduff
Char Array Help
|
|
[6 replies] Last: For some reason I was unable to use getline(cin, string word). and wh... (by SunnyMcduff)
|
by jvinyard11
Program not executing anything
|
|
[12 replies] Last: Ok thank you for your input! I figured out that it is my laptop that i... (by jvinyard11)
|
by jersbol
pFile = fopen
|
|
[4 replies] Last: \ is an escape character. You'd have to replace all those \ s with ... (by Disch)
|
by newbieg
Stepping Up To Graphics
|
|
[1 reply] : SFML and SDL are always suggested. If you want something low-level, th... (by ResidentBiscuit)
|
by vastrolorde
Reversing string
|
|
[14 replies] Last: That was the problem. Now its working. Ty for your help. (by vastrolorde)
|
by Kazekan
Passing arrays through header files
|
|
[no replies]
|
by inleemind
If use starts with a space how to not cout it?
|
|
[no replies]
|
by Confusedx
How to convert string array elements into a single string?
|
|
[13 replies] Last: Thank you so much!!! You have just made me quite happy. I couldn't fig... (by Confusedx)
|
by Owain
Gauging my level of experiance
|
|
[2 replies] Last: c++ 11 added a couple containers to the standard. If you want a chall... (by rollie)
|
by gyarmatiri
Need help
|
|
[1 reply] : You didnt include iostream in the n on testing part, you still need to... (by closed account oN3AqMoL)
|
Help converting while loop to for loop? |
|
[3 replies] Last: I jerry rigged it by adding getline (ifile, line); board =line; ... (by RENOxDECEPTION)
|
by fionwu0421
GUI? Combobox?
|
|
[no replies]
|