Beginners - November 2016 (Page 15)

HELP (Name, age and adress)
 
I'm new with C++ :( Im trying to create a program that will allow the user to enter name that accepts first and last name (or more than 1 words) and as well ...
[3 replies] Last: 1. Use code tags please when you post code. 2. declare "address" as a ... (by Boilerplate)
A script to a game
 
Hello, I wanna make a script like a bot that works like this, I play a gamed called GTA San Andreas Multiplayer (SAMP) there is a job in a server that's give...
[no replies]
I really need your help to do this task :(
 
Hello everyone. I ran into this problem. I need to do this task till this afternoon and my PC died :( If someone could do it I would be really grateful. I think...
[2 replies] Last: I'm using my Samsung Galaxy Note 4 to post this. I live in my own hous... (by G00DGamer)
new and delete
 
This works when I compile with g++ with -std=c++11 . int main() { int *pointer = new int; delete pointer; return 0; } But, when I compile w...
[5 replies] Last: How exactly are you compiling the program? Can you post the build log... (by jlb)
by nu123
converting problem
 
hi there I'm trying to write a code to convert feet and inches to meters and centimetres. but I'm having trouble with getting my program to pick up how many inc...
[6 replies] Last: that's brilliant thanks for the help chervil and kemort. its a lot eas... (by nu123)
urgent User-employee interface code
 
a code for number of users/passengers and uber drivers for a company: assume the number to be 10 for bothe drivers and passengers. the code should contain the n...
[1 reply] : a attepmt from your side showing your will/effort; assume our help to ... (by shadder)
by pork95
string calculator
 
i need to write a calc, can someone tell me how to check for braces and calc between? and few more steps how to write it?
[3 replies] Last: thank you very much! (by pork95)
Command Line Qns - Help!!! how to do
 
Qns: Apply the syntax and structure of a C++ program in accessing and using the command line arguments. You are asked to implement a C++ program that reads fro...
[4 replies] Last: Thank you :) (by student01)
array- football team management system
 
i need to display the player with the lowest and highest min of play and lowest and highest bonus..i already do the coding but it doesn't display the output tha...
[1 reply] : http://www.cplusplus.com/forum/general/202837/ (by closed account 48T7M4Gy)
by sja
Rational class problems
 
I'm working on this problem: Create a class called Rational for performing arithmetic with fractions. Write a program to test your class. Use Integer values to ...
[4 replies] Last: What type of value should the function "adding" return? Nothing (i.e. ... (by keskiverto)
Area Codes Help! (1,2)
 
Okay I know how to open the file and what not but my professor has put a bit of a twist on it and I'm not particularly sure how to do it this time....Please hel...
[23 replies] Last: Andy I was going to do that! But I did not want to mess up the code be... (by Unisaurus)
Question and Answer, Explanation needed!
 
Write a C++ program that reads from the command line the names of four players and their scores for an online game. For example, suppose the following values...
[3 replies] Last: Thank you so much Kemort and Integralfx. (by student01)
2D multiplication table
 
Hi so I'm asked to make a multiplication table with a 2D array and then I have to make it to where the user would input the 2 numbers they would like to multipl...
[4 replies] Last: Thank you very much! (by Achilles23)
Error checking
 
Hello, I have a quick snipet of code I'm writing currently: cout << "What is your first number?" << endl; cin >> fNum; cout << "What is your second n...
[1 reply] : It actually just dawned on me, adding in cin.ignore(256, '\n'); after ... (by muffsez)
Help with command line qns
 
Qns: Write a C++ program that reads from the command line a set of game scores. Your program should do the followings: • Determine the number of game sco...
[5 replies] Last: Great! Thank you so much Sajeel and Chervil! :) (by student01)
Arrays, sorted arrays
 
Hi I was given homework on arrays, but this new stuff is very confusing to follow. I'm asked to create an array with 10 integers from user input and have the va...
[8 replies] Last: [quote=Achilles23]Thank you for the coding boost lexical cast, but is ... (by boost lexical cast)
Question stucked
 
Hi everyone I am stuck in this question can anyone help me solve it and how it is done? Determine whether the following array declarations are valid. If a de...
[1 reply] : Take a look at this link: http://www.cplusplus.com/doc/tutorial/array... (by chicofeo)
How to fix this calculation error?
 
Why is my taxTotal rounding up like it should but why does finalTotal not round up? An example of this is purchasing the item that costs $21.00. With my subtota...
[3 replies] Last: Better still read this for a more comprehensive understanding. It's ju... (by closed account 48T7M4Gy)
Coredll.lib
 
I have been searching for hours online and I cant find coredll.lib anywhere!! Can anybody assist? Many Thanks, Matt.
[no replies]
student auto-grader program
 
I am a beginner c++ student and I am having trouble understanding what i should do. I am tasked with writing a program that will read a file containing student ...
[2 replies] Last: Thanks for the info! (by Jerzleoal)
November 2016 Pages: 1... 1314151617... 44
  Archived months: [oct2016] [dec2016]

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