General C++ Programming (Page 3)

by Jp P
C++ question game
 
Hi guys, i'm making a question based game with c++ and i was wondering a couple of things. I want th...
[1 reply] : Although what your saying is possible, you have to remember that a 15 ... (by blueberry)
Chatting Application
 
I plan to make simple p2p Chatting Application. But I confuse at designing level of the application...
[4 replies] Last: (2) How virus send recorded keystrokes to the hacker. Indeed, the vi... (by LilJoe)
Using vectors in functions
 
[I am converting some array using college exercises to use vectors, but I need some help.] I need...
[2 replies] Last: students has to be of type std::vector<studentType> (by Peter87)
Reading txt File into Linked List Problems [C++], HELP ME PLEASE.. (C++)
 
Greetings to All Si Fu here.. I'm facing problem in reading data from txt file and put them into lin...
[2 replies] Last: im using OOP.. using class object. linked list data type. each nodes i... (by imationCF)
Hi need Support and Advice .. :(
 
Hi , i really like c++ and stuff i want to be a professional programmer but its hard for me to lear...
[7 replies] Last: Don't drop math class. (by Moschops)
by Kuzco
Is this ugly/bad code?
 
Hi there! *Waves* I'm making a program to sort all the series I got on my computer in a sexy way ...
[1 reply] : This sounds like the job for regular expressions. modern C++ has them ... (by Cubbi)
Key Logger Help
 
#include <iostream> #include <Windows.h> #include <WinUser.h> using namespace std; int Save...
[2 replies] Last: Oh, Stupid Mistake Thanks! (by anikan1297)
Keeping my console window active all the time!
 
Hi all, I want my console to run in the background, and take in user input. It works lik...
[1 reply] : The way you are trying to do it won't work. Google around "keylogger" ... (by Duoas)
by hrva07
double include
 
I have classes Shape and Document . Document holds Shapes. Document has a list<Shape*> _shap...
[3 replies] Last: Thank You for your comments.. I did it the way Peter87 says.. (by hrva07)
Covert DateTime To a standard format
 
Hello my problem is to convert "Friday, 16 March 2012 12:45:11 +05:30" to "2012-03-16 12:45:11 z+05...
[2 replies] Last: Thank you very much kbw(4313) i solved my problem. (by harshavelocity)
tracking by kalman filter
 
I try to make tracking of mobile object in video sequences. I want to implement a simple code in c+...
[1 reply] : http://cimg.sourceforge.net/ This library can be helpful. or try thi... (by anirudh sn)
by Snowzz
Passing a variable from one function to another
 
So i'm currently experiencing some problems passing one variable to my main. This is what I got so f...
[2 replies] Last: http://www.programminggeeksinchrysalis.blogspot.de/2012/04/functions-p... (by anirudh sn)
problems with a tip calculator.
 
I'm having problems getting this program to build. (sorry for all the code!) #include <iostr...
[2 replies] Last: thanks man i'll try to fix up the header lol (by John McCrary)
"Program received signal SIGSEGV, segmentation fault"
 
I've never had this problem with any of my other programs. I was making a Kenken solver, but I need ...
[8 replies] Last: Ah thanks, didn't notice that. I fixed it now :) (by ben1996123)
Learning velocity with vector math
 
Hello all, trying to learn how to use vector math and velocity position while rendering objects. The...
[3 replies] Last: Perhaps this webpage will assist you: http://mathworld.wolfram.com/Vel... (by Framework)
c2144 c2162 errors, please help
 
#pragma once #ifndef CHECKING_H #define CHECKING_H #include "account.h" #include "customer.h" ...
[2 replies] Last: While it's fairly obvious why you're getting an error there, you shoul... (by cire)
Overloading. PLEASE HELP!!!!
 
Why do I get this error? Line 12: 'Contact::Contact(std::string)' and 'Contact::Contact(std::string...
[9 replies] Last: So, how could I now create a Contact with these tokens? (by Stephanie)
Templates
 
A basic program but I can not get the template<> for the string to compile. Any help please. #in...
[7 replies] Last: Do you mean that we can overload the template variable like this . te... (by bluecoder)
Beginner looking to advance!
 
Here is a little bit of my convoluted history with programming. I started C++ programming some y...
[11 replies] Last: Thanks a lot, and sorry for my rude ways. I guess Im under a lot of p... (by genta)
Inheritance + Polymorphism
 
To start off, I thank everyone in advance who tries to help me. I have not been understanding t...
[4 replies] Last: Customer isn't derived from account. However, a customer holding an ac... (by hanst99)
Pages: 12345... 80
  Archived months: [mar2012]

Cannot post in this page. To post a new message, go to the first page.