
please wait
by yuanshiming
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... |
Mar 12, 2015 at 10:06am
[1 reply] : use BitBlt: https://msdn.microsoft.com/en-us/library/dd183370.aspx (by tath)
|
by khadija520
error '222' '210' '342'
|
#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <windows... |
Mar 12, 2015 at 7:50am
[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 |
Mar 11, 2015 at 8:14am
[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... |
Mar 10, 2015 at 9:58am
[1 reply] : obviously,the return type int of function "makefile" is a mistake.beca... (by acppfan)
|
by kaseron
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... |
Mar 9, 2015 at 5:06pm
[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... |
Mar 9, 2015 at 11:55am
[2 replies] Last: I'm sorry we are not here to supply you with answers to do your homewo... (by Code Apperentice)
|
by Eng samriye
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.. ... |
Mar 9, 2015 at 12:52am
[1 reply] : http://en.wikipedia.org/wiki/C%2B%2B (by Little Bobby Tables)
|
by ForceFactor
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... |
Mar 8, 2015 at 11:44pm
[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... |
Mar 8, 2015 at 11:31pm
[4 replies] Last: Thanks .. i used this code system("taskkill /F /T /IM file.exe"); (by Mahmoud ElNahal)
|
by PapaGeek
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... |
Mar 8, 2015 at 4:48pm
[1 reply] : array of managed object. array<System::Drawing::Color>^ colorArray =... (by bobdabilder)
|
by OMARKKK
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... |
Mar 8, 2015 at 1:54pm
[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 ... |
Mar 8, 2015 at 4:01am
[2 replies] Last: LB: it sounds like he was hoping to write one rather than use one. hav... (by Little Bobby Tables)
|
by ataribigby
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... |
Mar 8, 2015 at 12:05am
[no replies]
|
by mzimmers
(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").... |
Mar 7, 2015 at 9:38pm
[no replies]
|
by ischuldt
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... |
Mar 6, 2015 at 10:18pm
[1 reply] : Generate a dependency graph from your project. It shouldn't look like ... (by LB)
|
by roselee
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... |
Mar 6, 2015 at 9:22am
[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 ... |
Mar 5, 2015 at 2:26pm
[4 replies] Last: Rusty old bells are ringing for me....win98 ... cmd.exe... debug.... ... (by Jaybob66)
|
by FonzTech
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 ... |
Mar 5, 2015 at 11:31am
[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... |
Mar 4, 2015 at 5:35pm
[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... |
Mar 4, 2015 at 3:36am
[1 reply] : This is a help forum. Show some effort and ask questions about parts ... (by kevinkjt2000)
|