by Austink95
Troubles with ifstream
|
|
[3 replies] Last: "objects.txt" is a relative file path. It is relative to the workin... (by Peter87)
|
why is the code not working? || srtuctures |
|
[3 replies] Last: Okay! I get it now, thank you so much!! :) (by laura fidarova)
|
by JustinTime
If/Then Statements with char
|
|
[6 replies] Last: it was not meant to run. I clearly left off () on the if statement, h... (by jonnin)
|
by izlezotfilma
Pixel matrix
|
|
[1 reply] : pseudocode pixel ** pic; pic = new pixel* ; for all the rows pic = n... (by jonnin)
|
by KareemRj
Project Help
|
|
[6 replies] Last: I do not know about the [Duplicate thread] or what has been said so f... (by seeplus)
|
by Scorpia
C++: hex numbers and reference parameters
|
|
[10 replies] Last: @Scorpia Your thread title and OP both mention "reference parameters".... (by MikeyBoy)
|
by Shervan360
Array of String in C
|
|
[6 replies] Last: Consider: #include <stdio.h> #include <string.h> #include <stdlib.h... (by seeplus)
|
cin.ignore() is pausing my code reading data from a file |
|
[8 replies] Last: An alternative take is to overload the stream extraction (operator >>)... (by seeplus)
|
by vdxnc0
counting number of base and derived classes pointers
|
|
[1 reply] : class Foo{ public: virtual ~Foo() = default; }; class Bar: public... (by ne555)
|
by KareemRj
a reference of type "std::string" (not const-qualified) cannot be initialized with a value of type "char"
|
|
[14 replies] Last: As per previous. that was answered here http://www.cplusplus.com/forum... (by seeplus)
|
by lazylife
void play if statement not working | login/register system
|
|
[6 replies] Last: Hello lazylife, While working up a response I see that seeplus has ... (by Handy Andy)
|
by Drayt
Login/Register Problem
|
|
[6 replies] Last: I understand now, Thanks. (by Drayt)
|
by student0312
compares
|
|
[3 replies] Last: What is the basis of the compare? By line, by word? This can be done s... (by seeplus)
|
by siid14
C-String : incompatibility between char and const char *
|
|
[8 replies] Last: > In the example from cppreference I tried to output the character c a... (by JLBorges)
|
I have studied C++ here for over 60 hours. |
|
[1 reply] : When you create a cylinder, the cylinder's constructor DOES construct ... (by lastchance)
|
by irene 127
structure and arguement
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; struct ... (by lastchance)
|
by Awak3nDreams
Incrementing
|
|
[3 replies] Last: Hello Awak3nDreams, Given these lines of code and considering the res... (by Handy Andy)
|
by NZUineedhelp
array
|
|
[4 replies] Last: #include <iostream> int constexpr sz = 20; int main() { int input... (by mbozzi)
|
by maple
const_iterator
|
|
[6 replies] Last: Thanks JLBorges. Now I get it. (by maple)
|
by DonnaPin
temporary objects?
|
|
[3 replies] Last: > I have found somewhere else that says when an expression such as a =... (by JLBorges)
|