by gneisler
I need some help with this Overloaded program
|
|
[1 reply] : #include <iostream> #include <string> class Student { private: ... (by JLBorges)
|
by AbU20
If/else if or Switch and strings
|
|
[2 replies] Last: Thanks for the info and link. That part of my program wasn't as bad/lo... (by AbU20)
|
by xNoodlesx
Problem solving homework assignment
|
|
[10 replies] Last: The last post got me to understand what I was looking at. Thank you ve... (by xNoodlesx)
|
by evansh
Self teaching C++ for big data
|
|
[no replies]
|
by saruff
Coin toss (does this do the trick?)
|
|
[1 reply] : Well, your coin might be slightly biased to one or other side (because... (by MiiNiPaa)
|
by keanedawg
Making a float display no more than 2 decimal places
|
|
[1 reply] : There is a problem with that. For example, number 4.3 is not represen... (by MiiNiPaa)
|
by Myzen
Basic Arithmetic Calculator
|
|
[2 replies] Last: Thanks Kemort!! (by Myzen)
|
by mevans
Redefinition error on line 76
|
|
[3 replies] Last: Choose another name to avoid name clash. (by MiiNiPaa)
|
Multiplying elements in array |
|
[1 reply] : // Initializing an array, filling an array and manipulating elements. ... (by carlosluismatos2)
|
by NouraB
Multiplying Binary Arrays
|
|
[no replies]
|
by anag
Recurring problem with Code
|
|
[2 replies] Last: I see multiple problems. Some of which may be settled with your #inclu... (by pearlyman)
|
by Zammi
How to read a file into a struct?
|
|
[2 replies] Last: 0110552018 0210011815 0409281947 0508151535 0609111801 0908411733 1110... (by pearlyman)
|
by Phil092
Blocking While Loop Placement & Program Continuation Problem (1,2)
|
|
[27 replies] Last: :) (by closed account 48T7M4Gy)
|
Array with loop. |
|
[2 replies] Last: Yep. Exactly. It overwrites all the time. Do u got a solution? Second ... (by Suckmynothing1)
|
by sme
Searching for a certain set of numbers in an array
|
|
[1 reply] : Read: http://en.cppreference.com/w/cpp/io/basic_istream/operator_gtgt ... (by MiiNiPaa)
|
How to check if string contains any char from another string |
|
[1 reply] : To find characters from another string: http://en.cppreference.com/w/c... (by MiiNiPaa)
|
by Joedude953
Need help with resolving "unidentified reference to" error
|
|
[11 replies] Last: :) (by closed account 48T7M4Gy)
|
by Swapnil2000
if/else prob .. Help Pls!!!!
|
|
[3 replies] Last: I understand what you're attempting and saying it twice doesn't add an... (by closed account 48T7M4Gy)
|
by Madolite
C++ rules for args - reasons?
|
|
[3 replies] Last: Allright, then. Thanks guys. :) (by Madolite)
|
by Deliberation
Syntax for Pointer
|
|
[12 replies] Last: How can I initialize a pointer other1? Set it to something. Conside... (by AbstractionAnon)
|