Tagged Questions

86
votes
22answers
4k views

The Definitive C++ Book Guide and List

After more than a few questions about deciding on C++ books I thought we could make a better community wiki version. Providing QUALITY books and an approximate skill level. Maybe w …
6
votes
11answers
1k views

What programming language is used for video games?

What kind of languages and IDEs are used to develop video games? like Xbox 360 games? Are they OOP? Thanks. UPDATE: Great answers guys, I am sorry I can only mark 1 as answer, y …
2
votes
4answers
73 views

What documentation is “standard” before developing an application?

I've been tasked to write alot of documentation recently. I know it's the kind of thing some developer's probably cringe at but I don't really mind too much. My question is, what a …
2
votes
6answers
208 views

What is the industry standard database modeling language?

Before anyone votes to close this as a dupe, know that every question I found so far was a question about specific programs that are good for database modeling. My question is what …
0
votes
2answers
39 views

How to code for Alternate Course AKA Rainy Day Scenary?

Alternate course is something when user doesn't do what you expected, e.g. key in wrong password, pressing back button, or database error. For any programming project, alternate c …