Beginners - September 2013 (Page 40)

Hello, Need a few tips on c++ please
 
Hello, Having some trouble with my code. I have a row of numbers, Currently they are 6 decimals lon...
[5 replies] Last: Something similar to this for(row = 0; row < MAX_ROWS; row++) { ... (by lemonysage)
Insert image as background
 
how i can insert image as background in my programe
[no replies]
by Leon23
Default Constructors
 
Hey guys! I was studying constructors in class but my teacher failed to put a concept in my mind. My...
[2 replies] Last: Constructors are called when an object is created class myClass {}; ... (by Stewbond)
by mguinn
Homework help
 
I am having trouble with this program. For homework we are supposed to write a program that will rea...
[1 reply] : Please use code tags. You haven't declared cent or count anywhere in... (by Mats)
Help with Homework problem
 
I'm having a problem with this homework problem which I'm sure will end up being a duh moment, but I...
[12 replies] Last: You're still failing to get the logic right, and honestly it's getting... (by maeriden)
Function output and User input
 
Hello guys, i am trying to create a function that will get the inputs from the GetInput function and...
[4 replies] Last: Thanks for the help I kinda get what your saying. i will give it a try... (by eizan1892)
String concatenation error question
 
I'm trying to understand why you get an error in the second one and not the first one. It seems you ...
[3 replies] Last: The string concatenation operator only operates on two items at a time... (by Alrededor)
by watusa
Sending array to new function to reference
 
Hey, I've looked all over and can't seem to find a thread relevant to my issue that has explanations...
[1 reply] : Firstly, your parameter on line 7 is missing a type. Secondly, examS... (by Daleth)
Linked List Problem
 
I have some problem with my linked list class, which looks like a simple mistake that is easy to cor...
[1 reply] : Aw snap! I figured it out... I was missing a single brace in one of th... (by jheard901)
by whilom
Number of loops
 
The problem is from the website : http://uva.onlinejudge.org/external/118/11878.html The code see...
[no replies]
by bebarb
working with fstream object, how to determine if there's more than 24 lines of data
 
Hi guys, As always I greatly appreciate this site and all of you that help here. I'm writing a ...
[4 replies] Last: nevermind think i got it! void showFile(fstream &file) { string li... (by bebarb)
Compiler saying ios::noreplace not a member of std::ios.
 
This is my line of code I get an error saying noreplace is not a member of std::ios. I'm using DEV C...
[2 replies] Last: AFAIK that flag was only considered, but never actually made it into t... (by firedraco)
by gavinh
Having problems with the output of my Quadratic formula calculator
 
So, the object of the homework assignment i'm doing is to fully program a quadratic formula calculat...
[no replies]
splitting a char array
 
I am building a Graphics library(semi-graphical, console). I have built most of it but I'm stuck on...
[1 reply] : #include <stdio.h> #include <string.h> int main(){ char string ... (by Daleth)
by DIP RO
Small C-Program
 
Can anyone tell me what is going on in this code, step by step, because when I calculate this in a p...
[1 reply] : Give us an example of you stepping through the code so we can point ou... (by firedraco)
Need some newbie help
 
I really need help with this assignment, I would be soo thankfull.. What I basically have to do is t...
[2 replies] Last: Ahh. haha Thanks (by Wharrap)
Help with this formula
 
Hello, I am a newbie in the programming world and I am currently taking intro to C++. I took a qu...
[4 replies] Last: It worked thanks :) (by chris88alfonso)
What can I do with c++?
 
Hello people, how are you?! How do I make a program with GUI? I've tried getting QT to make one but ...
[5 replies] Last: I have to agree with Aceix on this one for the sake of simplicity, to ... (by ragecoder)
can't get this to work?!
 
So im brand new to c programming and im trying to get some hw done but i can't seem to quite get it....
[no replies]
Seemingly-arbitrary error in calc prog at 8th term
 
So I've been following along with the creation of this console calc in Stroustrup's Principles and P...
[4 replies] Last: Yes, sir/ma'am. I've already fixed it. (by NullInfinity)
September 2013 Pages: 1... 3839404142... 64
  Archived months: [aug2013] [oct2013]

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