Tagged Questions

3
votes
17answers
715 views

What is your preferred pastime programming project?

By pastime programming project, I refer to any programming you do that's in your spare time and not work-related per se, although what is learned can be applied to work. I like usi …
4
votes
6answers
184 views

Good resources for learning Objective-C

I have developed for a number of years in Java, primarily for Linux and Windows. During my undergrad and grad school times, I also did quite a bit in C and C++. I have recently ( …
4
votes
12answers
414 views

Learning how to do programming in school and learning programming outside of school

Hope this thread won't be closed as fast as the other one, because I'm interested about your opinions about what school contribute when it comes to learn programming. I plan to do …
5
votes
5answers
200 views

Want to write an eBook collection manager in Python. What do I need to learn?

Hello everyone, I have been teaching myself the rudiments of Python and have reached a stage where I would like to tackle a project of increasing complexity in order to "scratch a …
22
votes
19answers
1k views

What books should I read to have an undergraduate education in Computer Science?

I've always been a largely independent learner gleaning what I can from Wikipedia and various books. However, I fear that I may have biased my self-education by inadvertent omissio …
3
votes
7answers
261 views

I want to learn COM. How should I proceed?

Hello Guys, I am a fresh graduate with a bachelor in Computer Science. As most school today, they are no longer teaching students C or advance C++ (only an Introductory course in …
3
votes
16answers
838 views

Three most critical programming concepts

I know this has probably been asked in one form or fashion but I wanted to pose it once again within the context of my situation (and probably others here @ SO). I made a career …
2
votes
11answers
379 views

I know HTML; what web programming language should I learn now?

So far I have taught myself HTML by coding in Publisher 97 and using W3-Schools. I have picked up small amounts of CSS and PHP. What Should I learn after learning HTML? And what …
16
votes
33answers
2k views

C++ as a first language

I've been self-learning C++ for about 4 months now. I'm enjoying it, and I think I'm doing quite well. However, an answer to a question of mine got me thinking that I might be sett …
0
votes
8answers
410 views

Performance issues with empty “;” statement in C#

Platform: .NET Framework 3.5 SP1 on x32 Are there any performance issues regarding leaving an empty statement (";", by itself) in code? And to be marked as an answer would you al …
0
votes
7answers
118 views

Good Tutorials in general [closed]

Can someone tell me why there are so little good programming tutorials in general? I know one site, and that's for flash, but I don't use that much flash: http://www.gotoandlearn. …
3
votes
6answers
486 views

What’s a good way to study algorithms? [closed]

Duplicate of: How to get started on algorithms After overloading my classes one fateful semester in my college days, I ended up dropping my algorithms course and never taking it …
10
votes
9answers
328 views

How do you manage your continuing education?

My guess is that many of us would count ourselves among a particular sort of group -- developers interested in become better developers. I'm interested in getting a better sense o …
8
votes
6answers
301 views

How to get up to speed on modern Java as a C++ programmer?

I program in C++ for a living. My last serious exposure to Java was in 1996. What's a good self-study way to get up to date on modern Java? (Bonus points if it can be done online …