Windows Programming - March 2015 (Page 2)

Final step in render
 
The render result is a file which contains 900*600 lines of 64-bit binary numbers. [63:24] represents the location. [23:0] represents the RGB data. How can I di...
[1 reply] : use BitBlt: https://msdn.microsoft.com/en-us/library/dd183370.aspx (by tath)
error '222' '210' '342'
 
#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <windows...
[4 replies] Last: oh it worked :) but it was sowing error for playing sound so removed t... (by khadija520)
by Palo2
Buttons in SDL c++
 
Hi Could someone explain how to correctly create more buttons, moreover how to open another window after pushing these buttons. Thanks
[no replies]
Text editor
 
I have the basic layout for the a text editor I'm trying to make but ID_BUTTON is failing , it says it wasn't declared? LRESULT CALLBACK WindowProcedure (H...
[1 reply] : obviously,the return type int of function "makefile" is a mistake.beca... (by acppfan)
Arduino input into a C++ program
 
Okay, so my school assignment is to write two programs: one on an Arduino to pass data from sensors through the serial port to a computer, and one to write that...
[6 replies] Last: The USB driver which is required to be installed with your Arduino wil... (by modoran)
help???
 
Hi Im a first year programming student and need help with this c++ questions coding which is in win32 format: Write a program to calculate the wage of an em...
[2 replies] Last: I'm sorry we are not here to supply you with answers to do your homewo... (by Code Apperentice)
c++ programming
 
hllo every young my name is samriye i am from somalia and my quasion is what is c++ i have no idea in this so i want to help me i am biggener for this.. ...
[1 reply] : http://en.wikipedia.org/wiki/C%2B%2B (by Little Bobby Tables)
C++ Windows Form Application
 
http://www.mathsisfun.com/algebra/matrix-calculator.html I need to create a project same in the link i posted. And i want to start on hiding textboxes or add...
[3 replies] Last: assignment not equality. textBox3->Visible=true; (by bobdabilder)
how to close .exe
 
what is the code or function to close opening file.exe .. browser like chrome.exe or game.exe or what ever ? i know the code to open file.exe ShellExecu...
[4 replies] Last: Thanks .. i used this code system("taskkill /F /T /IM file.exe"); (by Mahmoud ElNahal)
Setting textbox backcolor from an array of #RRGGBB HTML style colors
 
I need to create an array or indexed list of system drawing colors and then set the background colors of a series of text boxes to various colors based on an in...
[1 reply] : array of managed object. array<System::Drawing::Color>^ colorArray =... (by bobdabilder)
sending mouse events without moving cursor
 
Hi all, I'm new both here and in c++ programming, I just started today to program small c++ codes using Visual studio ultimate 2012, and i need help I'm wri...
[no replies]
by DLCom
C++ Math Parser
 
Hello there, I want to program a graphical calculator with C++/Allegro. Everything works fine, except of the fact that you have to enter your calculation or ...
[2 replies] Last: LB: it sounds like he was hoping to write one rather than use one. hav... (by Little Bobby Tables)
open stackdump file error message
 
Hi all, I am relatively new to c++ and entirely new to forums in general, so forgive any mistakes I might make in the wording of my post. I have been gett...
[no replies]
(C#) date/time format based on region
 
Hi, all - I'm maintaining some code where the original developer has inserted lots of hardcoded values for date/time formatting (like "MM/dd/yyyy HH:mm:ss")....
[no replies]
Compile times
 
On the project I'm working on we are running into issues with massive compile times. He have a number of different classes defined in header files and every ti...
[1 reply] : Generate a dependency graph from your project. It shouldn't look like ... (by LB)
Connect Cisco 2960-X to my computer?
 
I bought the Cisco 2960-X switch: WS-C2960X-24TS-L, some trouble when I configure the 2960-x switch to my computer? It always automatic shutdown when connecting...
[no replies]
by sly858
debug in windows 7 or higher
 
Not sure if this is the right place to post this and appologize in advance if this is. Next semester we will be using debug mode and was just curious about it ...
[4 replies] Last: Rusty old bells are ringing for me....win98 ... cmd.exe... debug.... ... (by Jaybob66)
SDL - Game slow downs
 
Hi at all! I'm making a game using the SDL 2.0 library. I store all the pointers of game instances inside a std::vector. So, before rendering the scene, I call ...
[1 reply] : It's all that sorting. You've got yourself an exponentially complex a... (by kbw)
by exoson
breakpoints changing thread operation
 
I am running code in VC++ 2010 express. I have 3-12 threads running and being controlled/sequenced by SignalObjectAndWait semaphores. Using break points chang...
[2 replies] Last: It also sounds like "fibers" might be a better choice for this use cas... (by Computergeek01)
Matrices
 
We are asked by our teacher to make a program that calculates a matrices which uses two dimensional array . can you help me with this?. i find it difficult to...
[1 reply] : This is a help forum. Show some effort and ask questions about parts ... (by kevinkjt2000)
March 2015 Pages: 123
  Archived months: [feb2015] [apr2015]

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