Windows Programming (Page 2)

New! Join the C++ community on Google+
why do i need to put cin.get() twice?
 
Hey guys, i was writing a very simple program and came a across an problem. In order to stop my prog...
[no replies]
by Phiru
I am using GDI++, but..
 
Hi. I got a problem using GDI++. I succeeded loading a "png" image and displaying this on the wi...
[no replies]
Execute a function every X seconds WITHOUT sleep
 
Hey guys, My program occasionally has to do a little bit of heavy lifting processing wise, and I'd ...
[5 replies] Last: If you don't try it you won't learn anything. Very true, sir! An... (by jojo212)
Double* modification for input
 
I created a 1d array using the trick double* x = new double ; which seems to be the only way of crea...
[4 replies] Last: is there a way of turning a double* to a double Dereference it doub... (by maeriden)
How to learn PHP
 
I want to learn PHP,but I don't konw how to do it.
[1 reply] : How about using online tutorial ? http://www.php.net/ PHP is one of s... (by modoran)
Programming for Games
 
Hello everyone, I am a second year student at Atlantic University. I am studying video game animatio...
[1 reply] : I have no personal experience with the windows phone platform, however... (by Ogoyant)
good books for beginning windows programming?
 
ok i recently got malware and found out that my malware scanner took forever to scan because the mal...
[8 replies] Last: Maybe because when 'widgets,QT or MFC' have been relagated to the du... (by jimobama)
by lmsmi1
Advanced Controls
 
I can't seem to find anything in Petzold's Programming Windows 5th Edition, so I come here for help....
[1 reply] : The code samples you require are not for a specific compiler. These us... (by modoran)
Help with library (1,2)
 
I need gmp or something similar that I can make types bigger than long long. I don't want to have to...
[22 replies] Last: Yes, double is usually 64 bits wide. That's enough for up to 16 signif... (by Athar)
Syntax error in INSERT INTO statement (0x80040E14)
 
I'm always getting this error since i added a couple of column in the tblapplicants table. NOTE: I'm...
[no replies]
QueryPerformanceFrequency help
 
Hi everyone, I have a code that uses QueryPerformanceFrequency. However, the machine I need it to r...
[3 replies] Last: Why do you want to replace it? Why do think there's something else th... (by kbw)
How to add icons into Program tray menu list?
 
The topic also is a question. I have no idea how to insert icons by Windows API functions... Also I ...
[2 replies] Last: If you're talking about the System Tray, then this link might help? N... (by andywestken)
by matjey
error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in PCL.obj
 
hi, i got many error in my project which is "error LNK2038: mismatch detected for '_ITERATOR_DEBU...
[7 replies] Last: If you successfully build/link your app in release mode and it works, ... (by modoran)
by lmsmi1
Transferring Dimensions from VC++ 2012 Express to Code::Blocks 10.05
 
I have trial-and-error'ed every aspect of my GUI in Code::Blocks to get the GUI looking right. When ...
[3 replies] Last: Code::Blocks does not support (at least I am not aware of) C++/CLI lan... (by modoran)
Process ID help.
 
Hello, I'm trying to get the process ID of a process... I know how to get the ID of a window, but i...
[7 replies] Last: To install a windows service ? There is no trick - just do it from you... (by modoran)
Retrieving 'photo taken time' from c++ program
 
Have been using C++ to successfully retrieve and use info from WIN32_FIND_DATA data structure for va...
[2 replies] Last: Thanks for the input - I'll review your first link, looks promising (by Harry Bosch0)
by minime
Callback Function for Windows Form
 
Ok I have a Windows form which calls a DLL, both of which written by me. I have a start form whic...
[1 reply] : You can create a function pointer, give it the addres of the member of... (by methodos)
Problem using matlab function in visual studio c++?
 
I am trying to use the linprog function in visual studio 2010. I have used the matlab compiler accor...
[1 reply] : As far as I can determine the site's info tells me the definition is i... (by methodos)
by lmsmi1
Icon in Window
 
Okay, how exactly do I get an icon into a button in WinAPI? It won't cooperate with me when I use t...
[1 reply] : You forgot the handle to the dialog window: SendDlgItemMessage([HWND... (by methodos)
overload getline problem
 
i keep getting an error saying "getline error: no instance of overloaded function "getline" match...
[1 reply] : Hi, 1. Try to use code blocks when pasting/writing code in this forum.... (by methodos)
Pages: 1234... 10
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.