by spartannn
OOP - composition
|
|
[2 replies] Last: There are three possibilities: a. The friend declaration in the class... (by JLBorges)
|
by agusx
Problem with cctype family
|
|
[1 reply] : Line 14 means nothing (notice the semicolon at the end). You can remov... (by Duthomhas)
|
by bostonc
Stuck in an infinite loop
|
|
[2 replies] Last: This looks sensible, while (degree != Q) { until we examine it more ... (by Chervil)
|
by mlass7886
decimal to binary
|
|
[3 replies] Last: It is the quotient remainder mechanism. At line 22, if( number > 63 )... (by JLBorges)
|
by amayakichi
Discard Single character in the array
|
|
[1 reply] : #include <iostream> #include <string> #include <fstream> #include <io... (by JLBorges)
|
by scubbasteve
Help with file handling
|
|
[no replies]
|
by pick624
Simple question
|
|
[1 reply] : So instead of multiplying the first number (x) by two, you want to mul... (by wildblue)
|
by Joello
C++ function help
|
|
[2 replies] Last: OMG that explains everything. It worked! I was so confused. Thank you ... (by Joello)
|
by jsbd29
Please help with "loops"
|
|
[2 replies] Last: thanks! I am trying it out without much success :( (by jsbd29)
|
by n0mad19
Calculating the min and max using a loop
|
|
[no replies]
|
by teeper
Comparing integers involving member functions & substructs
|
|
[6 replies] Last: Hints: #include <array> #include <fstream> #include <iomanip> #inclu... (by Enoizat)
|
by dolma123
Hey, me again i need help with 2D Arrays
|
|
[2 replies] Last: Both dimensions of multip are size 10. this means valid indices are 0 ... (by Yanson)
|
Modulo operation with all elements of an array |
|
[1 reply] : You are testing divisibility by 5, for index 1 is the second element i... (by keskiverto)
|
by duongthuan
Help me, fix this simple program
|
|
[3 replies] Last: Hello duongthuan, If you are really interested in fixing this program... (by Handy Andy)
|
by Ch1156
Classes, Inheritance, Abstract Classes
|
|
[11 replies] Last: Given your class definitions, are these ok and what they do: int main... (by keskiverto)
|
by chuvak
Creating a query function receiving an unmodifiable reference
|
|
[4 replies] Last: Youre a genius, my friend, thank you for the help. (by chuvak)
|
How to pass one array element at a time to a search function |
|
[2 replies] Last: Thank you for the help chervil, and yea that do while loop was just my... (by closed account EAk1vCM9)
|
by eggosbae
sorting random numbers?
|
|
[3 replies] Last: what you are doing looks mostly like C. c++ would use <cstdlib> <cst... (by jonnin)
|
by adam2016
The program file specified in the launch configuration does not exist
|
|
[3 replies] Last: Still have not found a solution =( (by adam2016)
|
by Roach22
Pointer to pointer to structure
|
|
[6 replies] Last: Much appreciated, this is just what I need and it is far more simple t... (by Roach22)
|