Windows Programming - January 2012 (Page 5)

Do-While Only Repeats Once
 
Hello, This asks a user to enter rock, paper, or scissor. Then it asks them to repeat the process b...
[3 replies] Last: Thank you for all the input! Stewbond, I also perfer iostream and c++... (by Schwagmister)
LoadString Fails.
 
I'm learning to add resources to my program Cursor...OK Icon...OK Menu...OK Now I failed as ...
[7 replies] Last: Line 13 and 14 ? OK. Cuz I thought TCHAR is set to Unicode by default... (by hentaiw)
The easiest way to recognize a shape?
 
Hi, is there any easy way to recognize a shape or a picture and move a cursor on it? For example: ...
[1 reply] : Ok, got it, but now I just need to take a pixelcolor of screen. (by Zemtriz)
Memory Sharing (Interprocess, Local)
 
Hi all. I'm fairly new to C++, and I'm building a DLL plugin for a software authoring application...
[10 replies] Last: Thanks for your replies, I really appreciate it. As I plan to have tw... (by ChrisDines)
by Zanje
again please
 
HELP about if else If(A>B) { printf("You win"); } else if(A<B) { printf("You lose"); }...
[2 replies] Last: You are assigning B to A in your else if statement, == tests for equal... (by closed account DSLq5Di1)
Close another application
 
Hello again What I want to do now is to close another opened application, without leaving dlls or o...
[7 replies] Last: True in the case of SendMessage() with WM_CLOSE, but FindWindow() will... (by webJose)
help me how to repeat program
 
cout << " Enter first number : " << endl; cin >> a; cout << " enter the operation " << endl; ...
[6 replies] Last: Noooooooooooooooooooooooooooooooooooooooo The goto statement can ve... (by Stewbond)
by Zanje
Question
 
it is ok to put an If-else statement inside if-else statement?
[1 reply] : Of course! Note that using proper indenting and bracketing will help ... (by Stewbond)
For loops help
 
i need to create a program that produces an amount of stairs based on the number user inputs. for ...
[2 replies] Last: Please don't make duplicate issues http://cplusplus.com/forum/beginner... (by Stewbond)
Random Numbers in C++.
 
Hello all! First time poster, and VERY new C++ user. I'm just learning the ropes here, so be gentle....
[5 replies] Last: i < 100 tells it to do 100 numbers. If you want x numbers you need to ... (by Mats)
Help from someone experienced.
 
So,I'm 15 years old and I started coding 5 months ago.I don't really understand how these things wo...
[2 replies] Last: Thank you. :) (by nhrnjic)
Get webpage source code from BHO
 
Hello, I'm working on a BHO for IE9 with VS2010. My goal is to get the source code of the webpag...
[5 replies] Last: Hello, Thanks very much Naraku! It seems that I can do something wi... (by CppHomeStud)
diff between window and thread
 
[quote=Microsoft]hWnd Type: HWND A handle to the window whose messages are to be retrieved. The wi...
[1 reply] : Are you looking for a formal definition? See Wikipedia: http://en.wi... (by webJose)
Question in Hello World C++ WinAPI
 
#include <windows.h> LPCTSTR ClsName = L"BasicApp"; LPCTSTR WndName = L"A Simple Window"; LRESULT...
[2 replies] Last: Thanks for your detailed advices. Thread solved. (by hentaiw)
Shader Trouble?
 
Hello,I am making a 3D game engine in D3D9 with C++. I already got camera,sprite class(for interface...
[no replies]
Not declared in this scope PLEASE HELP
 
I need to copy a two dimensional array to a function but its size is variable. How can i do it? This...
[3 replies] Last: Thank you BlackSheep, you helped me a lot. Problem solved. (by Antrikkos576)
Winsock 2 recv() hangs after recv some data. Help on send/recv using WinSock
 
Hi all, i have created a basic console application for WinSock2 Client. Here is the code i use: ...
[2 replies] Last: Wow yes thanks i really miss that. Many thanks for your help it works ... (by LiliputFX)
CodeNavigator View source code in iPad just like Source Insight
 
http://itunes.apple.com/us/app/id492480832?mt=8 Description CodeNavigator is a developer's to...
[no replies]
help with if then else
 
can someone convert this pascal program part in c++ : if a = 's' then begin c = a+b; ?
[2 replies] Last: if (a == "s") { c = a + b; } But for the most part: http... (by KyleMiles)
Check Crashes Program
 
Hello, In this, for some reason the program crashes after asking a user to re-enter a choice #i...
[3 replies] Last: also, Not to drag this thread out or anything, but can you tell me ... (by Schwagmister)
January 2012 Pages: 1... 34567... 9
  Archived months: [dec2011] [feb2012]

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