by dhj0001
Programming Project Help
|
|
[13 replies] Last: Thanks for all the responses! Making menuChoice a char type changed e... (by dhj0001)
|
by mark103
cannot convert from 'System::Windows::Forms::Form^ to 'MyApplication::Form1 ^'
|
|
[2 replies] Last: I am working on my application using with native c++. That is C++/CL... (by closed account z05DSL3A)
|
by alastairl
maze game-wchar trouble
|
|
[2 replies] Last: methodos, that method is terrible. Use this: #include <iostream> us... (by packetpirate)
|
by Ishvite
Counting spaces in a string
|
|
[9 replies] Last: Thanks for the help again. Especially all the explanations about the l... (by Ishvite)
|
So I am trying to make a Pokemon Text Adventure. |
|
[6 replies] Last: Boost has a python interop library that seems to have quite a few feat... (by closed account 3hM2Nwbp)
|
by RaptorX
String variables... why?
|
|
[3 replies] Last: Well for starters, char* foo = "bar"; technically isn't legal, even ... (by Disch)
|
by FR3DDIE
Buffer Overrun Issues
|
|
[7 replies] Last: I only use sfml-main.lib when using win32 apps, while avoiding winmain... (by FR3DDIE)
|
by Xenophilius
Dev-C++ premature console shutdown
|
|
[2 replies] Last: Do not use Dev-C++. It's archaic abondonware. It hasn't been updated i... (by xander333)
|
by ravigtm
How many years do you need to learn C++?
|
|
[15 replies] Last: I have no idea, but I will keep at it (by googleking)
|
by ausairman
difference between 2 unsigned integers
|
|
[3 replies] Last: but unsigned works fine with that snippet - I just verified with a com... (by kfmfe04)
|
by Maese909
When to proceed to new topics
|
|
[3 replies] Last: when learning a new technique or feature, first, write the shortest po... (by kfmfe04)
|
by yost87
simple practice help
|
|
[5 replies] Last: Gisle Aune, thanks again, that was the problem. I am new to this and ... (by yost87)
|
by alastairl
The 'goto' statement
|
|
[3 replies] Last: also be aware that techniques that seem to work well for code snippets... (by kfmfe04)
|
Parallel Assignment (1,2) |
|
[32 replies] Last: I'd like to thank everyone who contributed to the post. I am one of th... (by dmount)
|
by deapee
Why is installing stuff so hard?
|
|
[1 reply] : If you do an Empty project instead of a Console project or one of the ... (by LB)
|
by nickbegin
Counting occurence of #'s
|
|
[3 replies] Last: Please use code tags. As for your second loop, there is no need for a... (by ascii)
|
by possik
Problem with fstream
|
|
[no replies]
|
by Ruddo
Problem with abs() in a program.
|
|
[8 replies] Last: Delete } on 14 row. (by Janlan)
|
by Kiah07
copy iter->path() to a vector or array
|
|
[2 replies] Last: Thanks L B, I don't actually know how to add it to an array :) I am a ... (by Kiah07)
|
Problem with "Information Hiding" |
|
[6 replies] Last: Damita - That link was exactly what I needed. I had to go into both .c... (by stickfigure02)
|