Beginners - March 2012 (Page 45)

Undeclared Identifier
 
Firstly, I'm using VC++: VS2010 Ultimate (build 10.0.40219.1 SP1) Secondly, I'm having some issue...
[3 replies] Last: No shit. I'm not even going to talk about dignity. Thanks folks. (by Algorath)
review and testing
 
Hi, I am new to c++, this is my first real program in c++. I tested it and it works for me as I wan...
[2 replies] Last: bool Calculator::check_key_action(string & line, int & place, size_t ... (by Shinigami)
by adijo
Question
 
#include <iostream> #include <cmath> using namespace std; //Declaration of Functions do...
[2 replies] Last: lol! Thanks I removed it and its working now! Sorry for the stupid que... (by adijo)
having many value in 1 variable
 
im doing this log-in system.. how can possibly username variable has contains many value?
[13 replies] Last: Oh I see the issue, I was in vector mode there for a second (instead o... (by Stewbond)
Adding Multi-Threading Inside Function
 
I'm new to multithreading, so I have a bunch of questions. 1. Is there a standard C++ way of doi...
[6 replies] Last: That's one of the reasons why it's easier to use boost. The boost wra... (by Stewbond)
Operator Overloading for Dynamic Arrays
 
I need to overload operators for this integers sets program that uses dynamic arrays to store intege...
[4 replies] Last: Dude it worked! I changed the variable in the constructor amazingly it... (by adilsheikh)
Animated Computer
 
Hi, I'm new to C++, and am trying to write a program that creates an animated computer that displays...
[3 replies] Last: Thank you, the animation works now. (by youngcoder)
using namespace std
 
hello guys why do we use using namespace std; in a program??(i read the link:http://www.cplusplus....
[11 replies] Last: La la la can't hear you can't hear you. Here, have a cupcake. (by Moschops)
by gumata
hashtable
 
how to remove an entry in the hashtable?
[6 replies] Last: Sorry, but the parts of a CPU is a hardware issue. We're programmers, ... (by Albatross)
dont know topic
 
can we set float main() instead of void mani() or int main()? and if we can why dont we do that???...
[6 replies] Last: Please do. (by Athar)
by HankP
Problems with textfile
 
Hi! I have problems writing data to a text file. The program jumps over the name of the second, t...
[1 reply] : I do not see where you are writing data to a text file. But it is obvi... (by vlad from moscow)
Trouble understanding the std generate function
 
Hi guys, New to c++. I'm trying to understand the following: http://www.cplusplus.com/reference/...
[1 reply] : I got it. For anyone else interested. I needed to return a PancakeGl... (by frankieC)
Problem with output not staying up on the screen
 
Here is my code: #include <iostream> #include <iomanip> using namespace std; int main() {...
[3 replies] Last: lets do one thing! Initialise a variable like int waiter; now afte... (by absawis)
pls can u find the error in my program
 
#include<iostream> #include<conio.h> #include<math.h> using namespace std; int main() { in...
[3 replies] Last: thank u (by yashashvini)
by punk
C++ PROJECT .. CAN U HELP ME..???
 
THIS IS MY PROJECT ANYONE PLEASE HELP ME!! This is what to do.. 1. 5-6 functions. 2. One or...
[10 replies] Last: yes you are right @stewbond. and even though u have already answered i... (by absawis)
by Owain
Using DLLs
 
My C++ book didn't include any material regarding the use of dynamic and static link libaries. So I ...
[4 replies] Last: Thanks :) Its working now (by Owain)
by raze
Convert from char to int using atoi
 
Hello! So, i am constructing a class called HugeIntegers. I want to do simple math (add, subtract...
[2 replies] Last: Of course. Stupid me :) Thanks a lot! (by raze)
c++
 
help please..... what are the advantages of using c over c++?
[3 replies] Last: tnx a lot (by Angelica Lupega)
Need help in polymorphism .
 
My Teacher want me to Write MAX function in C++ that takes two integer parameters and returns the gr...
[10 replies] Last: This video help me a lot to understand function overloading(static pol... (by Lio)
Question Linked Lists
 
Hello community, I am currently a junior in college and have been delving into the topic of linked l...
[no replies]
March 2012 Pages: 1... 4344454647... 71
  Archived months: [feb2012] [apr2012]

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