by Farfignewton
cout/cin problem (Beginner)
|
|
[10 replies] Last: My final code looks like this #include <cstdlib> #include <iost... (by Farfignewton)
|
by mrmanse
Involuntary forking (cloing) of win32/64 app
|
|
[no replies]
|
by Kuzco
Code for a child window
|
|
[4 replies] Last: I hate to not answer direct questions though that do have an easy answ... (by freddie1)
|
by criya
Display of child window ctrls
|
|
[2 replies] Last: It would probably be better to learn one at a time. (by freddie1)
|
by Darth Bane
Manipulating a file in C++
|
|
[1 reply] : Assuming you don't want to just use the Windows API function CopyFile,... (by CorrodedCoder)
|
by criya
GetSystemMetrics
|
|
[1 reply] : 1) Yes, you can get all kinds of info from GetSystemMetrics(). Check ... (by jrohde)
|
by binarysolo
Using an XBOX 360 Controller in a game
|
|
[1 reply] : binarysolo, the controller does act similar to that of a regular contr... (by closed account S6k9GNh0)
|
by dorota
openCV updateMotionHistory
|
|
[no replies]
|
by Hakate
using subclass functions
|
|
[1 reply] : You can only use functions declared in the base class. If you need di... (by Bazzy)
|
by criya
Display number
|
|
[2 replies] Last: You can also place a control there, such as a text field, and use SetD... (by Lamblion)
|
by ckwong
fstream from notepad no calculation
|
|
[1 reply] : //// In my sourcecode variable BARIS means by line and LAJUR is the co... (by ckwong)
|
by eduard77
new in visual c++
|
|
[5 replies] Last: I have Ivor Horton's "Beginning Visual C++ 6". The 1st chapters are e... (by freddie1)
|
by ckwong
use fstream to get the number from notepad file
|
|
[4 replies] Last: // In my sourcecode variable BARIS means by line and LAJUR is the colu... (by ckwong)
|
by ckwong
what different between #include <fstream.h> and no h
|
|
[3 replies] Last: Now i got it, Thank you so much for explain to me. ^.^V (by ckwong)
|
by Kuzco
Scrollbar problem
|
|
[2 replies] Last: I'm sure glad I'm not plagued with worries about visual appearances! ... (by freddie1)
|
by didijc
C++ HTML DOM Parser
|
|
[18 replies] Last: You may want to try using this script - http://www.biterscriptin... (by SenHu)
|
by mostafahamdy
Get the Microsoft Word path
|
|
[2 replies] Last: Never read registry Use Shell apis (FE() here) (by george135)
|
by harsh4u89
How to access sectors using c++
|
|
[8 replies] Last: Examining FAT boot sector: http://www.codeguru.com/cpp/cpp/cpp_mfc/fi... (by Null)
|
by jcylam
Is it possible to implement console codes to win32 api code?
|
|
[8 replies] Last: this is my final year project and i have to write a program which rece... (by jcylam)
|
by didijc
C++ :: IHTMLSelectionObject
|
|
[4 replies] Last: thanks again webJose... I'll figure it out eventually... (by didijc)
|