by rantiv
vectors
|
|
[1 reply] : Where is your findName function defined? (by integralfx)
|
by spicysalsa
Struct and Arrays, menu driven
|
|
[1 reply] : In line no. 7, you hav given menulist an int type of variable. int ... (by MaBunny)
|
by rantiv
Whats wrong?
|
|
[1 reply] : #include <iostream> #include <string> #include <algorithm> int main(... (by JLBorges)
|
by aesopq122333
Help! my program skipped the cin.
|
|
[2 replies] Last: Thank you, sMav! It work! <3 (by aesopq122333)
|
by coderp0091
Why other compliers not showing precise output?
|
|
[no replies]
|
by kevinkawecki
SOS not getting proper output
|
|
[no replies]
|
by Gondvanaz
Why is getchar ( ) not working?
|
|
[no replies]
|
by plsalinas
Pointers
|
|
[1 reply] : http://www.learncpp.com/cpp-tutorial/67-introduction-to-pointers/ (by closed account E0p9LyTq)
|
by RAVSHAN02
Need Help with Inheritance(BankAccount/CheckingAccount) School Assignment Code Problem
|
|
[no replies]
|
by FourFrame
How do I code jumping, platforms, and player movement across the screen? (2D)
|
|
[1 reply] : I will assume you are new, which is fine! I recommend checking out laz... (by Hambone)
|
by Manan1399
Strange error
|
|
[no replies]
|
by Gondvanaz
Is this program not supposed to output 5 x 5 4 3 2 1 when i type in 5 (or whatever number it is)
|
|
[3 replies] Last: That's a great explanation! Thanks a lot! (by Gondvanaz)
|
by tyooo
User Input Date, Debug Output Day name
|
|
[no replies]
|
by ajessie
HELPPPPPPP
|
|
[1 reply] : can't seem to make my code work properly. Don't s'pose you'd be int... (by Chervil)
|
Assistance needed in implementation of a deep copy constructor. |
|
[4 replies] Last: Recursion occurs when a function calls itself directly or indirectly. ... (by WhatHaveIChoosen22)
|
by Lospwr
My Code isn't compiling, can anyone help me figure out where i went wrong
|
|
[1 reply] : you cannot do inFile2 >> fClientName; you can use the >> operat... (by rafae11)
|
by Krenkov
Task
|
|
[1 reply] : Please I need help this is hard task can someone help me please ? :) :... (by Krenkov)
|
What is the difference between declaring function as void myfunc(int *a) and void myfunc(int a[]) |
|
[7 replies] Last: The standard library passes arrays by reference, in std::begin, std::c... (by Cubbi)
|
by snowl0l
Trying to get into game programming. No idea what I'm supposed to learn
|
|
[1 reply] : "What am I supposed to do to create my own game?" Two things. Firstly... (by Moschops)
|
by b29hockey
file into vector (last line being copied twice)
|
|
[2 replies] Last: If your file has some blank lines after the last valid entry you'll se... (by jlb)
|