0
By learning c and c++ can we program a robot or any other gadget????
having confused with this stuff completely and seeking the relevant answer
1 ответ
+ 6
Yes you can definitely and 100% provided on the grounds of programmable PICs.Check these links out for further details to your answers:-
https://www.sololearn.com/discuss/1372651/?ref=app
https://www.sololearn.com/discuss/1357590/?ref=app
https://www.sololearn.com/discuss/1371710/?ref=app
So you can program in C or C++, provided you learn the very basic concept of the architectures of any Interface Controllers, ARM Micro controllers/processors,Arduino uno,pi,etc. Before you learn C or C++ make sure you learn the basics of low-level language as you will be dealing with low level data representations,pin configurations,calling certain interrupts,disassembling certain memory address,delay to port pins or program.Programming to sensor jumping to proximity range,step rotation to servo motor,Face detection through discrete complex sampling of Linear Time Impulses,and also programming to filter digital sample by butterworth or IIR filter,etc.
So you can learn C or C++ as it provides good hardware performance.