Beginners - February 2013 (Page 47)

Overloading Arithmetic Operators
 
So I am making a rational number class. Ive got it most of the way done accept when I use the + oper...
[9 replies] Last: Ok I read over the copy constructor material... Just not getting it. (by xarrtarrant)
Operator overloading woes: cin>>
 
Operator overloading seems to keep tripping me up. Here's my task (this is the same task as in my ot...
[15 replies] Last: GOT IT! Haha, m had to be set to the size of the integer, not zero. T... (by INeedAHero)
difference between function header and function signature
 
hey, can someone explain to me what the difference is between function header and function signature...
[no replies]
by chenzy
reading .txt file is killing me!!
 
I am confusing about how to read a .txt file of infix expression . I want to read this file and,,,, ...
[no replies]
Help with battle sequences in Pokemon style game
 
Hi, I'm new to the forums and c++. I'm creating a Pokemon style game and I'm trying to figure out a ...
[no replies]
arrays
 
need to write a program that asks for up to 50 test scores entered on the same line separated by a s...
[no replies]
Converting Strings to c strings?
 
Hey everyone, I'm currently trying to re-create the String Class for, well, class, and I'm runnin...
[no replies]
by Prax
Divide n conquer algo
 
I am using a divide and conquer method to divide an array till it contains only 4 elements or less ,...
[5 replies] Last: I could run the below code for 16 elements but when the elements in th... (by Prax)
by Addy09
CodeBlocks .exe problem
 
Hello, I have a problem, maybe someone can help me or at least tell that is not working. So I'm writ...
[1 reply] : The window will close down when the program ends. If you start the pro... (by Peter87)
by aminaa
class
 
#include<iostream> using namespace std; class A{ ...
[2 replies] Last: thank you so so much :) you are very helpful (by aminaa)
by jc4bs
Having Trouble with Nested Loops
 
I am writing a code that utilizes a nested loop, just one for loop inside another. Within the inner ...
[2 replies] Last: I have located the problem. For some reason, (text == text ) is alway... (by jc4bs)
I cannot get the correct inputs.
 
I am currently working on a project that requires me to make a program that validates a date, with t...
[1 reply] : Ok, some of this syntax doesn't make sense, let's make this program a ... (by swigganicks)
by jy1310
Undefined symbol: Help please!
 
Hi all, I am super new to C++ and I am so confused with all the errors I keep getting. I don't seem ...
[no replies]
store 2-D vector
 
How to store a 2D vector to another 2D vector using push_back? void generation(vector< vector<ch...
[1 reply] : Why use push_back at all? If I understood your intent, you're looking ... (by Cubbi)
by quaw
HELP!!
 
hey guys so here i have a problem where is asking me that i need a primary expression before else mi...
[no replies]
Executable
 
I created an executable program using Microsoft C++,it works but it automatically closes itself afte...
[2 replies] Last: "Sticky"? (by Bolong Yu)
Coding an OS (stupid topic But give it a chance)
 
I am going to try to make a os from scratch (I know you laughing in your head) Well i wanted to know...
[4 replies] Last: I hope you already bookmarked http://wiki.osdev.org/ - that's probably... (by Cubbi)
Functions
 
What is an advantage of dividing a program into multiple functions?
[no replies]
by n3wb86
Hello, I am trying to add two arrays
 
hello, I am trying to add two arrays and print the outcome; the outcome is correct, but when i u...
[no replies]
C++ Debugging Window
 
Hello Guys im fairly new to C++.. every Good Code need its debugging, so i was just wondering : wh...
[4 replies] Last: yeah, thats it! thx! (by Amazonasmann)
February 2013 Pages: 1... 4546474849... 67
  Archived months: [jan2013] [mar2013]

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