Windows Programming - February 2016 (Page 3)

How to add more than 1 button ? C++
 
I'm starting in C ++ and I am trying to create a button .. so far so good I created a smooth button but adding more than one? I created one with single hmenu an...
[8 replies] Last: OMG!, explain something in another language sucks, forget it .. thanks... (by mythrillex)
Windows Update Agent - System Reboot Point
 
Hi, I am working on a project to do patch deployment on client machines with the help of windows update agent in C language. I need to prompt the user a c...
[no replies]
Kill exiting process
 
So with my spontaneous acts of stupidity, I decided to ignore the runtime error Visual Studio gave me when trying to run my executable, which I later found out ...
[3 replies] Last: The fastest way is ctrl+alt+del to kill the process. (by CKelly96)
by Nohex
Weird Compilation errors & Failed Build
 
Hello guys, first of all i would like to thank ANYONE that will spend his time in order to help me out. Now to the point, i found this source for Visual Studi...
[1 reply] : bump, thread updated (by Nohex)
Code Blocks Error, SDL
 
So I have been learning C++ for about 6 months now and just purchased a copy of "The Black Art of Multiplatform Game Programming". This book recommends cod...
[7 replies] Last: I have a couple ideas, the most likely issue is the version of SDL you... (by wizebin)
GetUserNameEx Function
 
Hi I'm using Dev-C++ and trying to get the "GetUserNameEx" function to work. "GetUsername" works fine but this one leads to a bunch of errors when using it. ...
[8 replies] Last: Thank you!!! It works finally, I did have to add the library another w... (by mysteryman)
How To Use Visual Studio 2015
 
Just downloaded and installed Visual Studio 2015. Wouldn't have any idea how to create even the simplest C program such as.... #include <stdio.h> int ...
[3 replies] Last: Thanks a lot Tarik! That link explains it. I did like your friend an... (by freddie1)
C2065: 'FILETIME' : undeclared identifier
 
Hi , I am porting a code from unix to windows. Using windows 7 -64 bit. previously in unix code we were using clock_gettime. To make it work on windows i di...
[2 replies] Last: I tried ...but now i am getting many errors like C:\Program Files (x... (by Kunal123)
How much C++ knowledge I need for glfw?
 
Where would I found a good tutorial for opengl3.3 glfw(not video tutorial) How much knowledge should I have in C++. I'm asking that because I'm not understan...
[5 replies] Last: If you feel like you need help on a more personal level, you can PM me... (by TarikNeaj)
membership data program
 
I need to create a program that keeps membership data and allows changes. I have to create a report and be able to change the data to create another report also...
[3 replies] Last: Do you need to develop this application to show it to your teacher (so... (by sushko)
by V07
What will they do?
 
Hi, I am a beginner in Win32 so sorry for the childish question. I have seen many software with designs see here http://screenshots.en.sftcdn.net/en/scrn/...
[no replies]
what is SetNotifyEventHandle ?
 
What is SetNotifyEventHandle and GetNotifyEventhandle ?
[1 reply] : Google broken? https://msdn.microsoft.com/en-us/library/windows/hardwa... (by kbw)
Reduce “BACKLIGHT” brightness in windows Embedded standard 7 using vc++
 
Is it possible to reduce the "Backlight brightness" in Windows Embedded standard 7, Monitor:Samsung DE40A programmatically with vc++ ? It is possible to reduce ...
[no replies]
Developing Face Detection / identification Software [ Question ]
 
How can i make a Face detection / Identification software? Platform: Windows Language : C++ WInAPI Thanks
[no replies]
Advanced Face Detection
 
I want to Create my own Advanced Face Detection engine. Can i get Guide line how can i do that ? Someone suggested to use OpenCV. But i don't think that wil...
[no replies]
what is cmake, and where can I get a compatible version for tdm GCC 5.1.0?
 
I may just switch to visual studio to use precompiled libraries, but I wanted to build sfml with my GCC 5.1.0, all pre built versions are for older versions of ...
[2 replies] Last: [quote=OP]but I cant even try if there is a non-standard build tool re... (by Computergeek01)
by roarkr
How to display data in a cell structure
 
Hi, In a Visual Studio C++ console program I get data (it is updated every 10 seconds) that are structured in the way shown below to the function vo...
[15 replies] Last: Hi, I had another int cdu0 definition that caused the error above. N... (by roarkr)
by AcarX
Visual Studio 2015 Oracle exception debug assertion
 
I'm using Visual Studio 2015 Enterprise with Oracle 12.1.0. Here's the code causing assertion: try { // .. }catch(oracle::occi::SQLException &e) { ...
[12 replies] Last: OCCI 12cR1 is supported with VS2010, VS2012 and VS2013. Not with VS201... (by kmohan)
by AcarX
Critical sections and thread safety
 
I'm trying to create a server application using IOCP and I have a bottleneck with thread safety. Take these 3 functions for example: void func1(Client * c...
[4 replies] Last: Will do. Thanks for the help. (by AcarX)
by benhsu
Part of the files cannot be reached under the same folder
 
Hi all, I have a few files in CSV format under a folder, I tried to combine these CSV files as one. I applied a for loop to process the files one by one; howev...
[9 replies] Last: How to use code tags: http://www.cplusplus.com/articles/jEywvCM9/ Hi ... (by benhsu)
February 2016 Pages: 1234
  Archived months: [jan2016] [mar2016]

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