Beginners - September 2016 (Page 16)

by Maiia
Program that counts number of characters
 
Hi guys, can't find a solution. Tha program compiles perfectly, but I don't have the correct output:...
[no replies]
Validation (User Inputs Wrong Data Type?)
 
I've got a pretty simple program that calculates the area of a triangle. It works fine and returns ...
[no replies]
by eevij
Reading in from a file to a private class member
 
Greetings! I am working on the Game of Life C++ project and I am struggling with bringing in data fr...
[no replies]
Exam Menu-Driven File I/O HELP!
 
Part 1:Create an examination question class hierarchy in a menu-driven program. Develop an exam clas...
[no replies]
Can't get negative number result?
 
I am trying to scale a PWM input and output a PWM signal to an DC gear motor. The input comes from ...
[3 replies] Last: Thanks guys. That works good. Appreciate the help. (by thomasks)
Bring wpf window to the front with c++ application
 
So, let me first explain what am I dealing with. I have a usb card reader and c++ application, which...
[no replies]
Does my program follow Object-Oriented principles and structure?
 
A corporation has six divisions, each responsible for sales to different geographic locations. Desi...
[1 reply] : Not sure if it does since I only have 1 class (by mike0910)
Parrallel array sorting problem
 
HELP! it seems my output only compare 2 element. Any1 can help me fix and tell me the problems much ...
[3 replies] Last: THANK YOU!! i got it. that was really good explanation. #include <io... (by DesmondLee)
by darje
STRCPY
 
Write your question here. for some readon compiler makes problem with sprcpy and strcpy_S HOW TO ...
[10 replies] Last: i succsed .its working for me tnx man ..for helping (by darje)
Why won't I get this output?
 
I'm supposed to get disqualified for loan but instead I get qualified for $0. if ((age >= 18 &...
[1 reply] : If you had if ( homeowner == 'y' ) {} else if ( homeowner == 'n' ) {}... (by keskiverto)
by darje
link List
 
Write your question here. hey can someone tell me if its good .. my qustion is in link list no dat...
[no replies]
BEGINNER HERE
 
Sample output : Enter employee's grade(A,B,C or D):f Enter employee's grade(A,B,C or D):a Ente...
[2 replies] Last: That helps alot. i fixed the if(hour>200) . Thank you ! ( When I... (by DesmondLee)
Loan Program Code
 
Why is my code for more than 6 inputs when I only have 6 inputs set? I'm only allowed to change line...
[1 reply] : Nevermind, I figured it out, haha. It's a bit silly but it did it by d... (by andygarc1a)
Issue with converting an if-else to a conditional statement
 
How do I convert this if-else statement to a conditional statement? /* if (n != 1) cout <...
[3 replies] Last: Oh, it was just for an assignment. Our teacher wanted us to try it tha... (by andygarc1a)
by Phil15
Copy constructor
 
Hi guys quick question on copy constructors. Lets Say there is a Vector class class Vector {...
[2 replies] Last: A few things: a) shouldn't use 'this' inside a constructor b) operato... (by liuyang)
by rantiv
Text decoder
 
I cant figure out how to expand. Output the line again, this time expanding common text message abbr...
[1 reply] : First of all, you'll need a table, which contains abbr. and its actual... (by liuyang)
Long multiplication Help
 
Alright so first I'll ask my question and than post what my professor wants. First I'm trying to lin...
[6 replies] Last: Alright so can someone check this for me. I need to make the dashes eq... (by Unisaurus)
Interaction between cin, eofbit
 
Hello there, I'm working on Stroustrups's Programming & Principles book and came up with a question...
[2 replies] Last: I did not know that. Thanks for the info ne555. Much appreciated. (by EtDecius)
I'm having trouble converting a string to an array of ints
 
(assuming the string is less than 10 characters) I cannot understand why this is failing thanks ...
[2 replies] Last: thank you! (by johndoejohndoe)
Beginner Programming Homework
 
Hi there, I'm currently taking a beginners C++ course in college, and we were just assigned our firs...
[2 replies] Last: write a program that computes tax and possible totals with different ... (by closed account 48T7M4Gy)
September 2016 Pages: 1... 1415161718... 34
  Archived months: [aug2016] [oct2016]

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