Skip to main content
15 events
when toggle format what by license comment
Dec 8, 2020 at 11:38 answer added myrsnipe timeline score: 2
Nov 19, 2019 at 9:35 review Close votes
Nov 19, 2019 at 14:34
Nov 18, 2019 at 17:33 comment added Jordan Klaers Thank you for clarifying the difference, I suppose I can just use repl.it or even visual studio. I appreciate everyone's input!
Nov 18, 2019 at 17:31 vote accept Jordan Klaers
Nov 18, 2019 at 16:13 comment added Peter Paul Kiefer The difference of C++ and higher level (script) languages is that C++ is really near to the hardware. So running compilations on a PC, can be different from running it on a raspi or an Arduino. And there are differences even then you don't use Hardware function directly. e.g an int on a Arduino can have another size then on a PC. And beside that, what is the purpose of learning Arduino C++ without Hardware functions? This language is designed for a MCU, that's pure hardware. You can learn how pointers work (and so on), by using plain C++.
Nov 18, 2019 at 15:20 comment added JRobert "... syntax for C++ and the code written/compiled by the arduino IDE are slightly different." The Arduino IDE accepts standard C++. What it does differently, to assist learners, is to notice when you've referred to a library (that it know about!) and provides it even if you forgot to '#include" it, and forward declarations for functions, if you forgot those. If you write correct C++, it will compile in any standard C++ environment, including the Arduino IDE.
Nov 18, 2019 at 14:54 answer added the busybee timeline score: 2
Nov 18, 2019 at 13:01 history migrated from electronics.stackexchange.com (revisions)
Nov 18, 2019 at 5:37 comment added Jordan Klaers sorry if this is a stupid question. I was just hoping to reduce some steps in the process so I could learn the language quicker. I am a web developer but for some reason c++ is harder for me than id like to admit
Nov 18, 2019 at 5:35 comment added Jordan Klaers similar to using repl.it - I would like to be able to write code, that gets compiled and ran similar to what the arduino ide does. I am trying to test out different syntax for concepts I dont understand. I dont need to test working with hardware.
Nov 18, 2019 at 4:56 comment added Mitu Raj Use proteus with arduino library.
Nov 18, 2019 at 4:49 comment added jsotola it is now unclear what you are asking ... you want to compile and run Arduino code without any hardware, real or virtual ... what would the program do? ... it would have no way to interact with you
Nov 18, 2019 at 3:39 comment added Jordan Klaers Thats a reasonable option, but i still would need to upload to a board, just an emulated one, I could just use a throwaway board I have and skip the hassle of dealing with the emulator. I appreciate the suggestion though
Nov 18, 2019 at 1:50 comment added jsotola google arduino emulator
Nov 18, 2019 at 0:48 history asked Jordan Klaers CC BY-SA 4.0