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 ho...
[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...
[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...
[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 ar...
[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...
[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. t...
[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 t...
[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 ...
[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 get...
[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 shortc...
[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 c...
[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...
[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 informat...
[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 getti...
[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. ...
[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, trian...
[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 ...
[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 a...
[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...
[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.