Beginners - April 2012 (Page 10)

by Shatha
Can you help me in my C++ homework plz :$
 
Hello All .. I have homework and I don't know how can I solve it can you help me :( this is the homework : 1- Creat class called Employee that has two da...
[6 replies] Last: Since you've made no actual attempt to try this yourself, I'm sure you... (by MrHutch)
by mahone
Nested Classes
 
Hello Everyone, this is my first thread here and also i am new to this forum as well as the world of object oriented programming and the C++. I recently stud...
[12 replies] Last: oh.. Thanks for telling me abt it :) (by mahone)
by myoni
how to implement functions of derived class
 
I've 2 classes closedPolynom and Rectangle. In the header file of Rectangle I'm getting this error: error C2969: syntax error : ';' : expected member funct...
[9 replies] Last: thanx a lot (by myoni)
by Macki
Vector function not working with selectionSort
 
I learned a little with starting c++ this semester, so I thought is it possible to combine vector array and the selectionSort function,so I built the program wi...
[3 replies] Last: I meant to say thank you.. have to sleep 4 in the morn' already.. than... (by Macki)
Qsort issue (Also how to sort alphabetically.)
 
hi everyone. i have an issue on my hands. basically i have entered a program where i enter the names of students, with data binded to them, i then have to print...
[1 reply] : For qsort() you need to provide: 1. The start of the array 2. The num... (by coder777)
how do i sort values according to a particular value using sort
 
Hi guys, i am currently facing a problem implementing a boolean function inside my sort function. the story around my program is that i want to sort the values...
[2 replies] Last: oh yes it definitely helps. However i`m using ubuntu OS to write my pr... (by CLearner88)
error in std::transform
 
Hello there, I get this error : term does not evaluate to a function taking 1 arguments. Here is the code (relevant parts): Grammer.h typedef std::vector...
[11 replies] Last: Well I already did it with the std::bnd1st and it is working just fine... (by Damadger)
by Irwoo
Error
 
/* Irwin Blanc mtg2 shirts.cpp */ #include <iostream> #include <string> #include <iomanip> using namespace std; enum Shirtypes{ Long,Lo...
[1 reply] : return Shirt ; Shirt is not a variable. (by Shinigami)
C++ GradeBook string
 
I thought void function doesn't return value why is void displayMessage using getCourseName when getCourseName has a return courseName;? string getCourseNa...
[1 reply] : @notetoself5 displayMessage() function is getting a value from getCou... (by whitenite1)
Automatically create shortcut after delete
 
Hi, I have created setup project using visual studio. When the software install, it create a shortcut on user desktop. If someone deleted the shortcut, it auto...
[1 reply] : bump (by wedagedara)
Error in Display with If Statements inside While Loop
 
Hello, I am writing code that mimics the game Mastermind. The computer randomly comes up with a code based on the "colors" RGBOY. The user has ten guesses to...
[1 reply] : Typo in line 152. You have 1 instead of i. cout << " " << feedback ... (by vin)
by Score
proper syntax for recusive call within template function?
 
I've got something like this and can't figure out the right syntax to get it to working: template <class Item1, class Item2> class test { // class definitio...
[2 replies] Last: Sorry, meant to post the error: no matching function for call to ‘... (by Score)
Array of objects - CODe Mode (1,2)
 
Hello all, I am trying to make an employee program that takes in up to 100 max employees information then displays it back out nicely formatted, which I am n...
[32 replies] Last: Hmm. Well. To be honest, I don't use tutorials that much. For the most... (by Vlykarye)
Getline problems?
 
Hello, the purpose of this program is to allow users to enter a string and this
[2 replies] Last: Thanks so much! (by thaulotte)
Remove Character from String
 
Hello! I am writing a program that mimics the game Mastermind. However, I am having trouble getting past the first step. We are using letters as the "colors"...
[5 replies] Last: @pattilupwned Okay. Good luck on your program. Looks a LOT more com... (by whitenite1)
by pappy
this is for my son, and I'm not sure how to finish.
 
The original intent of this program was to make words appear from a letter input ie p equals potty. I have come up with the following code on my own. However my...
[2 replies] Last: I repeated so I could make sure the texts comes out right without rest... (by pappy)
i know nothing about programming can someone do this one i really want to see how it works
 
Write and run a C++ program to calculate and print the areas of 3 geometric shapes (Rectangle, triangle, and circle) using functions as follows: 1. Write 3 se...
[2 replies] Last: @masizon, I am fairly new as well but I did a google search on c++ ar... (by apicante)
How do I use enumeration to solve this problem in C++ ?
 
Create a for loop that will print out what courses you've completed and what courses you have not instead of the 8 output lines in the original code. Only t...
[no replies]
by kemple
Who wants to be a millionaire Class help
 
Hey I'm working on making Who wants to be a millionaire for my c++ class, was wondering if you had any tips i'm having trouble with what to do on the Lifeline c...
[no replies]
A quick (and probably easy to answer) question
 
How would you make sure the Square root of a variable is without decimals? I want to find the square root of something, but I want the sqrt to be even. The numb...
[8 replies] Last: My bad! (by closed account yCf9216C)
April 2012 Pages: 1... 89101112... 66
  Archived months: [mar2012] [may2012]

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