Beginners - December 2013 (Page 61)

Help strings :(
 
Write a program which prompts user to enter a string of text. Once entered, you need to present a s...
[10 replies] Last: I am going through reference first thing tommorow thank you so much (by Sharan123)
Reverse order of an array
 
I'm getting information from a file and putting it into an array. My problem is after I get this inf...
[2 replies] Last: Thanks! Don't know what I was thinking. (by batulok)
Problems with a vertex
 
Hello all, I am still trying to write a graph program! Unfortunately, I am not getting the error tha...
[9 replies] Last: What is the error? (by Zhuge)
by amanuu
Two Dimensional Arrays
 
I need help writing this Program, Here is the question "Develop a C++ program that will add the ...
[1 reply] : Yes, and ? What is your question ? (by aleonard)
Finding mean, median, mode (memory leak issue?)
 
So I've written my code to find mean, median, and mode from a user-created array, but my program kee...
[4 replies] Last: Yes, change total to i, it makes more sense ;) (by aleonard)
Weighted Graphs (and graphs in general)
 
Hi, I'm new to graphs, and I need to build one. The graph is a weighted graph that holds some number...
[3 replies] Last: Here is how I would write the vertex object #include <list> //std::l... (by Smac89)
buble sorting using clases
 
i want to know the problem in my code , its not working actually though in my compiler its even comp...
[3 replies] Last: Oups, I'm sorry, no curly bracket missing. But next time, you should f... (by aleonard)
Creating an Invalid message in response to user input: nothing other that whole numbers. Thanks.
 
Write your question here. Hi, this is a really basic code that asks users to input two numbers (who...
[2 replies] Last: I gave that a try and the program, when run, does not recognize it and... (by lizzy hail)
time in ms since last update
 
I use this to check the time since the last update: // time since last update float...
[1 reply] : It really depends on what sort of timing you're using to control your ... (by yulingo)
by JordyB
Moving with a character in ASCII ART
 
Hey I'm a student and I have a little problem. I don't know how I can navigate with a character in a...
[no replies]
Using class variable in a different class
 
I've been stuck in this for hours now. I'm trying to use the string 'from_file' in the function add(...
[3 replies] Last: OK, well since you are creating a Picture_window class in your call ... (by yulingo)
by Adepa
software for supermarket
 
I'm a beginner to C++ and writing a point of sale software for supermarket. I used if....else statem...
[3 replies] Last: i'm on facebook as "aarajawat" (by NPcomplete)
How to use a while loop to ensure that the program ask the user if he would to continue?
 
I have 3 questions that I don't know how to do:- 1. void makeJuice(……) To set all the data me...
[12 replies] Last: @studentcpp Oh really? I'm also from Malaysia! :D (by ngbeslhang)
Values Assigned as Characters Displaying as Integers
 
Is it possible to use two different arrays to produce the following result(with one array being the ...
[6 replies] Last: I'm not trying to put a new value into output. You end up changing m... (by heebleworp)
problem initializing loop and returning values rock paper scissors
 
When i return 0; at the function int userselect (int user, int comp)my output displays twice and whe...
[2 replies] Last: Thank you so much ! I got of return all together in my function, remov... (by nateakatexas)
unions, union names, union objects
 
Hello all. Reading about unions, today. given a general format for their declaration: union union...
[3 replies] Last: _t suffix is commoly used to denote typedef's, the most used commonly... (by NullInfinity)
Overtime Pay
 
Hello all, I am working on an assignment for school and am a bit stuck. We have to edit a basic pay ...
[8 replies] Last: Thank you very much for your help! My program builds perfectly now :) (by jstew07)
a function that calls it self
 
Hey guys , I just made a function that calls it self to return a a power , ex: 2,3 = 2*2*2 = 8 i...
[3 replies] Last: thanks guys , you helped a lot ^^ (by Cutefriendzoned)
changing from ascending to descending
 
can someone help me on why this wont compile? // Number Sorter #include <iostream> using...
[5 replies] Last: could some one tell me how i could change my descending from ascending... (by btickle1)
how to declare trailing return type 's prototype?
 
All I can do now is to put function definition before main() function. I don't know how to declare t...
[2 replies] Last: > Following the code above, how to declare it's prototype template <... (by JLBorges)
December 2013 Pages: 1... 5960616263... 69
  Archived months: [nov2013] [jan2014]

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