C++ pradmenys

E
  • 19 Vas '14

Sveiki,
Nuo ko siūlytumėte pradėti C++? Turiu gana tvirtus pascalio pagrindus ir +- laisvai kalbu HTML/CSS/PHP(šiek tiek sunkiau) ir esu susipažinęs su JAVA.
Domina viskas, literatūra, vaizdai ir t.t.
AČIŪ!
EDIT: Domina ir programuotojų bendruomenės, kuriose glaudžiasi ir C++sistai

T
Techtronic
Mindaugas N.
  • 19 Vas '14

koks tas susipazinimas? Kiek bytes yra int ? O bus daugiau jeigu naudojama 64bit sistema ?

E
  • 19 Vas '14

Ne tiek. Ne java o JS ir tai "pirmos trys pamokos". Žodžiu. Javos nepažysto. Reikia C++, nes turiu minčių laikyti valstybinį IT egzaminą.

T
Techtronic
Mindaugas N.
  • 19 Vas '14

Man asmeniskai labai patiko Lynda - C&C++ Essential Training. Bet aisku jie nera free.
http://www.andriuz.skynet.lt/knygos/IT/Programavimas/ rasi keleta geru knygu. Galeciau patarti daugiau bandyti kazka sukurti nei skaityti random knygas.

Pasiskaityk apie gdb, gcc ir kaip visas tas procesas veikia http://cseweb.ucsd.edu/classes/fa09/cse ... c_gdb.html yra gera pradzia. http://www.cprogramming.com rasi daug naudingos informacijos kuria panaudoti galesi jau ir gerai mokedamas sia kalba.

Na o toliau pats jau zinosi ko reikia ir kur ka rast Jeigu kils klausimu, tai welcome i irc #akmc, pas mus yra ne vienas kuris ivaldes sia kalba, todel jeigu galesim tikrai padesim. Taip pat ##c bei ##c++ kanaluose mielai pades.

E
  • 19 Vas '14

AČIŪ! Kita savaitė nusimato sudėtinga, bet įdomi...

W
  • 24 Vas '14

Pats kazkada esu perziurejes sita lista. Rekomenduotinas atsakymas.
http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list

Beginner
Introductory

If you are new to programming or if you have experience in other languages and are new to C++, these books are highly recommended.

C++ Primer * (Stanley Lippman, Josée Lajoie, and Barbara E. Moo) (updated for C++11) Coming at 1k pages, this is a very thorough introduction into C++ that covers just about everything in the language in a very accessible format and in great detail. The fifth edition (released August 16, 2012) covers C++11. [Review]

Accelerated C++ (Andrew Koenig and Barbara Moo) This basically covers the same ground as the C++ Primer, but does so on a fourth of its space. This is largely because it does not attempt to be an introduction to programming, but an introduction to C++ for people who've previously programmed in some other language. It has a steeper learning curve, but, for those who can cope with this, it is a very compact introduction into the language. (Historically, it broke new ground by being the first beginner's book using a modern approach at teaching the language.) [Review]

Thinking in C++ (Bruce Eckel) Two volumes; second is more about standard library, but still very good

Programming: Principles and Practice Using C++ (Bjarne Stroustrup) An introduction to programming using C++ by the creator of the language. A good read, that assumes no previous programming experience, but is not only for beginners.