by urko18
How go back in code of Arduino
|
|
[4 replies] Last: Maybe something like this: bool is_Y_pressed = false; void loop() { i... (by coder777)
|
by link45jeff
user defined functions
|
|
[2 replies] Last: Cool thanks for the feedback. I was struggling figuring this out. The ... (by link45jeff)
|
by Newbieess
Print a Square with function using nested loop
|
|
[4 replies] Last: @ar2007 Yesssss!!! You explained it very wellllll !!! I get ittt!! Tha... (by Newbieess)
|
by Ephan
Can not fix the error..
|
|
[2 replies] Last: Thank you so much. Perfect. I can not believe I missed the == in an i... (by Ephan)
|
Help with Palindrome Project |
|
[2 replies] Last: Ganado, Thank you for all of that information. I used the void o... (by Cryptic HyRulian)
|
by paul314
if/else statement for an input file
|
|
[7 replies] Last: #include <cmath> #include <iomanip> #include <iostream> #include <sst... (by mbozzi)
|
by Armygun087
Numbers past the decimal point troubleshooting
|
|
[2 replies] Last: std::cout << std::setprecision(0) << std::fixed; (by SamuelAdams)
|
by JM567
Lottery Game
|
|
[4 replies] Last: Thank you so much for your help! (by JM567)
|
by barry23
Bug moving a box problem
|
|
[3 replies] Last: Yes, that sounds correct, I believe. Every other movement, you increas... (by Ganado)
|
Code Modification |
|
[3 replies] Last: Okay, I understand now. Thank you both for the great explanations! :) (by closed account o1pz6Up4)
|
by aa3685
How to use nested for loop for a pattern?
|
|
[1 reply] : // Example program #include <iostream> int main() { for (int y =... (by Ganado)
|
Returning a local instance out of scope, help! |
|
[1 reply] : Don't cross-post. http://www.cplusplus.com/forum/general/231761/ (by helios)
|
by adam2016
Random number generator
|
|
[7 replies] Last: thanks guys bad naming conventions and mixing the x and y axis did in ... (by adam2016)
|
by Drake5006
Need Help with division Issue
|
|
[2 replies] Last: Thank You! (by Drake5006)
|
by Russderp
What am I doing wrong?
|
|
[4 replies] Last: also another bug I noticed is calories = weight(weight * 15); ... (by adam2016)
|
by marykayr
Exponent using functions in a while loop
|
|
[2 replies] Last: long long is the magic! thank you so much I had changed it to long an... (by marykayr)
|
by Nitrosolid
prototype function error when i try to pass a string.
|
|
[2 replies] Last: Since your function prototype is before the using namespace line you n... (by jlb)
|
by adam2016
console snake game hit not being detected
|
|
[2 replies] Last: wow nice spot Peter :o this bug has was "bugging" me for hours,it wor... (by adam2016)
|
by mister2018
please help
|
|
[4 replies] Last: @mister2018, Your case blocks of code should have a break; statem... (by closed account E0p9LyTq)
|
by Saninani
Problem with an recursion
|
|
[2 replies] Last: Yes! Thank you, I must create my dynamic array after inputting n from ... (by Saninani)
|