Hello everyone! I started learning c++ language two months ago.I'm trying to create an internet browser which can work as adobe or similer flash players.Please, someone send me sample code.
I think that's a little advanced for two months' learning experience. Depending on the college/uni, I'd probably say in two months you'll have learned about the concept of classes, recursion, and self-defined object types, such as enums.
I don't think any C++ class would deal with code that checks for internet connectivity, unless it's a specific networking class, using C++ as its base language.
What are the major concepts you've learned so far? Like have you learned about your basic data types? Nested control statements? Etc.