LogFAQs > #895291613

LurkerFAQs, Active DB, DB1, Database 2 ( 09.16.2017-02.21.2018 ), DB3, DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicC++ class Blog topic.
darkmaian23
02/02/18 1:01:20 AM
#19:


thisisboris2 posted...
i'm doing C and i am having lots of trouble with linked lists and stacks

Is it just linked lists and stacks, or are you having trouble writing quality C programs beyond a certain size? It's easy to make mistakes: off by one, bad pointer arithmetic, memory leaks. I love the simplicity of C but it ranks as my least favorite to write code in because it is so fiddly.

On topic, it's cool you're learning C++ TC. A lot of CS curriculum shy away from C++ in favor of Java, despite the continued popularity of the language and the huge legacy code bases that most major companies have. I always enjoyed coding in C++, but I could never shake the feeling that I didn't really know the language completely; writing C++ always made me secretly feel like a second-rate coder.

Go has a lot of awkward quirks, but so far I like it better than both C and C++ for small, fairly simple projects.
... Copied to Clipboard!
Topic List
Page List: 1