by GIjessiebear
Program Reading Letter Grades
|
|
[9 replies] Last: First off, you have the program set up so that it only takes one grade... (by BlueScreenOfDeath)
|
by eric42724
How do i get a yes and no question?
|
|
[3 replies] Last: hey thanks a lot, it worked, it gave me an understanding on how to use... (by eric42724)
|
by Jeff C
Sorting Function Almost Sorting
|
|
[no replies]
|
C++ Text Adventure - Inventory Class? |
|
[4 replies] Last: Also to use polymorphism: #include <iostream> #include <string> #incl... (by Lowest0ne)
|
by prattcmp
Random Number Generator Not Working
|
|
[9 replies] Last: Also: int guess, num = random(1, 25); This is being called outside ... (by dylan w rose)
|
by Tasdiq
Dont understand issue with getline(something else?)
|
|
[7 replies] Last: Instead of getline(cin,monthone);, it would just be cin >> monthone; (by freddy92)
|
Premature console closing |
|
[3 replies] Last: hey, just a hint, rather than doing something like if(choice == 'A'... (by NanoBytes)
|
by dutchman
read data from a textfile and pass it into 2D-array
|
|
[19 replies] Last: Without the spaces between the numbers you only have three numbers in ... (by jlb)
|
by dcftci
reading data from file into a vector??
|
|
[5 replies] Last: You can have one and only one function with the name of main() in the ... (by jlb)
|
by biLmLik
destruct0r
|
|
[8 replies] Last: but y these brackets are used in main programme && y not compiler sho... (by cire)
|
by GIjessiebear
Input Number Output Digits
|
|
[3 replies] Last: Thank you so much that really helped. (by GIjessiebear)
|
by NostawTtam
Data from file is not being input into array
|
|
[2 replies] Last: Thanks, I was switching between this pointers to see if it made a diff... (by NostawTtam)
|
by dutchman
Read data from a file to another using fscanf and pass it into 2D-array
|
|
[no replies]
|
by BloodMoney
Help - Program that displays a generated number (1,2,4,8,16,32,etc)
|
|
[4 replies] Last: I think you need a tutor.:) (by vlad from moscow)
|
by martianxx
Console Digital Clock
|
|
[14 replies] Last: Thanks have it all fixed and finished. (by martianxx)
|
by powerbg
How to make on C++ to show out the bigger number
|
|
[3 replies] Last: if you were wandering the ternary operator ?: is pretty similar to an ... (by martianxx)
|
by MrHatchi87
arithmetic functions
|
|
[12 replies] Last: I have no clue on books, to be honest; I learned most of my C++ from U... (by MrHutch)
|
by dejialafe
how to programe in c++ using palindrome
|
|
[2 replies] Last: You can store the word in an array of chars (cstring) and use a for lo... (by martianxx)
|
by DJLad16
Making Calculator say "error" when dividing by 0
|
|
[1 reply] : It will always crash if you actually devise by zero (hardware interrup... (by codewalker)
|
by Ruthless
I don't know what is the problem (Functions & Structures)
|
|
[2 replies] Last: Actually, looking at the code again, there is a particular type of des... (by Chervil)
|