Beginners - October 2013 (Page 39)

Beginner Buddy
 
I am currently learning C++, and would like to find some individuals that are in the same situation ...
[1 reply] : we have a skype group. Add me on skype. http://www.cplusplus.com/foru... (by closed account 1v5E3TCk)
What does this mean?
 
Just started learning C++ yesterday and I'm not sure whether I've skipped over it but I'm not sure w...
[4 replies] Last: Google. (by GRex2595)
Need help with array filling function
 
Let me start by saying I have only been at this for about two months, and had no idea what C++ was b...
[2 replies] Last: Great, I'm an idiot. Thank you. (by visanoven)
Homework help
 
Assignment: Write a program segment to store a list of ten integers (input by the user from the k...
[14 replies] Last: Don't forget that to make it a percentage, you have to multiply times ... (by GRex2595)
Need help for assignment ! New in programming
 
I need some master here to help me on my assignment ! Urgent ! Thanks ! ****** the question ******...
[9 replies] Last: No. In C++ you can make sure that other characters aren't processed, ... (by GRex2595)
Arrays: passing by value, reference, and/or pointer ?!?
 
I have gotten myself thoroughly confused about passing by value, reference, and pointer. And how to ...
[9 replies] Last: no probs man. one does what one can. (by density)
Josephus Problem Iteration Problem
 
Hey guys! I'm almost done with this code. There's only one snag I'm running into. I'm running a Jose...
[7 replies] Last: Sorry I forgot to check back on this. Histrungalot, your solution defi... (by catalanor0220)
Help with a code
 
Community Hospital needs a program to compute and print a billing statement for each patient. Charg...
[4 replies] Last: Some of your code looks like it's cut off. This won't work at all. G... (by GRex2595)
how to get to your output file after its created?
 
I'm pretty sure this is right. it worked good when I had it just cout. I changed all the cout to out...
[2 replies] Last: thanks I found it. I probably should have thought to look there in the... (by reese959599)
Why is my class only returning the default constructor?
 
I defined my class using a constructor exactly as specified (or so I thought) but after attempting t...
[3 replies] Last: Great! Thank you so much! (by Emma Naylor)
Array issue
 
Anyone know what this error means? error LNK2019: unresolved external symbol "void __cdecl LLParams(...
[no replies]
Hard Quiestion
 
Whice compiller is better? GCC or MinGW?
[1 reply] : Your question does not make sense. MinGW is a toolset for Windows whi... (by andywestken)
seperating, processing, and assigning variables from input
 
I'm supposed to input data from a nonspecific text file in the format of 112 45.75 101 38.00 203 ...
[2 replies] Last: You might try vectors. http://www.cplusplus.com/reference/vector/vect... (by GRex2595)
by beliya
Two simple programs
 
Hello everybody. I need help with two simple programs I was given as homework. I am really (and I...
[2 replies] Last: Maybe you shouldn't post if you are not going to help, but thanks anyw... (by beliya)
Quadratic equation help
 
This is my code for outputting roots from a quadratic equation. I am supposed to have the imaginary ...
[3 replies] Last: I don't think you should try to do everything in a cout statement. An... (by Michael37)
One Hour Left - What is wrong?
 
Not sure what I am doing wrong. This is a best of seven guessing game. The problem I am facing is...
[2 replies] Last: Thank you! (by Strekel)
Vector shuffling
 
Hey guys im pretty new to programming. I have a program that has a vector with a list of restaurants...
[1 reply] : http://www.cplusplus.com/reference/random/ That might help. (by a k n)
.cpp can not be included in .h file
 
Write your question here. //box.cpp #include"box.h" box::box(double a, double b, double c)...
[2 replies] Last: Thanks very much. I use the makefile and it compiles sucessfully. But ... (by zzhao0610)
While Loop Continuous
 
I had a homework assignment to write a program that will determine if a character entered is a digit...
[1 reply] : Didn't read your code, but I think I know what the problem is. "8.1" ... (by GRex2595)
by aish96
help...
 
the do-while loop does not get executed properly for large numbers, though it works fine for really ...
[9 replies] Last: yes! that helped! :D thanks :D (by aish96)
October 2013 Pages: 1... 3738394041... 86
  Archived months: [sep2013] [nov2013]

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