by mafarooqi
Reading and printing from a Text file
|
|
[1 reply] : If you only want to read and print a file you can do it like this: i... (by Thomas1965)
|
by joshgarza
My vector class isn't working when i create objects
|
|
[4 replies] Last: Oh no it doesn't, I didn't realize it needed an overload operator. Tha... (by joshgarza)
|
Help Needed asap! I really need help!!!!!! |
|
[10 replies] Last: About why the program closes: I have no further suggestions If you wa... (by longberns)
|
by Cambalinho
Code Blocks 17.12: how can i add include directies?
|
|
[14 replies] Last: Directx SDK is donned by Microsoft. so GNU isn't compatible with it. i... (by Cambalinho)
|
defining function inside funtion. |
|
[10 replies] Last: I think I'm starting to understand why nested functions were never add... (by Peter87)
|
by hassanAman
Sharing Header files (Visual Studio 2017)
|
|
[6 replies] Last: kk (by hassanAman)
|
by kindgnice
How to Change Static to Dynamic Arrays?
|
|
[7 replies] Last: Thanks @coder777. You are correct :D (by kindgnice)
|
by bonobwoh
Help with program (if statement)
|
|
[1 reply] : Either // if (arithmetic_operator != '+' || '-' || '*' || '/' || '%')... (by JLBorges)
|
by afedorov
Need help with rvalues and move constructor/assignment operators
|
|
[4 replies] Last: > I am working on arduino project and I suppose its compiler isn't sma... (by JLBorges)
|
by helios
Casting pointers the hard way
|
|
[6 replies] Last: In the end I figured out this doesn't work. If there's a virtual inher... (by helios)
|
by mafarooqi
Reading from a file
|
|
[1 reply] : Here are the last few lines of your code, indented to show the actual ... (by dhayden)
|
by bdwe
Need help ASAP!! please -hardest question ever for me-
|
|
[2 replies] Last: Those are actually 3 different questions. Each of (a), (b) and (c) wo... (by doug4)
|
differnces between declaration and definition of functions and global variables. |
|
[3 replies] Last: // declaration of a function: that this is only a declaration is impl... (by JLBorges)
|
by turqo
Array Column Sort with quality score
|
|
[4 replies] Last: Ok thanks!! -std=c++ worked fine (by turqo)
|
by DCole
Adding a Default Constructor
|
|
[3 replies] Last: Thank you both for your input. I am working on modifying my code to a... (by DCole)
|
by ReaperSoul
vector of objects error
|
|
[17 replies] Last: i got neither of those warnings If you're compiling with GCC or Clang... (by mbozzi)
|
by hassanAman
Vector & list
|
|
[10 replies] Last: I think the erase-remove idiom is the closest you get to an equivalent... (by Peter87)
|
by joshgarza
How to drop a piece into Connect4 board?
|
|
[1 reply] : if(board == ' ') { board ... (by Ganado)
|
by Samqwerty17
Parse Parentheses
|
|
[1 reply] : You can do something similar to make a code prettier, tracking indenti... (by jonnin)
|
by jbohol
C++ General
|
|
[7 replies] Last: It will easily last 25 more. While you need a working crystal ball t... (by jonnin)
|