by MattTuck
Bot Path and Controller Interface
|
|
[3 replies] Last: Maybe better to google about your device's LCD and how to display on i... (by lsk)
|
by ultratoke
nested for loop isn't initializing my char[]
|
|
[2 replies] Last: don't know why i didnt see this. I may have to rethink my for loops fo... (by ultratoke)
|
by ultratoke
for loop string Compare program.
|
|
[1 reply] : You used && temp != 'x' for what?, is it always give you FALSE ?... (by lsk)
|
by jynx678
Lining up Data
|
|
[2 replies] Last: This works perfectly, thank you so much for your help! (by jynx678)
|
by glenjoker
How to create an array of c style string?
|
|
[7 replies] Last: To helios, Yay295 and keskiverto: Profuse thanks to guys! Your replies... (by glenjoker)
|
by VisuAlly
What does this error mean?
|
|
[11 replies] Last: Oh fantastic, thank you so much everyone! I've got it working!! (by VisuAlly)
|
by kzaiter
string from user input
|
|
[10 replies] Last: how can i get my code to get input and print output for that fucntion.... (by kzaiter)
|
Help making pseudorandom number generator. |
|
[3 replies] Last: And if you haven't realised by my name i am a complete noob. So i nee... (by ProgrammingNoob131)
|
by imtehnewb
String-Time conversion
|
|
[no replies]
|
by adam0421
user input into 2d array
|
|
[2 replies] Last: you could just put input straight into the array instead of using ano... (by Cody0023)
|
by ultratoke
try/catch bug
|
|
[9 replies] Last: ultratoke, See if this makes sense to you: When and How to Use Exc... (by closed account z05DSL3A)
|
by DomBavetta
Error: Invalid operands for Binary expression
|
|
[3 replies] Last: What I mean is why do you need operator+ that works with std::vector... (by ne555)
|
by Marnez
Not allow space in cin
|
|
[1 reply] : #include <limits> ... cout << "Hello, what is your name and age? (se... (by Smac89)
|
by burton1995
Explain this to me please; For Loops
|
|
[6 replies] Last: but if it was ++i would that be how it is run? No. Nothing can cha... (by Disch)
|
by ninjazrb
Math coming out incorrectly?
|
|
[3 replies] Last: Looks like an integer overflow. An "overflow" is typically when you tr... (by Catfish666)
|
by yepMe
Thinking in c++, problem in understanding one exercise
|
|
[1 reply] : int x = std::max( 7, std::min( 3, 8 ) ); Min is argument to max abov... (by keskiverto)
|
by Vorp
Filling in an integer array with user input
|
|
[4 replies] Last: This should work: #include <iostream> #include <math.h> using names... (by Cube777)
|
by Vorp
Assigning multiple class objects to ints
|
|
[2 replies] Last: You can create multiple objects like you do with an array. #inclu... (by Codermik)
|
by kdillon56
Sales informations
|
|
[2 replies] Last: Tested under Visual Studio 2013 Ultimate and works as Wildblue's outp... (by Codermik)
|
by VisuAlly
Printing My Array
|
|
[4 replies] Last: Oooh okay. Thanks! (by VisuAlly)
|