Beginners - February 2013 (Page 44)

undeclared identifier
 
Below is my code, I have been tring to work through this but nothing seems to work, any sujestions?...
[1 reply] : Is that really the entirety of your code? I'm thinking not. And what'... (by jim80y)
plsss help me in my assignment
 
how to do this 1. create nodes 2. insert node front back 3. delete front back 4. search creat...
[no replies]
Dynamic Allocation Issue
 
Hi, I am working on a project for school, and I have run into a problem. I am trying to create a dyn...
[6 replies] Last: Thanks a lot for the help, it fixed most of my problems. I just have o... (by tmorlan)
Operator Overloading issue
 
Hey everyone, My professor insists that for every operator I overload I should have: 1.) A membe...
[5 replies] Last: A good source for operator overloading is http://courses.cms.caltech.e... (by jim80y)
HHHHHHHHEEELLLLPPPPPPPP
 
Need help writing a program in c++ to find sine and cosine using a for loop and the formula sin(x) ...
[8 replies] Last: how (by person29)
basic array problem
 
So, I'm pretty new to c++, and I'm having trouble with the following function. Its supposed to take...
[1 reply] : try this, #include <stdio.h> int main(){ int a=10,b ; for(... (by arzhon)
by gladi
I have this Error
 
Hello I got this error while I was compiling my prog. Please can you help Error 1 error LNK1561...
[2 replies] Last: Thank you for your time. You were right. I do have main but I had some... (by gladi)
by ckw77
Can Somebody Plz Help.. Lotto simulation
 
All i need help with is the bottom portion... I do not understand or it is difficult for me to write...
[no replies]
More trouble with header files...
 
For some reason I'm completely inept with using multiple source files. If anyone can show me what I ...
[no replies]
Counting vowels HW help
 
The assignment is: Write a program that reads in text one character at a time and counts the number...
[1 reply] : Using the && operator will never get the program to stop, so one lette... (by Pickle Gunner)
the multimap problem
 
#include <iostream> #include <map> using namespace std; int main() { multimap<string,int> my...
[no replies]
Precision Errors in a Change Calculator
 
Hello folks, so the assignment in question is to create a program that accepts two values (amount ow...
[3 replies] Last: Kewl (by greenleaf800073)
by ckw77
Lotto Simulation Help
 
I think I got pretty much of the code, but I need help on the bottom. How do i define user and lotte...
[no replies]
Issue with pointers
 
So this program is supposed to read an unknown number of values (max 30) and then attribute the grad...
[3 replies] Last: Thank you so very much. the lack of the & before the name in the funct... (by Octoballa)
Inheritance Help - first time
 
#include <iostream> #include <iomanip> #include <string> using namespace std; class Child{ ...
[2 replies] Last: setName and setPName are supposed to return a string , yet they d... (by Branflakes91093)
OOP is killing me (1,2)
 
Okay, so I have to create a lab that adds and multiplies giant integers that are 40 digits long. I h...
[35 replies] Last: I would like to say that I corrected the segmentation fault (I forgot ... (by INeedAHero)
if statement and a function
 
I have a function that will return an integer. I set the integer at the beginning to 0 and at the en...
[1 reply] : That seems to be fine. Wazzak (by closed account zb0S216C)
the exclusive word set
 
#include <map> #include <vector> #include <iostream> #include<fstream> using namespace std; ...
[2 replies] Last: I press ctrl+z but it shows ^z, still do nothing (by DANNY123)
Find each length of a multidimensional array (1,2)
 
Lets take int var in a single dimensional array I can find the size by using .length() but how d...
[30 replies] Last: Don't consider yourself daft - we're human, and our brains don't alway... (by LB)
by stdeez
HELP PLEASE: LAB ASSIGNMENT
 
TEACHERS EXAMPLE: #include <iostream> #include <fstream> using namespace std; int main()...
[7 replies] Last: wordpad works perfect thanks. i feel like an idiot i thought about op... (by stdeez)
February 2013 Pages: 1... 4243444546... 67
  Archived months: [jan2013] [mar2013]

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