Git Product home page Git Product logo

Comments (2)

MarkusReynolds1989 avatar MarkusReynolds1989 commented on July 16, 2024 4

I'm not sure C or C++ are the best ways to learn Computer Science. For instance, if were to learn Scheme as your first language you might be able to write a compiler for it in a few months. Learning the tools to use Yacc and whatever else can take a long time.
This is just an example, but I think that the faster you can develop and learn the concepts of CS. If you just want to learn manual memory management I agree, there should be some classes on that for C and C++. I think the Nand to Tetris series is supposed to help you to learn more low level systems type of programming.

Overall, if you understand those low level concepts mixed with high level programming picking up C and C++ won't be that much of a challenge, but if you try to learn C first you might get seriously demotivated because it's not an easy and fun language. C is simple but you have to make everything yourself and the compiler won't help you when you mess up. C++ is complicated but with the same caveats. I don't think either make for really good beginner material but that's just my humble opinion as a beginner myself.

from open-source-cs.

HopeTS avatar HopeTS commented on July 16, 2024 2

I think this is meant for people who aren't going for college degrees. C++ is a terrible way to go if you're self taught; especially since most self-taught people are looking for jobs. Even a simple calculator in C/C++ requires a little bit more esoteric knowledge than in say Python. Then again; the same can be said about Java.

from open-source-cs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.