Beginners

by admin
Welcome -- read before posting!
 
Welcome to the beginner's forum in C++.com! In this forum, users can to talk about any topic relate...
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
Console Closing Down (1,2,3,4,5,6,7)
 
Hi, i am new to C++ and have just written my "Hello World" program. It worked all right but the cons...
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duoas)
basic array problem--please help.
 
So, I'm pretty new to c++, and I'm having trouble with the following function. Its supposed to take...
[no replies]
by DELB
Explain this code to me please :)
 
// // main.cpp // Critter Farm // // Created by Jacob Jones on 11/02/2013. // Copyright (c...
[8 replies] Last: If you remove the & so it reads void Add(const Critter aCritter) { ..... (by jim80y)
the multimap problem
 
#include <iostream> #include <map> using namespace std; int main() { multimap<string,int> my...
[no replies]
Temperature conversion program.
 
I need help again guys. I am working on a program to convert temperatures. This is what we are suppo...
[4 replies] Last: This is what I have done so far. I guess I'm just dumb when it comes t... (by brentmcgehee)
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 kiste5
need help with hw
 
can someone expalain me this? i have no idea what i have to do.. • Write a program that asks th...
[9 replies] Last: Ok this is the latest i did..the program complies but it has some weir... (by kiste5)
Someone please please please help me
 
Hey guys I am having trouble to code this steps. Can someone please code it really quick. I really d...
[2 replies] Last: can comeone pleaee help (by KaitlynHowell)
Help with Integration function (1,2,3)
 
I need to write a program to use the area of rectangles and/or trapezoids to find the area under a c...
[52 replies] Last: @ Chervil Thank you for all of your help! I am glad to say I got the c... (by bruntmjust)
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 Framework)
Can someone please explain looping to me?
 
and what does it mean when you set it up count = 1;? or if it is count = 0?? thanks
[2 replies] Last: In a general sense, looping is the repetitive execution of a group (... (by Framework)
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 L B)
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)
by nueur
Converting 32bit tiff to 16bit tiff libtiff
 
Hey guys, I've trying to convert a 32 bit tiff to 16 bit using libtiff. I'm hardly a master with th...
[no replies]
Pages: 123... 78
  Archived months: [dec2012]