Beginners - November 2008 (Page 12)

What is a palindrome Number and how can it be made
 
please help.
[2 replies] Last: oh i forgot about the engines sorry!! (by ankitsikka)
by sahin
person class and person.cpp filling the main
 
hi can you help with this code first this is person class : #ifndef H_Person 20081106 #define H_...
[3 replies] Last: The very first line -- the #ifdef -- is wrong so no, I don't see it co... (by jsmith)
Passwording problem (file streams and comparing)
 
Short statement of the problem: User can set password to protect the program from being run by someo...
[3 replies] Last: I solved this problem myself after spending some time on it... I chang... (by Pethrenne)
by Ray
Simple Calculator
 
Can anyone show me how to make a program do simple mathmatical proceedures? I had to write a program...
[6 replies] Last: The place where I get lost is when it asks me to perform calculations ... (by Ray)
Visual C++ Crashing when I try to open a file
 
Hi All, I'm brand new to C++ and am having a problem. Hope someone can help me out. I'm using Mi...
[1 reply] : The file may have been corrupted and is causing errors, try open the c... (by Umz)
What is a compilier
 
What is a compilier, how do you use one and where can you get one? thanks
[4 replies] Last: When you type a sourcecode in lets say, c++, your computer cant do any... (by Scipio)
Can't use strings within classes
 
Maybe this is just the compiler, but this is killing me right now. I simply can't use strings within...
[7 replies] Last: See jsmith the only thing I don't understand with what you said is wit... (by Mythios)
Complete Beginner!
 
Hi everyone, Im a complete beginner to C++ and as a matter of fact and computer programming languag...
[2 replies] Last: Just google something in the lines of - "download visual studio expres... (by Mythios)
what's the problem in my coding
 
I want to get the following output 1 12 123 1234 12345 and here's my coding #incl...
[4 replies] Last: this will help you out here!!! int main() { for (int i=1;i<=5;... (by jrock)
outputing digits of an int...
 
The title says it all... I have a feeling it is a darn easy thing to do but i can't think of a wa...
[8 replies] Last: I got it to work...thanx everyone for posting! Buzzy your previous ... (by george2515)
Pointer or not?
 
I requested help with a certain idea of mine on another forum, and they gave me code with this line ...
[5 replies] Last: Put an integer variable name and an equals sign in front of the line o... (by Duthomhas)
Displaying extended ascii code
 
I would like to make a frame like by using extended ascii code, but it failed. my code is as follow...
[2 replies] Last: "Extended ASCII" is Microsoft/PC manufacturer specific stuff. Microsof... (by Duthomhas)
Learning C++ and C#
 
Hi, I have an intermediate understanding of c++ and I am considering enrolling in the first of 4 ...
[1 reply] : Well it's currently what I'm doing at the moment. Doing both at the sa... (by Mythios)
alternative to ios::app
 
I have to do some appending output for a school assignment although was told not to use "ios::app" i...
[4 replies] Last: Oh yeah, the pointer goes to the beginning of the file...so you would ... (by firedraco)
access violation error when returning value from operator overload
 
i am trying to brush off old skills. i use to write c and i am trying to learn c++. i have a progr...
[1 reply] : What does the Student class look like? Your operators should be tak... (by jsmith)
whats the use of flag while writing a code
 
please tell
[1 reply] : Whatever you want it to be... (by Faldrax)
[SOLVED] Accessing a class in another File
 
Hey guys well my first post here but Ill get straight to my problem. //main.cpp #include "sta...
[12 replies] Last: Hey guys just giving the update that I fixed the program its in a lot ... (by Mythios)
Is my ouptut is coorect? Sample Program of an Array..
 
Is my output is correct? please let me know...thank you! main(){ int i; int value ; int number...
[no replies]
yes or no question
 
hey, can anyone tell me how to make a yes or no question?? like do you want more tea?? (y\n) thank...
[7 replies] Last: Thanks for all info hehehe (by devaeron)
void pointers
 
hey guys, i was reading the tutorials and came across this: // increaser #include <iostream> u...
[1 reply] : But in exchange they have a great limitation: the data pointed by the... (by Karql)
November 2008 Pages: 1... 1011121314... 19
  Archived months: [oct2008] [dec2008]

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