Open File With... |
|
[2 replies] Last: And how would one implement this (by closed account 2hfG1hU5)
|
by connor35
Simple Tic Tac Toe Game
|
|
[no replies]
|
by masschamber
A Problem with test scripting.
|
|
[no replies]
|
by NewCComer
multiple errors, but the code is same as books
|
|
[5 replies] Last: EDIT: I kept putting commas in the wrong places i.e ostream&, os which... (by NewCComer)
|
by sambos
Functions with bool parameter
|
|
[1 reply] : Ha! Nevermind. I solved it... Well this code works anyway: String^ ... (by sambos)
|
by NewCComer
Advanced classes error
|
|
[2 replies] Last: EDIT: Fixed was error in book. (by NewCComer)
|
by AceDawg45
Display Driver crashes when drawing a triangle?
|
|
[6 replies] Last: I... I got it. You have no idea how much pride and sense of accomplish... (by AceDawg45)
|
by myName
How to use MySQL without the dll “libmysql.dll”
|
|
[4 replies] Last: Do you know how to compile using Dev C++? Can you give me the package ... (by myName)
|
by jdmic
constructor initialization list
|
|
[no replies]
|
by sambos
For - help.
|
|
[1 reply] : Ok, I've answered the first question... Line 4 needs to be replaced b... (by sambos)
|
by kellerr
File Data Extraction Help
|
|
[no replies]
|
by sambos
Filenames stored as strings
|
|
[1 reply] : After a couple of days of searching, I think that using an array / vec... (by sambos)
|
by mekkatorqu
[Win32 API] Drawing screen to client area & draw something on screen
|
|
[no replies]
|
Why does EnumDisplayDevices not output the monitor name? |
|
[no replies]
|
by Erhy
Shell_NotifyIcon - how to implement timeout
|
|
[no replies]
|
by mehran khan
i want to make a program in c++ that automatically copy files to usb
|
|
[1 reply] : Do you have anything so far? The code is as simple as "FindFirstFile()... (by Computergeek01)
|
by Cambalinho
[C++11 - win32] - about WM_MENUCOMMAND message
|
|
[2 replies] Last: thanks for all. you have right. but i was doing more errors too: case... (by Cambalinho)
|
by Gemman Aster
Using OLE instead of the standard message loop.
|
|
[7 replies] Last: This works for x64 (the ones above do too)... //cl main.cpp /O1 /Os... (by freddie1)
|
by Erhy
how to initialize one char as TCHAR
|
|
[3 replies] Last: If you use the L your char will always be wide, thus rendering TCHAR()... (by Jaybob66)
|
Compiler says "error: assignment of read-only location" |
|
[2 replies] Last: looks like you need to guard your headers.... #ifndef FILEFILER_CLA... (by Jaybob66)
|