by GranTurismo
Reading from a text file into Parallel Arrays
|
|
[1 reply] : Actually got this figured out on Stack. The solution is to use getline... (by GranTurismo)
|
by TECKSPEED
Using parallel arrays and functions to get input
|
|
[no replies]
|
by sakonpure6
While Loop not workig?!?!
|
|
[2 replies] Last: are you asking the user for 's' outside of the loop, because it looks ... (by palauan73)
|
by Vidminas
Avoiding goto (1,2)
|
|
[32 replies] Last: I updated the code above with the best I could come up with. I couldn'... (by Vidminas)
|
by gmby99
Dynamic Arrays
|
|
[14 replies] Last: Check values on your first pass : ifstream fin("EGR126_data4.txt"); i... (by MiiNiPaa)
|
by LichTim
Using variables outside the function it was declared in?
|
|
[4 replies] Last: I want to use it in an if statement in main Just put return x; in... (by Chervil)
|
English Help |
|
[no replies]
|
by Malaxiz
Convert.To function?
|
|
[2 replies] Last: also there is stoi() (stod(), stold()...) function defined in <string>... (by MiiNiPaa)
|
by search
Which was the first
|
|
[3 replies] Last: The very first programs would be written in machine code and entered v... (by Chervil)
|
Array Help |
|
[3 replies] Last: I used all of these suggestions but i am still having problems. When t... (by beginnerstudent)
|
by sirjames2004
Need help reading in multiple strings from file
|
|
[1 reply] : Nevermind. I was passing by a constant reference in my '>>' function. ... (by sirjames2004)
|
by jameselmore
Switching to C++ from Java
|
|
[4 replies] Last: you should try reading Let Us C by Yashwant Kanetkar (by PalashBansal96)
|
by Snaksa
Reversing Linked List
|
|
[9 replies] Last: #Solved (by Snaksa)
|
by zigfl03
Issue declaring paper1
|
|
[7 replies] Last: Thank you for the help. Still have some errors but I will figure it ou... (by zigfl03)
|
by timney
A strange thing about for-loop
|
|
[6 replies] Last: If you were testing for two floating-point numbers being equal, then r... (by Chervil)
|
by rickymarks
Palindrome Code
|
|
[13 replies] Last: @Zereo Just making sure I understand it correctly, you are using std:... (by vlad from moscow)
|
by Dario z
New C++ Book.
|
|
[4 replies] Last: Typically, I say learn the syntax of the language using any beginner C... (by moorecm)
|
by Giggidy
Issue with header file.
|
|
[4 replies] Last: If you have having a problem similar zigfl03 post a new topic with you... (by closed account 3qX21hU5)
|
by borioumo
Division by a square
|
|
[no replies]
|
by ixtowelie
help in a 1v1 battle sim
|
|
[1 reply] : Solved it myself! If anyone else is having a similar problem use a for... (by ixtowelie)
|