by rovert456
Incompatible parameter type
|
|
[6 replies] Last: Hello rovert456, Sorry about that I should have been more clear. Yo... (by Handy Andy)
|
functions and maths. correct my code, please |
|
[10 replies] Last: @seeplus, it is, thats why i said some, and it's okay:) thanks for eve... (by laura fidarova)
|
by mikedpj
pls i want an answer today thank you
|
|
[3 replies] Last: Here's the code, or close enough, right? #include <fstream> #inclu... (by mbozzi)
|
by Matteo1230
accessing private data to initialize object using overloaded operator
|
|
[2 replies] Last: Hello Matteo1230, When I tried looking at the code that you posted I ... (by Handy Andy)
|
by Xcalllibur
How to create vector of polymorphic items
|
|
[11 replies] Last: Goal: No raw pointers :) This is advice I see time and time again in... (by mbozzi)
|
by eagerissac
Polymorphism - Initializing objects from abstract and behaviour classes in C++
|
|
[5 replies] Last: That's a linker error you're getting. Are you sure your project/makef... (by MikeyBoy)
|
by LmaverickD
error :no suitable conversion function from "sBoard" to "int" exists
|
|
[16 replies] Last: boardArr is int No. Every one of the variables you've called "board... (by MikeyBoy)
|
by Leonardo797
Return the number of times the character " " appears in the text.
|
|
[10 replies] Last: #include <iostream> #include <cstring> using namespace std; int num... (by againtry)
|
by Rileey
error: expected primary-expression before '.' token
|
|
[4 replies] Last: Also #include <iostream> #include <iomanip> using namespace std; ... (by seeplus)
|
Change symbols in the string |
|
[5 replies] Last: i'm late, but thank you all so much:) (by laura fidarova)
|
by sheldon37
Object Oriented Programming Help
|
|
[1 reply] : class Composite : public Polyhedron { public: using Colle... (by keskiverto)
|
by breton
little problem on my code
|
|
[5 replies] Last: It seems that you want to consume characters entered while clavierEtei... (by dutch)
|
by imyourjoy
Display User's Input Horizontally
|
|
[4 replies] Last: I have another example imyourjoy if this still interest you, only t... (by Mif)
|
by QianIsHere
How to ignore the last line of a file
|
|
[8 replies] Last: By reading the whole file into a string: #include <string> #include... (by seeplus)
|
by Mif
How to return a random line from a text file using "C"?
|
|
[11 replies] Last: Ahh okay.. understand now .. just to ignore it.. and then print whate... (by Mif)
|
From 0 to God plus plus (joke) |
|
[no replies]
|
by MaxGreen
TXT FILE
|
|
[3 replies] Last: thank you folks! (by MaxGreen)
|
by PP Namias
Program to find Fibonacci Series up to n number of terms
|
|
[2 replies] Last: after you get past roundoff error in the first few terms its just a co... (by jonnin)
|
by kmcfall
How to use arrays
|
|
[7 replies] Last: be careful with pointers and arrays and copy vs reference. you can c... (by jonnin)
|
by Magplusplus
Criteria enforcing programme
|
|
[15 replies] Last: Updated process() function that deals with Pure Maths & English Lit [N... (by seeplus)
|