Windows Programming - December 2019

On-line Courses for C++ For Windows
 
This is more a general question than a code question. I'm just starting to learn C++ after a long t...
[no replies]
by masli
Win service (remoting)
 
Hello, i have a service running, made in c#, who is like a mutex for a file.. keep the file read/wri...
[4 replies] Last: I've managed to communicate with the service. How? I made a dll in C# ... (by masli)
how to do coding (while and if)
 
Header definition extern "C" __declspec(dllexport) int _stdcall A( void ); extern "C" __declspec(...
[1 reply] : What do you mean by background? What do you mean by "Hang A"? (by kbw)
Applying light to a texture (DirectX 9)
 
Hey guys. You're probably going to laugh at me and tell me to read a book on DirectX(which I probabl...
[1 reply] : Nevermind! After sleeping and taking a break, I simple added an extra ... (by TomTheFox)
Mac vs Windows for Programming!!
 
I think you are a damned spammer, so go away!
[5 replies] Last: Wrong, MikeyBoy. This particular spammer's account is resistant to be... (by MikeyBoy)
What happens to files being written to when a program is aborted from the terminal
 
I am doing some computer modeling of a three body system, and my most recent run looks like it is go...
[1 reply] : it depends somewhat. on windows, and most unix, the file is usually i... (by jonnin)
DirectX: Rotating my mesh with first person camera
 
Hey guys, I really need some expertise here. I'm developing a game engine in DirectX and all is goin...
[1 reply] : To me, the screenshots hint that you're using the wrong coordinate bas... (by mbozzi)
by kitfox
What's the c++ convention for monitoring parameter changes?
 
I'm trying to figure out the C++ way of implementing a programming pattern that I use in Java. I ha...
[6 replies] Last: Sounds like the MVC model-view-controller pattern is relevant and this... (by againtry)
Reading text file, outputting to a window.
 
I'm creating a desktop application using MS Visual Studio. Want my app to read a text file and prin...
[3 replies] Last: TextOutA did the trick, but when I read the documentation for it (whic... (by timlange3)
by ruzip
Get MD5 hash of an embedded resource
 
I have an embedded resource bitmap with resource compiler and need to get the md5 hash of the file w...
[8 replies] Last: Thank you guys for the responses and thanks jonnin for the follow-up r... (by ruzip)
including windows.h getting errors
 
Hi All, While working one of project, I need to include windows.h file. When build my code I got...
[2 replies] Last: As I suggested here ( http://www.cplusplus.com/forum/general/265931/#m... (by deleted account xyzzy)
  Archived months: [nov2019] [jan2020]

This is an archived page. To post a new message, go to the current page.