Question:

A question for c++ savants?

by  |  earlier

0 LIKES UnLike

I am a python expert, and am trying to learn c++ simply for the fun of it(I really love the challenge of learning new languages). only, I want to do it by reading the code of other programmers renowned for excellent coding skills - Can someone recommend a regime of 'code-reading' from small, single-module programs to larger, heavily modular programs? also, what is a good place to start - networking, graphics programming, etc.?

 Tags:

   Report

1 ANSWERS


  1. Before you start learning from other projects, make sure you have C++ pointers and memory management down. Python (as far as I know) does not have these things, which are used a lot in C++, and are mostly what makes it powerful. Then I would look at something small (although most small things are written in C) like Fluxbox (an X window manager) all the way up to something like Firefox (which takes two hours to compile on my quad-core).

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions