1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Looking for C#, C++ tutor

Discussion in 'Programming' started by aidanriley, May 12, 2012.

  1. #1
    Hello, I'd like some help learning to code in C++ and C#, in web apps, desktop apps and even games if possible. Send me a message with your rates and experience and let's see if we can work something out :)
     
    aidanriley, May 12, 2012 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    I think you need to start by reading some online docs. Noone can teach you programming by tutoring you with in a short time frame. And forget Game Programming until you have mastered the language...
     
    NetStar, May 21, 2012 IP
  3. Fortix Servers

    Fortix Servers Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I learned c# trough making simple applications like a timer and then make it better, bigger etc.
    And if you don't know how to do something or if you have a problem, google it up.

    Here are some basic functions that are very important

    - if & else
    - Loop (for,while,untill,do)
    - int (numbers), string (letters and other symbols) a variable that saves data. (There are alot more variables) but these are the most used
    - Arrays (Save multiple variables in one (hard to explain :p)
     
    Fortix Servers, May 30, 2012 IP
  4. bkokram

    bkokram Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I can teach u some.no srry, i cnt teach uinstead we could study together we could help each other1st we have to start from the begining
     
    bkokram, Jun 1, 2012 IP
  5. macklin123

    macklin123 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can learn about the programming code from any programming site.
    you start learning these language by using basic programs,
    for example addition or deletion of two numbers.:eek:
     
    macklin123, Jun 1, 2012 IP
  6. customautoblogs

    customautoblogs Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    I have quite some experience creating awesome desktop applications in C#. How much are you willing to pay? PM me.
     
    customautoblogs, Jun 1, 2012 IP
  7. eurojack

    eurojack Greenhorn

    Messages:
    43
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    20
    #7
    eurojack, Jun 4, 2012 IP
  8. stonecoldmoney

    stonecoldmoney Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Honestly, reading college-level textbooks is the BEST way to get your feet wet with programming. You can learn basics like loops, for, etc from online tutorials, but if you want to be a REAL programmer, you should follow a textbooks. Dietel & Dietel have a great one (I think that's how you spell the name of that publisher). Also check out MIT OCW & Stanford online classes.
     
    stonecoldmoney, Jun 4, 2012 IP
  9. RoyaltyFreeAudioLogo.com

    RoyaltyFreeAudioLogo.com Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You should start with learning C++ language itself.