by demoylan
How to 'edit' existing command prompt lines
|
|
[6 replies] Last: Yes, Sleep() was just to simulate some other lengthy process. what d... (by Chervil)
|
by fenglinmanbu
FILE declare?
|
|
[1 reply] : You need to include either <stdio.h> or <cstdio> (by Thomas1965)
|
by demoylan
G++ CAN'T FIND METHOD 'getLine(ifstream, string)'
|
|
[4 replies] Last: oh. Maybe it is just I got confused because the l has a bar under i... (by demoylan)
|
by r0manatw00d
Loadresource problem?
|
|
[5 replies] Last: LoadResource(..) API the Second parameter i don't understand. http:... (by Thomas1965)
|
by DavidFarrow
Vectors in windows forms
|
|
[2 replies] Last: The compiler error arises because you need the namespace std:: before ... (by coder777)
|
by Precious roy
ReadConsoleInput on windows10 fails with mouse input
|
|
[1 reply] : On my Win10 64bit machine compiling that sample using VS 2015 Communit... (by closed account E0p9LyTq)
|
by s8050
How to insert text at the beginning of a file without overwriting any existing data?
|
|
[1 reply] : Maybe you can check first how big the file is and how much memory is a... (by Thomas1965)
|
by Todai
ODBC cannot connect
|
|
[1 reply] : Does it not follow then that, since the same code works in various con... (by freddie1)
|
by V07
List of drives
|
|
[5 replies] Last: I don't understand the problem. I sent you a PM with a link to a demo ... (by Thomas1965)
|
by Cambalinho
About Windows: what i need to know before simulate the keys?
|
|
[2 replies] Last: is zero. seems that i must wait that the window is ready or something ... (by Cambalinho)
|
by da peppester
Most Memory Efficient c++11 (or higher) Compiler
|
|
[13 replies] Last: Right on Computergeek. Using VC's /nodefaultlib capabilities one can ... (by freddie1)
|
by sz6gz8
Determine external executable program
|
|
[1 reply] : Now I need to determine this mspaint application again. What do you... (by Thomas1965)
|
by tdyoung
EggGame function help
|
|
[3 replies] Last: Yes I am trying to have the tortoise automatically pick their selectio... (by tdyoung)
|
by User12 3
How to write the Multi Text line in the File in MFC programming ?
|
|
[1 reply] : I also had my problems. This works for me: CString Filepath = _T (... (by Thomas1965)
|
by Opariti
Use string type for a Visual Studio (V100 toolset) project
|
|
[2 replies] Last: Thanks Thomas, I've solved my issue which was in fact related to marsh... (by Opariti)
|
by rabster
Playing sound in Windows error.
|
|
[1 reply] : You need to add Winmm.lib either with #pragma comment(lib, "Winmm.li... (by Thomas1965)
|
Changing bytestream (unsigned char*) to vector |
|
[2 replies] Last: Current problem: Whether to instantiate the size or use resize where... (by Jack Hammered)
|
by freakfallout
Crazy things
|
|
[2 replies] Last: This is the code, the rest of the code is the basic VS2013 starting ... (by freddie1)
|