by time to c
Program keep crashing
|
|
Apr 12, 2011 at 4:14am
[2 replies] Last: Thanks NULL that really worked. i am feeling stupid now lol. if anyo... (by time to c)
|
by marlym014
help with getpeername function
|
|
Apr 11, 2011 at 9:22pm
[1 reply] : Hint: Do You want every client to use port 2000? ;)... The listening s... (by Incubbus)
|
by Radioactive
Could someone point out the errors in this?
|
|
Apr 11, 2011 at 4:32pm
[2 replies] Last: Actually, try to see if something wrong with this, as its failing... ... (by Radioactive)
|
by dotrana
TextOut giving gibberish ..
|
|
Apr 11, 2011 at 3:12pm
[9 replies] Last: Oh ok .. Thanks Grey Wolf. That works great. Thanks a lot. Regards ... (by dotrana)
|
by raulkolk
Ctrl + C = ?
|
|
Apr 11, 2011 at 8:20am
[2 replies] Last: Sweet! Many thanks! (by raulkolk)
|
by corto
Unicode and ascii
|
|
Apr 11, 2011 at 1:13am
[8 replies] Last: It may look that simple, but I'm trying to avoid bugs that are hard to... (by corto)
|
by flclempire
setting up SFML
|
|
Apr 10, 2011 at 11:11pm
[3 replies] Last: When the project is 'done' or you just want to share it, be sure to te... (by ultifinitus)
|
by muham2k
To create a "class object"
|
|
Apr 10, 2011 at 6:12pm
[3 replies] Last: This struct you'd use like Parking p(1.5, 1.2);//I assume you'd writ... (by hamsterman)
|
by Baltram
Linking to user32.dll
|
|
Apr 10, 2011 at 5:12pm
[no replies]
|
by honamc
need help
|
|
Apr 10, 2011 at 2:57pm
[no replies]
|
by dod84
the next step after GUI programing?
|
|
Apr 10, 2011 at 12:26pm
[5 replies] Last: Learn vector maths and create the first real time physics simulator wi... (by Radioactive)
|
by TheSyndicate
Edit Menus?
|
|
Apr 9, 2011 at 3:05pm
[3 replies] Last: You need to use hooking. Look at SetWindowsHookEx() family functions o... (by modoran)
|
by ajitm
Format a drive with NTFS
|
|
Apr 8, 2011 at 8:13pm
[8 replies] Last: Hardly an answer, and if it's new with Server 2003 it's hardly 20 year... (by kbw)
|
Creating check boxes with CreateWindowEx()? |
|
Apr 8, 2011 at 6:40pm
[3 replies] Last: Why don't you use MSDN ? Therer are hundreds of code for Buttons h... (by george135)
|
Win32 API - Getting The Program Name |
|
Apr 8, 2011 at 6:30pm
[3 replies] Last: _splitpath() (by george135)
|
by meesa
[C++] GetTextMetrics on global window?
|
|
Apr 8, 2011 at 3:45pm
[2 replies] Last: That's what I found to work after I posted this. I just consolidated i... (by meesa)
|
by Brandonm
Appending to the end of an existing XML
|
|
Apr 8, 2011 at 6:48am
[1 reply] : ...That last XML file needs a root node, just saying... (by Mathhead200)
|
by Petya
Run-time errors and memory leaks detection
|
|
Apr 7, 2011 at 9:14pm
[5 replies] Last: If it's running really slow right from the start then I doubt it's a m... (by Computergeek01)
|
by farahmand
please help me : which is the best ?(CLI or MFC)
|
|
Apr 7, 2011 at 6:19am
[8 replies] Last: Thanks a lot to all. have a good time (by farahmand)
|
by Citokre
Checksum help
|
|
Apr 7, 2011 at 2:46am
[1 reply] : A checksum is just where you add up all the bits in a file basically. ... (by firedraco)
|