Question about 'strcmp' |
|
[1 reply] : You have to allocate space for the string. char colour , frame ; a... (by liuyang)
|
by Mr Raptor
Having trouble figuring this out
|
|
[2 replies] Last: I figured it out. Thanks for the help! (by Mr Raptor)
|
by TimBowl
old version of "programming: principles and practice using c++"
|
|
[no replies]
|
by DeathLeap
Decomposition an integer into powers of three
|
|
[1 reply] : Anyone would offer some insight? (by DeathLeap)
|
by cGuru
Let The User Specify Array Size
|
|
[7 replies] Last: Thanks Ganado, got it to work. (by cGuru)
|
by medinal
Need help..
|
|
[1 reply] : This is in C++ (by medinal)
|
by mishappp
Some help for school homework.
|
|
[11 replies] Last: Excellent. Add cout << value1 << endl; and cout << value2 << endl; in ... (by closed account 48T7M4Gy)
|
by Myna
Please help improve this C++ program
|
|
[no replies]
|
by Ttran
GPA calculation(need help)
|
|
[4 replies] Last: WOW... i made it harder then it needed too. figured it out. thanks guy... (by Ttran)
|
by youtellatale
Help with Homework
|
|
[3 replies] Last: So the math still shows an enormous number and I can't figure out why.... (by youtellatale)
|
by VanTate
Problem controlling user input with if statements and while loops
|
|
[4 replies] Last: I'm thinking the check could go in line 72, but this is problematic be... (by VanTate)
|
by aSzG
Cash Register Program
|
|
[7 replies] Last: In a sense yeah. But you need the loop to keep track of all tax and c... (by crimsonzero2)
|
by DaGoblin
(int)& return action
|
|
[1 reply] : I am going to say createGaussianFilter creates some heap allocated v... (by mobotus)
|
by Franky4
Can't understand what is wrong
|
|
[2 replies] Last: http://www.cplusplus.com/forum/lounge/32041/ (by mobotus)
|
by slinden
Vector value comparing
|
|
[1 reply] : The way I would approach this is on the first guess I would state that... (by crimsonzero2)
|
by siriusly
Understanding Looping
|
|
[4 replies] Last: Think of the outer loop being the row you are editing. As you get int... (by crimsonzero2)
|
by slinden
Simple if statement
|
|
[10 replies] Last: cout << "text" << endl; or cout << "text" << "\n"; wou... (by closed account 1CfG1hU5)
|
Need help sorting String values (People's Names) from an Input File (Already created Text file) in ascending order (A - Z) |
|
[4 replies] Last: I'm such an idiot....The question is literally only asking me for the ... (by SRichardson09)
|
by plp384
How do I output a 2D array from a function?
|
|
[6 replies] Last: If I place "return value;" outside the second for loop, IDE tells me t... (by plp384)
|
by spring2014
multiplication table, in .txt output?
|
|
[1 reply] : What fond do you use in your txt viewer? Make sure it is monospace one... (by MiiNiPaa)
|