General C++ Programming - May 2012 (Page 36)

Dynamic creation of TCategoryPanel
 
Hello! I got the following problem. During run-time I want to add 1..n components of type " TCate...
[no replies]
Need help with homework, due may 2nd
 
// weekly Time Card program // ChrisH // 4/27/12 // this program computes pay for all employee...
[5 replies] Last: although the deadline has passed i do agree with Need4Sleep. having th... (by TinCanDan)
Game Hierarchy Problem (1,2)
 
It was suggested to me yesterday that I re-structure my game's class hierarchy (see post four on the...
[29 replies] Last: Any results yet? (by Exispistis)
Accessing cstyle variable from object to compare with another.
 
I want to compare a cstyle string (tool) with another cstyle string (tool2). The main problem is th...
[3 replies] Last: I don't understand the hierarchy, maybe a quick sketch up of it would ... (by clanmjc)
Binary file read/write
 
I'm trying to write an object to a binary file and then trying to read it back certain parts but I'm...
[1 reply] : The problem you are having is not with reading the data from the file,... (by slicedpan)
matrix manipulation c++
 
suppose i got a matrix 0 1 0 0 2 0 0 0 4 0 5 0 2 1 3 4 4 5 0 0 0 3 2 0 2 Select a matching b...
[no replies]
Need help using Arrays ASAP
 
Some how I need to set up a data array using simple graphics functions for simple object Circles, Bo...
[8 replies] Last: if you use it as an array, it must be a pointer, not a reference! No,... (by kbw)
Base Class pointer/reference to Derived type Objects - conversions without cast?
 
I'm working on a complex notification system, in the process I noticed that users will probably have...
[3 replies] Last: It looks to me you're trying to create some events/handlers? Pretty... (by clanmjc)
WaitCommEvent();
 
Hi! I have a thread where wait serial event using WaitCommEvent(). I'm using SetCommMask() to sign...
[no replies]
extra file
 
Hello On C++ is there someway to make your program: make a new file named coördinates ...
[9 replies] Last: nvm fixed it thanks for all the help you gave me kbw (by closed account 4w7X92yv)
error
 
Hello I get this error: " Invalid operand of types '<unknown type>' and 'const char ' to binary...
[4 replies] Last: That appears to be fine as long as 'log' is of type "std::ofstream". H... (by Computergeek01)
Hotkey ini file
 
Hello, I try to creat a custom hotkey option with a ini file. key =GetAsyncKeyState(VK_SHIFT)&&Get...
[2 replies] Last: Think about this for a minute, you're trying to perform a boolean oper... (by Computergeek01)
by Arukas
C++ and JMS
 
Hello, I have some C++ programs that I would like to add the ability to use jms messages. Anybody ...
[no replies]
C++ Programming HELP NEEDED ANYONE!
 
I may a program using strings where I can put in a phone number in it and then it will revise that p...
[5 replies] Last: I am rally not understanding why you are being sarcastic. It really d... (by Ernesto Nunez)
My program fails with sigtrap
 
hi! Im using code::blocks, programing in C++, and i have this problem: everytime that im debugging t...
[no replies]
Sort function keeps causing problems
 
You filled only 9 elements of the array but call selectionSort specifying ArrayMax which is equa...
[no replies]
by aku
functons output problem :(
 
hi friends my problem is tht i am unable to get the desired output of the following code :( i am t...
[13 replies] Last: i am really thankful for u help for me :) and i resolve the problm a... (by aku)
i just cant get what this line means
 
VSTCALLBACK its like a global am i wrong ??? what about cdecl ? #define VSTCALLBACK __cdecl
[3 replies] Last: ok thanks i will search for that (by hexduhax)
stuck on homework ( make a program)
 
Part 1. The program should display a menu with the following options: Welcome to FastFreight Comp...
[4 replies] Last: Thanks TightCoder for the clarification. Yes, show an effort. Don't ... (by webJose)
C++ HTML Reader and Parser
 
I'm having some issues with html reading and parsing program. I'm trying to read a sales listing ht...
[1 reply] : Help anyone? (by Gladiatos)
May 2012 Pages: 1... 3435363738... 41
  Archived months: [apr2012] [jun2012]

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