What should be Hierarchy of learning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sharmavidya
    New Member
    • Jan 2009
    • 2

    What should be Hierarchy of learning

    What should be Hierarchy of learning. Language so we can develop windows application and internet application.
    like c->c++>? and then and then
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    I would bypass C and C++ and go directly to C#.

    Learning C# and the .NET framework is the current technology for Windows/Internet applications.

    C and C++ are lower level languages that don't mesh well with .NET and are better used for non-Windows applications like writing operating systems, compilers, device drivers, etc.

    Comment

    Working...