Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hey because I am new to this C++ an Mbed stuff, when i see the examples theres a lot of printf statements to help the coder know where the code is, bur where du i see these statements when I am testing my Mbed??
For example:
int main(){
printf("Where does this go, and how do i se it when running my program?");
return 0; }