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_Person 20081106 class Person { public: //constructer P...
[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 someone else. Password is then changed into multiple ints and s...
[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 last week to make a simple calculator with enumerators and ...
[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 Microsoft Visual C++ 6.0 with SP6. I've been working throu...
[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 the classes that I write. I place the class within a header...
[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 language.Can any one give any tips of where to start, what software...
[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 #include<iostream.h> #include<conio.h> void main() {clrscr(); ...
[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 way at the moment... so input might be 689504 i need to out...
[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 in it: *((int*)lulz.data); The question is, what does it...
[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: #include <iostream> #include <string> #include <fs...
[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 courses offered at my school for C#. At the same time I wou...
[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" in the code. Here is the funtion with the ios::app... altho...
[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 program that is getting an access violation after several passes ...
[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 "startup.h" int main() { StartUp(); return 0; } //----...
[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 numbers ={2,4,6,8,10,12}; char word ={'h','e','l','l','o'}; for ...
[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) thanks
[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> using namespace std; void increase (void* data, int psize)...
[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.