
please wait
How to handle Structured Exceptions? |
Hi, I am working on one sample application with opencv.I am getting "Stuctured Exception thrown by other component" Exception after long run of the applicati... |
Jun 30, 2014 at 11:22am
[1 reply] : Run the app in a debugger, ideally a debug build. Set the debugger to... (by kbw)
|
by sambos
Multiple forms & headers
|
Hello, I have two programming ideas that I would like to merge. Here's a simplified description of them both (both are windows forms)... Program 1: Form... |
Jun 30, 2014 at 2:00am
[2 replies] Last: It looks like I solved the above problem myself and as usual, it was... (by sambos)
|
by R23MJ
Batch File Utilities
|
I am working on a pack of Batch File utilities; however, one of them I have been having trouble with. I can't seem to get an input from the command line (Or bat... |
Jun 30, 2014 at 1:56am
[3 replies] Last: Thank you! Works wonders (by R23MJ)
|
by Brookmezgu
Hidden cpp
|
Can any one give me an idea to make cpp file invisibily runable? |
Jun 30, 2014 at 1:53am
[3 replies] Last: @Disch There are C++ interpreters....but still, @Brookmezgu how do you... (by R23MJ)
|
Keylogger and form |
Am a beginner in C++ and as such, I am making a simple program that stores keypresses, and stores them in a file. The program contains a messagebox, but it wont... |
Jun 29, 2014 at 2:06pm
[no replies]
|
by Homberto
::MessageBox Error?
|
So I'm in the early, early stages of this one project i'm working on. At this point, All it needs to do is take a user's input from a text field and show that ... |
Jun 28, 2014 at 9:14pm
[4 replies] Last: Thanks. :D It works now that I declared them outside of the function. (by Homberto)
|
How to input picture in program ? |
I really need this ... I tried to look for it on googl and on this page, but I could not find it. Is there anybody how know how to code it, because it is only t... |
Jun 28, 2014 at 11:48am
[2 replies] Last: Thanks , but I am already code everything and I just need to input pic... (by XXXTheHunterXXX)
|
by SixTsevN
Working with std::list
|
Hey there, I was just wondering if you could give me any insight in how to correctly use std::list from the STL. I ask this because in my programming studie... |
Jun 28, 2014 at 8:16am
[5 replies] Last: The problem is that you didn't call pop_front To do so you must inc... (by cire)
|
by sambos
Multiple Forms
|
Hi there, I understand that there are a number of discussions about this, some of which have been solved, but I can't seem to get my head around this issue o... |
Jun 28, 2014 at 12:46am
[3 replies] Last: Hi, After searching / reading other posts and websites, I came acro... (by sambos)
|
by jajacie
i need help clipboard
|
need a code that will calculate the length of characters in the clipboard if the length of characters will be equal to 15 to the contents of the clipboard is to... |
Jun 27, 2014 at 4:48pm
[3 replies] Last: You should register your window as clipboard viewer using AddClipboard... (by modoran)
|
HOW TO MAKE HIGHSCORE FOR GAME |
I need help. I made a game, something like Stick Run and now, only thing I need to make is highscore, but I don`t know how. I tried to find it but I did not. Pl... |
Jun 26, 2014 at 10:25pm
[7 replies] Last: Thanks people :D This all should help (by XXXTheHunterXXX)
|
by AIa43
How to make graphics? And physics?
|
I am thinking of making a platformer, but have absolutely no experience with graphics of any kind: OpenGL, etc. Also, how to put physics in? #include <... |
Jun 26, 2014 at 9:20pm
[4 replies] Last: [quote=EssGeEich]You need to learn WAAAY MORE c++ before diving into t... (by Disch)
|
Verify existing url winsock2 |
Hello cplusplus.com Long time no see! ... Okay Okay ... I need help here , I wonder how I make a simple function that does a scan of any url and tell me if t... |
Jun 26, 2014 at 9:19pm
[7 replies] Last: This is what I use, adapted from a boost example. std::string sv::uti... (by naraku9333)
|
by Zapeth
LoadLibrary() fails - invalid PE header?
|
Hello, so before I begin to explain my problem I'd like to ask this question first: Is there any way to figure out where/why exactly LoadLibrary() fails to loa... |
Jun 26, 2014 at 4:55pm
[4 replies] Last: Compressing a DLL has nothing to do with PE Header damage/replacement... (by Zapeth)
|
by szpaq234
LPT POS printer alternate feed
|
I have an ancient POS printer Axhiohm A470 http://www.racoindustries.com/axa470.htm. Windows 7 64bit doesn't detect this printer and drivers don't exist. Only w... |
Jun 26, 2014 at 1:04pm
[2 replies] Last: The thing is that the there are two pieces that have to open first bef... (by szpaq234)
|
by Kaevan807
Issues using Named Shared Memory
|
So basically what I'm trying to do is create a shared memory for an agent, where it stores information about itself on a regular basis, and then somewhere else ... |
Jun 26, 2014 at 11:12am
[1 reply] : Figured it out, shared memory didn't like how long the string I was pu... (by Kaevan807)
|
by Kalir44
error C2440
|
Hi, im just trying to make a Trainer. I have made it, but it works only if I write #define Value 500 or float Value = 500.66; .... but i want to make a te... |
Jun 26, 2014 at 10:43am
[no replies]
|
by Unc3nZureD
Problems with SymFromAddr()
|
Hi guys, I would like to achieve some kind of result like the Process Hacker has when sniffing threads of a process. I'd like to parse threads to modules. As I... |
Jun 26, 2014 at 10:20am
[no replies]
|
by xystus
Crit Rate and how to creat a function for it.
|
so currently i have this battle sequence: void FightStart() { ypdamt = ypatk; ypdamb = ypdef; epdamt = epatk; epd... |
Jun 25, 2014 at 6:39pm
[no replies]
|
by ahbazzi
Ctrl key and Edit Control
|
I had developed a small application based on win32 API. It is made up of a window which has its own controls (Edit Box, Button, List View, scroll bar, ...) I... |
Jun 25, 2014 at 6:26pm
[2 replies] Last: Use keyboard accelerators http://msdn.microsoft.com/en-us/library/wind... (by Null)
|