Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~666 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for Fragmad

Hi. I have a class named Product, each object of this class holds one product in a "store". The class also has a static int member to keep track of how many products there are. iProducts is static member. Constructor: [CODE]Product::Product(std::string name, int price, std::string description) { sName = name; …

Member Avatar for vmanes
0
90
Member Avatar for Fragmad

Hi. (If you don't feel like explaining, please tell me what I need to read up on. Derived classes? Polymorphism?). I have got this assignment from school, in which we are handed a main.cpp file and we are supposed to write the class for it. But there's a few thing …

Member Avatar for vmanes
0
114
Member Avatar for Fragmad

Hi. I got some experience with win32 programming but I fell I'd like some pointers for this. I'm doing this program for fun and to learn. Program: I'm gonna do a program/bot that automates the mouse movement and clicks instead of a human actually touching the mouse. So my friend …

Member Avatar for Fragmad
0
151
Member Avatar for Fragmad

I really need help. I'm pretty new to c++. I want to send a simple keystroke to notepad (not really notepad, but I'm using it while I learn). I might have forgotten something, I don't know. I have a feeling it's some retarded mistake... [CODE]#include <windows.h> #define VK_A 0x9E void …

Member Avatar for Fragmad
0
250
Member Avatar for Fragmad

Hello all. I'm pretty new to C++ but not a total beginner. I have done a little program which basicly is a Timer. It's a clock that starts at zero and counts to 4min 45sec, then it playes a sound and restarts. I want to add a feature which restarts …

0
60