by pwnedu46
Shorten console menu
|
|
[2 replies] Last: Ok, I'll try it with the ShellExecute command. C::B has code for creat... (by pwnedu46)
|
by LtLeo
Repeating a Program
|
|
[2 replies] Last: #include <iostream> #include <time.h> #include <string> usin... (by LtLeo)
|
by JackHarris
'Printing' : is not a member of 'System'
|
|
[3 replies] Last: The PrintSystemJobInfo Class is a .NET class. If you want to use it, y... (by Moschops)
|
by ctrlz
Asking a user to input scores + array and bool usage
|
|
[1 reply] : char input , numberofscores ; //... numbscores = atoi(numberofscor... (by Mercurialol)
|
by stefkeh
Value of Char[]
|
|
[3 replies] Last: thanks for the help everyone ! now i get it :) xD used to programmin... (by stefkeh)
|
by hitmanben2
What's wrong with my code?
|
|
[4 replies] Last: thanks jsmith now that i see it its clickable to me too. (by hitmanben2)
|
How would I compare a char to see if it was up, down, left, or right? |
|
[1 reply] : //WINDOW *terminal; keypad( terminal, true ); //functions keys (as a... (by ne555)
|
Improving my C++ function? |
|
[2 replies] Last: Without seeing the logic of the code, I suggest some changes, st... (by elsote)
|
by achoukse
use of wchar_t
|
|
[4 replies] Last: It's for unicode. But good God, you have to do a heck of a lot to get ... (by TheOtherIsland)
|
Frustrated |
|
[10 replies] Last: Why not use a virtual machine? The operating system runs in the main m... (by closed account zb0S216C)
|
by zevlramos
quicksort error
|
|
[4 replies] Last: Good job :), there should be a gray area in the VS editor if you click... (by Tamao)
|
by riffschelder
Where do I go after learning C++ basics?
|
|
[10 replies] Last: @riff: As the others said, STL first. It's a major part of the C++ lan... (by hanst99)
|
by rav22
The file being read is ignoring spaces
|
|
[4 replies] Last: I actually need to use the << operator.. Why? (by moorecm)
|
by eduard77
working with strings
|
|
[2 replies] Last: you are gonna need to read a line at the time and then loop thru each... (by Crutoy)
|
by john2
new c++ project in VC2010
|
|
[no replies]
|
distributing programs |
|
[5 replies] Last: Go to the compile options and select "Release Build" instead of "Debug... (by Duthomhas)
|
by chess
C++ compilation problem
|
|
[2 replies] Last: Post your code (by Janlan)
|
by julof26
seekg
|
|
[2 replies] Last: lol, xD when you wrote that you want know that how I know that it i... (by julof26)
|
by a4m3i2t1
friend functions scope
|
|
[1 reply] : No. friend declarations within a class can go anywhere. (by jsmith)
|
by ronnkriibi
Reading from file and spliting string and converting strin to int
|
|
[2 replies] Last: A lot of thanks man myfile >> line; Worked just fine! Can cl... (by ronnkriibi)
|