Author Topic: i need c # tutorial  (Read 1654 times)

0 Members and 1 Guest are viewing this topic.

Offline monsieurpoTopic starter

  • Full Member
  • ***
  • Posts: 51
  • Helpful? 0
i need c # tutorial
« on: August 21, 2010, 01:36:30 PM »
i can build a robot and plug some wire but im realy bad with the programation so is that possible to post as many tutorial and project here

thank you

Offline waltr

  • Supreme Robot
  • *****
  • Posts: 1,944
  • Helpful? 99
Re: i need c # tutorial
« Reply #1 on: August 21, 2010, 03:56:49 PM »
C# is Microsoft programming for Windows.

What you need to learn for embedded micro-processors for robots is ANSI C.
Did you try google?
http://www.google.com/search?hl=en&client=firefox-a&hs=oLH&rls=org.mozilla:en-US:official&q=ansi+c+tutorial&revid=379548061&sa=X&ei=nUpwTMj6MMP58AbL0LDrDA&ved=0CEwQ1QIoAA&cts=128242745709

Also search through the threads in this forum. There are many discussions and sugestions about learning C programming.

There are parts that are dependent on which processor you wish to use. For example the setting up of IO ports, UARTs, Timers, etc is different from one processor to another and there are differences from one compiler to another. Do you have an idea of which processor you wish to use?
« Last Edit: August 21, 2010, 03:58:09 PM by waltr »

Offline monsieurpoTopic starter

  • Full Member
  • ***
  • Posts: 51
  • Helpful? 0
Re: i need c # tutorial
« Reply #2 on: August 21, 2010, 04:47:45 PM »
robot are coded with c or c# or c++  ???

Offline billhowl

  • Supreme Robot
  • *****
  • Posts: 376
  • Helpful? 32
  • Your success is in your hands.
Re: i need c # tutorial
« Reply #3 on: August 21, 2010, 10:55:04 PM »
Robot used Micro-controller are mostly coded in C or subset of C++.
C# is too high level for MCU which have less memory(RAM) space.

Offline monsieurpoTopic starter

  • Full Member
  • ***
  • Posts: 51
  • Helpful? 0
Re: i need c # tutorial
« Reply #4 on: August 22, 2010, 01:37:36 PM »
i coded a bit of c++ but can you send me tutorial please?

Offline tmoney68

  • Jr. Member
  • **
  • Posts: 35
  • Helpful? 1
Re: i need c # tutorial
« Reply #5 on: August 22, 2010, 07:40:38 PM »
Try here: http://www.cprogramming.com/

It has tutorials on both c and c++