by Calender Man
Class Problems
|
|
[6 replies] Last: I have never used a class because i get compiler errors in the opposit... (by new hope)
|
by orchids16
assertion error!
|
|
[3 replies] Last: How ? (by bluecoder)
|
by n4nature
Overloading Windows API
|
|
[2 replies] Last: Actually it should not be done .. what are you looking for . (by bluecoder)
|
by orchids16
cin.get() not working as it is supposed to
|
|
[1 reply] : Sorry, I should have posted this in the c++ programming thread. I'm re... (by orchids16)
|
by c learner
star-pattern program
|
|
[2 replies] Last: This has nothing to do with windows programming. Try posting here: ht... (by gpotw)
|
by orchids16
Inheritance problem
|
|
[2 replies] Last: You are right tfityo. Thanks for your time. My code runs now. (by orchids16)
|
by theChameleon
Volume Limiter?
|
|
[2 replies] Last: If you're targetting Windows Vista and newer, the following articles m... (by andywestken)
|
by eNergizer
Reading souce code of WINAPI functions | Casting
|
|
[6 replies] Last: Its called typecasting. When you put a different type of something i... (by new hope)
|
How do I get a web camera to send the video to my program? |
|
[3 replies] Last: This article list the functions to capture video and images from a cam... (by new hope)
|
by mattia
DevC++ has bugged library?
|
|
[2 replies] Last: it actually had to write in an usb, which had no restriction (by mattia)
|
by DSTR3A
NULL Pointer
|
|
[1 reply] : Actually it does work! I placed it in the wrong spot! ime for sleep! ... (by DSTR3A)
|
by orchids16
c2143 and c4430 errors, help plz!
|
|
[3 replies] Last: Thank you very much webJose. circular reference was the problem. My co... (by orchids16)
|
by DSTR3A
Convert std::string to const char*
|
|
[6 replies] Last: Why are you deleting buffer before you print it? (by naraku9333)
|
by fg23
Use of extern "C" in dlls
|
|
[2 replies] Last: What strange linker errors are you getting? Just using C linkage shou... (by andywestken)
|
by Cojones
XBox360 Wireless Controller programming
|
|
[no replies]
|
by DSTR3A
Unicode Print Trouble
|
|
[3 replies] Last: I see this thread marked as answered, so I guess you solved the proble... (by webJose)
|
by co1ote
measuring time
|
|
[3 replies] Last: //if you want it in milliseconds, just multiply timeElapsed by 1000. ... (by jim80y)
|
GUI programing in microsoft visual c++ |
|
[1 reply] : It is exactly the same as regular C++; it just requires the use of lib... (by Moschops)
|
by vijkrr
how to create symbolic links in win2000 server
|
|
[2 replies] Last: Windows has had CreateHardLink() since Windows XP, which is only works... (by andywestken)
|
by bergerious
read NTFS file system
|
|
[1 reply] : You don't need to read the master file table to answer that question. ... (by andywestken)
|