by ty98
drow
|
i need to know to make a consol program drow a sercol with out useing numbers siymbols or leters. ... |
Apr 30, 2011 at 9:14pm
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Bazzy)
|
by adwatson
LNK2019 & LNK2001 Errors
|
I am currently programming the checkers game Fox and Hound with FLTK for a project. When I compile, ... |
Apr 30, 2011 at 6:53pm
[5 replies] Last: No problem. Glad to help! (by anonymous23323124)
|
by squishy
Directx programming, failure on returning from a function? o.0
|
I've been programming a Directx program and made a function to read in a .obj file (a little bit edi... |
Apr 30, 2011 at 3:29pm
[9 replies] Last: honestly i havent a clue what im doing :/ my tutor just completely fai... (by squishy)
|
by kirenemook12
linking Mmtimer.lib
|
hello everyone i need to link the library Mmtimer.lib to be able to use multi media timers. the prob... |
Apr 30, 2011 at 2:58pm
[1 reply] : Great! (by Mazd)
|
Can't Create a Thread in a Class? |
Hello everyone, I have a class and inside it I have this function: DWORD CALLBACK Function (vo... |
Apr 30, 2011 at 10:15am
[2 replies] Last: Yes, you need to create a thread with a function of the type LPTHREAD_... (by Fisch)
|
by kirenemook12
Fonts problem
|
hello every one. i am making my one version of notepad. i am trying to make the option that you ca... |
Apr 29, 2011 at 5:42pm
[19 replies] Last: wen i try to change the font of the main window, it does not change, a... (by kirenemook12)
|
by Lamblion
PostMessage() Reception
|
I need to retrieve a message that's being sent by PostMessage() in another application. I think I kn... |
Apr 29, 2011 at 4:31pm
[19 replies] Last: Upon further reflection, your code won't work anyway. uDataStr is a UI... (by Lamblion)
|
by nebuli
WaitForSingleObject returns when process is not terminated
|
Hi, I've been doing researches on the Internet about this problem for a couple of days now, but eve... |
Apr 29, 2011 at 2:07pm
[no replies]
|
by squishy
new problem, model wont draw
|
(i did repost this on my previous topic but that kinda died, hoping this new topic will get a reply ... |
Apr 29, 2011 at 12:37pm
[no replies]
|
by garrido
threads or not threads???
|
Hi everybody: I have a C++/CLI project to show certain image processing in a AVI video sequence. I... |
Apr 28, 2011 at 5:24pm
[2 replies] Last: thanks a lot for your fast reply!! Ok, I will try it and I will post m... (by garrido)
|
by bartoli
Symbols defined multiple times in multi DLL project
|
Hi, I'm trying to convert multiple projects in a Visual C++ 2005 solution from static libraries to ... |
Apr 28, 2011 at 1:53pm
[5 replies] Last: Also, if you make some mistake and somehow you don't export anything f... (by kbw)
|
by failbit
How can I make recv not wait until data is sent
|
Is possible to force recv not to wait until data is sent, but instead check if there is any data to ... |
Apr 28, 2011 at 10:27am
[3 replies] Last: http://www.winsocketdotnetworkprogramming.com/winsock2programming/wins... (by kbw)
|
by Duthomhas
Temporary Directory thoughts
|
Hey all. Here's a random Q for you: What do you do when looking for a temporary directory? T... |
Apr 28, 2011 at 10:26am
[5 replies] Last: There is no guarantee that there will be a writable temp directory. T... (by kbw)
|
by Helegurbann
How can i read in exe file with C?
|
#include <stdlib.h> #include <stdio.h> int main(){long ilk,son; char *a; int i; FILE... |
Apr 28, 2011 at 10:15am
[5 replies] Last: char b[sizeof(*a)]; declares an array of 4 bytes (with 32bit pointer... (by kbw)
|
by dumdum
windows process list problem
|
Hi I am using the code below to print a process name and id. This works fine but I would like ... |
Apr 28, 2011 at 10:12am
[4 replies] Last: but why not just redefine the function as a template? Two reasons: 1.... (by kbw)
|
by delhidude792
File get corrupted when > 2GB
|
Hi I have a TCP socket service application running on NTFS Windows 2003 system. It was running fi... |
Apr 28, 2011 at 7:15am
[2 replies] Last: This is a duplicate!! DD: never duplicate your post's.... (by writetonsharma)
|
by torchi12
C++ - Change text color and make it bold & underlined!
|
I found some code to make the background gray and the text color black: SetConsoleTextAttribut... |
Apr 27, 2011 at 9:25pm
[1 reply] : Don't think you can in console applications. I suggest not writing pro... (by WriteGreatCode)
|
by Lamblion
Scope Question
|
I have a main program with a lot of modules. For instance, my LLNCCONVERT program that I discussed i... |
Apr 26, 2011 at 8:24pm
[7 replies] Last: When you declare a variable in the global namespace that means it's gl... (by Computergeek01)
|
by aatwo
Question about fprintf, sprintf and their arguments
|
Hey guys. In my program I have created a log system that uses an argument to determine how much the ... |
Apr 26, 2011 at 4:04pm
[3 replies] Last: This was suprisingly simple after Kooths kind nudge in the right direc... (by aatwo)
|
by Lamblion
Icon Behavior
|
I have written a stand-alone program called "Lamb Lion Net Conversion Utility" which you can find he... |
Apr 26, 2011 at 3:16pm
[10 replies] Last: That's exactly what happened. You forced me to examine each line of my... (by Lamblion)
|