Beginners - September 2013 (Page 43)

by ngopza
C++ Development
 
Hi.I have been programming for 8 months now.All my programs I used Ubuntu and terminal.So I feel its...
[6 replies] Last: ResidentBiscuit, I like that, thanks you :) (by NanoBytes)
Error
 
Hello guys! I come to you to ask for help with an error that i do not understand.. if you could help...
[2 replies] Last: Thank you very much for the help! i changed my code a little bit base... (by fluture)
What does this mean?
 
Okay to start out I need some help with this small program. I started recently learning C++, and thi...
[3 replies] Last: Here are some links that you may want to bookmark for future reading: ... (by Catfish4)
by Zexd
integer to string
 
Is there any way to convert int to string? (char arrays, I don't like std::string)
[4 replies] Last: matter of opinion, Thanks :) (by Zexd)
Open file for read and write
 
Hi guys! I ask for help for a problem that I can not solve for several days. I need to open a fi...
[no replies]
The program crashes as soon as you input 2nd choice in a question
 
The problem I am experiencing is that the program crashes whenever I input the 2nd choice in any que...
[5 replies] Last: which means that there is something wrong with it. Nope (by coder777)
by elfeck
std::vector<T>::
 
Hello, is there a way to write a template like this: template<typename T> class MyVector { ...
[4 replies] Last: Thanks! (by elfeck)
Having issues - with this programming exercise.
 
The value of p can be approximated by using the following series: http://i.imgur.com/6z54hSj.png The...
[3 replies] Last: What the program needs to do is to find the sum of all the terms in a ... (by Chervil)
by Ch1156
cant figure this out
 
Ok so i have a function that outputs 7 numbers in a row, now i want to output 5 lines of thosenumber...
[18 replies] Last: void Player::hackingMethod() { // srand(time(0)); // seed the... (by JLBorges)
Confusion on Palindrome homework
 
Yeah, worlds worst programmer back for more fun and excitement. I have a question on the palindrome...
[no replies]
Reading data from an existing file into a string
 
I open a file and write to it, then close it, then open it again and read it with no problem, I exit...
[5 replies] Last: operator<< and operator>> can handle floats, integers, strings, and mo... (by Cubbi)
Error: Expected ' ; ' before the constant
 
I'm getting the "Error: Expected ';' before the constant" on line #31. I cant find the error. Thnx ...
[2 replies] Last: Lol thnx alot (by kjeanfranc)
Linker Error, Compiling Multiple Source Files
 
Hi, LeafyCircuits here! Comp Specs: OS: Windows 7 Home Premium 64-bit Compiler: Nuwen's Distro ...
[4 replies] Last: all right. Thanks Daleth :) (by LeafyCircuits)
OUTPUT FORMAT ? TABLE FORMAT
 
jbl
[1 reply] : http://www.cplusplus.com/reference/iomanip/setw/ (by SamuelAdams)
I nead help with scanf!!!
 
which letter shuld i change with ? in this code if input is for example 5+2, i nead some tipe which ...
[1 reply] : I think this (Reads a number, then a character, then a number: scanf(... (by Stewbond)
POINTERS, pointers...
 
OK folks, this has probably been asked somewhere but when I do a search on pointers in the forum I g...
[1 reply] : Lol, this has nothing to do with your code, but I was reading through ... (by NanoBytes)
by srif
MultiDice Game (each Die rolls random)
 
Okay, im just about done with my OOP exercise and stuck on how to get each dice to roll their own in...
[4 replies] Last: O man I am so stupid. Thank you for hitting me in the nuts my good sir... (by srif)
Program will not allow for input even with 'cin <<'
 
It allows you to type in your name but following that it goes all wonky. I know I don't have the per...
[3 replies] Last: I'm not sure that your calculation of the percentage is using the corr... (by Chervil)
reading/writing to text files
 
I come from python, where with text files, you read and write with strings and then convert them to ...
[3 replies] Last: Is reading it in as a string then converting it to its known type slo... (by SamuelAdams)
URGENT: please suggest the answer with explanation
 
what is the most appropriate option for the code snippet below Class myint{ Public: myint(int v...
[no replies]
September 2013 Pages: 1... 4142434445... 64
  Archived months: [aug2013] [oct2013]

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