by vulcant13
Beginner Troubleshooting Help
|
|
[8 replies] Last: Oh okay, well thank you very much for taking a look at it. It works no... (by vulcant13)
|
by Milun
Irritating problem with recursion
|
|
[6 replies] Last: THANKYOU! Finally, it works! Although it did take a bit of tweaking ... (by Milun)
|
by Danteeva
Help creating a deck of cards please.
|
|
[7 replies] Last: [quote=Danteeva]It says "error: no matching function for call to 'Card... (by LB)
|
by mekkatorqu
[Win32 API] Disable Everything
|
|
[12 replies] Last: I did mention security myself (not the OP), just to praise on what is ... (by webJose)
|
by shooninjo
Preparation for test
|
|
[7 replies] Last: Probably a typo by the OPer? Though for fun you could do this: us... (by LB)
|
by alphawolf7
Best way to create variables for the alphabet
|
|
[5 replies] Last: For reference, if you actually DO need to make a bunch of variables of... (by LB)
|
Errors in SFML |
|
[9 replies] Last: There's your problem, you seem to have downloaded the wrong package fo... (by Computergeek01)
|
by shooninjo
Getting random numbers.
|
|
[10 replies] Last: aight, ty for help! :) (by shooninjo)
|
Simple account manager problem |
|
[17 replies] Last: No problem, and good luck! (by Lynx876)
|
by biplav17
Technical Error
|
|
[4 replies] Last: GLUT has a simple menu system, use this to create your game menu http... (by mik2718)
|
Ebook about C++ |
|
[4 replies] Last: There are many freely available, non-pirated, online resources for lea... (by Moschops)
|
by Fantasy
no appropriate default constructor available
|
|
[8 replies] Last: If you have polymorphism with the towers, that's fine. However I sugg... (by ne555)
|
by mcoduti
Mixing content together
|
|
[4 replies] Last: thanks very much for the suggestions. I'm trying to figure out how to... (by mcoduti)
|
by BReynolds
Classes & More Classes (1,2)
|
|
[29 replies] Last: @ne555 Thank you for the links. I have read bit's of them and plan to... (by BReynolds)
|
by Rizwan Aqeel
Program not showing correct behavior
|
|
[3 replies] Last: You are passing the parameters by value. This means that x and y in y... (by Disch)
|
by Stewbond
extern static bool?
|
|
[4 replies] Last: Thanks for the clarification coder777. (by Stewbond)
|
by Gaminic
Getting rid of Globals. (1,2)
|
|
[23 replies] Last: Due to some responses in my other topic, I've replaced (most of) my C-... (by Gaminic)
|
by Gaminic
Efficient data storage.
|
|
[10 replies] Last: Guess it's back to making it a pointer (6th time I changed my mind in ... (by Gaminic)
|
A Mini Store Inventory System |
|
[3 replies] Last: i believe you mean guy (by Aramil of Elixia)
|
by mackw44
Getline issues
|
|
[2 replies] Last: It is what the error tells you: item is an int and getline expects a s... (by coder777)
|