by chiwing
how to get the computer setting of time zone
|
|
[1 reply] : Win32: GetTimeZoneInformation () http://www.google.com/search?btnI=1... (by Duthomhas)
|
by MrCode
GDI Mandelbrot Set generator not working... (1,2)
|
|
[21 replies] Last: Err, well, I'm now trying to implement zooming on the spot with the mo... (by MrCode)
|
by chiwing
how to let a string value be the entire contents of .txt
|
|
[7 replies] Last: Thanks veey much, Duoas, you show 4 alternative methods.. my .txt i... (by chiwing)
|
Implement irc with a c++program |
|
[no replies]
|
by rain
How to change ICON of C++ console application
|
|
[4 replies] Last: As Dodle said you need to use windres: windres -i resources.rc -o res... (by Null)
|
chat program |
|
[3 replies] Last: If your trying to make an IRC or IM type of application, I suggest a m... (by closed account S6k9GNh0)
|
by chiwing
how many characters can wchar and char have?
|
|
[7 replies] Last: There isn't a maximum length for variable names in C++ The rest of ... (by Hammurabi)
|
by chiwing
ascii don't need to convert ?
|
|
[3 replies] Last: Except on non-ASCII systems... (like old IBM mainframes and the like -... (by Duthomhas)
|
by jloundy
WIN 32 GUI
|
|
[6 replies] Last: Semantics. A case label is just that: a label. Nothing more than a ... (by Duthomhas)
|
by chiwing
how to get disk properties?
|
|
[3 replies] Last: To get the current windows directory, use GetWindowsDirectory (). ht... (by Duthomhas)
|
by chiwing
wchar_t VS string
|
|
[7 replies] Last: What about char c = '1234'; Bwah hah ha hah haaah! BTW. Don'... (by Duthomhas)
|
by chiwing
how to specific the path of _wfopen?
|
|
[6 replies] Last: fopen is the ANSI C standard function for opening a file. _wfopen i... (by kbw)
|
by Dodle
Finding HOMEPATH - WinXP
|
|
[7 replies] Last: Never use environment variables (can be changed...) I'd say that's g... (by Duthomhas)
|
by chiwing
what need to type for the first parameter of _wfopen_s
|
|
[2 replies] Last: sorry again it solve by myself pFile = fopen( "stable.mq4", "r" ) ... (by chiwing)
|
serial port to poll on request |
|
[no replies]
|
by tition
Looking for advice on pausing a thread
|
|
[3 replies] Last: Will that slow down the thread's performance? I don't think so. I... (by Hammurabi)
|
Send message from C# to C++ |
|
[2 replies] Last: You will probably want to read up on .net remoting ,IPC, Pipes, etc. ... (by closed account z05DSL3A)
|
by simov
How to convert a VARIANT buffer to a byte buffer?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Variant_type Variant can be many thing... (by closed account S6k9GNh0)
|
by Mal Reynolds
retrieving file version information
|
|
[3 replies] Last: Your welcome. Actually, I looked for a code snippet like yours. I solv... (by frhm)
|
by jloundy
MFC DIALOG TEXTBOX
|
|
[2 replies] Last: *******EDIT********* Ok i figured it out, im stupid and wasnt setting... (by jloundy)
|