Beginners - April 2013 (Page 66)

Array Expander help: Expander only shows address
 
While I did find other examples on this board none of them seemed to address my issue. The problems...
[5 replies] Last: oh I see thanks for pointing that out! And thanks for the quick respon... (by solemnservant)
Arrays and Files
 
Hi I'm a beginner to c++ and I was assigned a project to declare an array of structs but the informa...
[1 reply] : I suggest you work with author of this post as you have the same probl... (by Zaita)
using arrays for min/max/med? (C++)
 
Hello, I was given the challenge to write a program using 3 different arrays. Each used to find t...
[2 replies] Last: cout << "Max Value " << max_value << endl; cout << "Min Value "... (by booradley60)
Unsure of the best method to use for transferring data from txt file.
 
So I have data on a txt file that looks like this... SMALL BEANS 1 5 10000 10 10 5000 50 ...
[1 reply] : Every call to getline() will only read 1 line. Once you have the stri... (by Zaita)
function that reads in numbers
 
#include <iostream> #include <iomanip> using namespace std; //prototype first function double readI...
[4 replies] Last: I got it. Much thanks to the both of you for your time. (by shoeman2)
by Keelan
Please help! Character Array problem
 
Hi, I'm very new to c++, first semester. I'm having a great deal of trouble with this program I'm su...
[2 replies] Last: Ok thank you , I know what you mean. This is a different type of think... (by Keelan)
How to get program to recognize if user enters anything but a number
 
#include "stdafx.h" #include <iostream> #include <string> using namespace std; int x; string...
[6 replies] Last: Thankyou!! I understand the concept but it is still a bit confusing Il... (by ccrowley96)
How to get computer to guess a number given only "guess higher" or "guess lower" commands?
 
srand((unsigned)time(0)); int MyNumber = rand()%(100); I have this (I don't understand what i...
[2 replies] Last: Thanks for the clarification! (by ccrowley96)
A little if equation program
 
! After posting this i realized this is a forum for problems, where can i put code, that not necessa...
[2 replies] Last: Thanks for the reply =) I will post future (complete code programs the... (by LuckyShot)
Login Program
 
Hello everyone, I'm new here and I decided to come because I had an issue I can't solve. I wrote a s...
[2 replies] Last: look up cin.clear() and .cin.ignore() because you're using cin >>... (by Zaita)
code::blocks problems
 
Hello :)! Im pretty new to c++ and programming in general. I just installed code::blocks on my lapt...
[1 reply] : Check the settings to see if mingw is the default compiler set, and ch... (by Aceix)
by Smac89
ternary operator
 
If I do something like: Primes ? ++count : 0; What do I put after the colons if I have nothing...
[3 replies] Last: Thanks for the responses guys (by Smac89)
by seteva
Please help with writing of program
 
I was given a problem and for the life of me cannot figure it out. We didn't go over it enough for ...
[1 reply] : So basically you must add the salary to 50xthe number of cars sold if ... (by Aceix)
Problem with object argument
 
One of my classes is supposed to change a value on my object, but how do I pass the object to the fu...
[4 replies] Last: Check my hint. NOTE: it is with reference with the first post. Aceix... (by Aceix)
Animating sprite character using struct issues.
 
Ok, so I attempted using a struct to animate my character, since my original hard coding produced po...
[3 replies] Last: Ok, so changing value of 'i' to not exceed Total_frames still spits ou... (by Bawnawgwa)
Trouble With Classes
 
Im trying to grasp the concept of Classes, Structure's and Object Orientated programming and im havi...
[7 replies] Last: Finally! thanks man appreciate it (by ReillyC52)
by kai356
need help with my c++ hw, using fstreams
 
so i'm new with this fstream thing basically i have to get my c++ to use a the following numbers fro...
[3 replies] Last: #include <iostream> #include <fstream> using namespace std; int main... (by kai356)
Error. Pow
 
#include <iostream> #include<math.h> #include<stdio.h> #include<conio.h> using namespace std; i...
[2 replies] Last: Thank you (by marco33)
Cannot open file, Permission denied
 
I have been working on quite a large project for some time now, and I included <limits> in one of my...
[1 reply] : Problem solved by restaring computer... (by Hashimatsu)
Bubble sorting using pointers
 
I am haveing some trouble with my pointers in my bubble sorting. this is a class project. I tried u...
[2 replies] Last: By commenting out: delete ptrResistor; to //delete ptrResistor; Sol... (by shadow1)
April 2013 Pages: 1... 6465666768... 83
  Archived months: [mar2013] [may2013]

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