Beginners - April 2016 (Page 22)

by mada
Help to using Switch case in c++ ?
 
How do I use switch case in this code ?? I have tried several times , But I really do not know how...
[3 replies] Last: Thanks for correcting me Chervil! (by ImLolly)
by enesdl
Recursive Boolean Function
 
Hello, I am writing a program for an exercise homework and for some reason my Boolean function is n...
[3 replies] Last: Thank you JLBorges it worked! Thanks for everyones help! (by enesdl)
by avarus
Make circles move to opposing directions after sometime
 
Hey, I am new in c++ programming and I wanted to write a small game using classes and objects. So my...
[no replies]
Running two loops at the same time ? moving and traveling using loops.
 
Hi, I am creating a game where there are two spaceships shooting each other. I currently succeeded m...
[2 replies] Last: Already did, thanks anyway :) (by DatIncredibleGuy)
Polynomial Class
 
I wasn't given much information other than: develop a C++ class to describe and manipulate polynomia...
[no replies]
by cbar
Tax program using strings, error message
 
I keep getting an error message that I need to declare 'i' for the scope of my 'for' statement every...
[1 reply] : inti is not the same as int i (by pnoid)
Find lowest number
 
I'm having trouble getting my program to display the proper minimum number. It is outputting (-8589...
[2 replies] Last: Thanks a lot! I understand it a lot better now. (by govCode)
Help with Final Project ! Parallel arrays, Functions.
 
Hey guys im new here, getting an error with this i have searched everywhere.. can someone help me pl...
[3 replies] Last: What do you mean by "not allowing"? What is the editUpdate() function ... (by Zhuge)
Excel file into structure
 
When the stringstream copy's the data in the structures it copy's everything fine until the last col...
[no replies]
by HI281
modules
 
I am trying to separate a program into separate modules but I cannot figure out these two errors. ...
[2 replies] Last: Sorry, I must have missed it when copying it into the forum. It should... (by HI281)
by WLAAA
PRINT STARS
 
Hello everyone, am new to C++, and i have this question : write a program that prompts the user to e...
[no replies]
storing and saving multiple inputs in an array
 
Hello, Can someone please show me an example on how to store several lines of data into an array....
[1 reply] : #include <iostream> #include <iomanip> #include <string> using names... (by AbstractionAnon)
by enemy
operators overloading in c++
 
Hello! I am looking at this code and trying to understand what is happening. How does the program "k...
[4 replies] Last: CVector operator+ (const CVector& lhs, const CVector& rhs) In this ... (by AbstractionAnon)
program stopped working with random signs in output
 
I wrote this program to generate random names from given array, on first attempt it ran very well, b...
[1 reply] : I see that r can take any value from 1 to 10. Shouldn't it be any valu... (by Moschops)
Helper functions in classes/Match functions
 
Ok, I need help with the two functions that convert the title/author strings to all lowercase. I'm s...
[no replies]
by enemy
classes II - uppercase
 
Hello! Please, could someone help me with understanding, in the chapter classes II ofthis tutorial,...
[2 replies] Last: Many thanks!!! completely clear now!!!! :) (by enemy)
find a number in a file with C++
 
Hello, I would like to know if I have a text file contains two columns and too many rows, how to f...
[1 reply] : Make a loop that reads in numbers from file and checks the values. ... (by Moschops)
want to create table
 
I want to create a table of names. which type of data type I should use? can somebody give sample c...
[3 replies] Last: Your struct person does not add anything substantial to the array of c... (by keskiverto)
Need help displaying this ASCII
 
Hello programmers, I'm basically trying to display this piece of Ascii text: _____ _ _ __...
[3 replies] Last: @Chervil, thank you very much, the double backslash trick worked out. (by MultiMedia)
Help
 
Specifications: In this assignment, you will create two classes. The first is a sammich class. Yo...
[1 reply] : You forgot to put your draft code. What issues are you having? (by chicofeo)
April 2016 Pages: 1... 2021222324... 43
  Archived months: [mar2016] [may2016]

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