0
votes
7answers
85 views
How can I improve my C coding process on OS X?
Hi,
I'm currently learning C from some Harvard screencasts. They're great. I'm currently, because I'm used to it, using this process for running my code:
Type it it TextMate
Sav …
2
votes
3answers
25 views
Resources for learning Flex using just the open source compiler, not the IDE
I'm interested in learning just enough Flash/Flex to do things that I can't do from HTML and JavaScript alone - play sound files and video, use multiple file upload things, perform …
-3
votes
2answers
78 views
How would I implement a team payroll with built-in salary cap
For each player imported from a file, before the player is added to the team's roster, their salaryCapFigure will be added to that team's Payroll. If the Payroll is greater than th …
1
vote
8answers
112 views
Learning C: Online resources
Can you point me to some online resources?
I couldn't find any good. Also the resources shouldnt be too old.
There also wasn't any SO question covering this. Or atleast I didn't …
0
votes
6answers
50 views
resources on creating a windows service using c#
does anyone knows any good resources and articles that can explain how to create windows services using c#.
thanks
4
votes
3answers
55 views
LaTeX books VS online tutorials?
What were you missing from the online tutorials and manuals, that you found well explained in LaTeX books? Any LaTeX book, but I'm mainly referring to The LaTeX Companion by Mittle …
1
vote
6answers
198 views
How to test java code?
I've recently starting learning java web development and I want to learn/understand:
What constitutes good java test good? For example, if there is back-end java code that valida …
3
votes
7answers
197 views
Should I read the Exceptional C++ books if I’ve read the Effective C++ series.
Hi,
I'm a practicing C++ programmer (on Unix and gcc 3.x) for the past 6-7 years. I've read Scott Meyer's Effective C++, More Effective C++ and Effective STL cover-to-cover and ha …
9
votes
7answers
193 views
The practical Haskell tutorial for a programmer coming from the imperative universe
What would be the most practical online tutorial(s) for quickly getting up to speed with Haskell?
I have a decent amount of programming experience with PHP, Java ja Javascript, so …
1
vote
5answers
59 views
UNIX Learner? Books? Websites?
I am looking to buy a book on UNIX for programming, shell scripts and overall about UNIX, any useful UNIX tutorial websites or books you guys recommend?
3
votes
7answers
183 views
Where can I find good, Open Source C++ code to learn from? [closed]
Possible Duplicate:
What are the most useful high quality free C++ projects you really learned a lot from?
Codeplex is cool, except that I can't find any C++ projects, I w …
147
votes
239answers
23k views
Confessions of your worst WTF Moment. (What not to do.)
What wonderful advice can we learn from the "What not to do" school of hard knocks?
5
votes
11answers
531 views
Should I learn VB.NET or C#?
Background
I have decided to do my graduation project (yet to start) in .NET. Regarding it, I am bit confused about: what language should I learn: VB.NET or C#?
What I have lea …
1
vote
6answers
154 views
Learning programming language from a book
Hello. It's common to read a book to learn some programming language. But, I think we need to learn the skill of learning before doing so. What I'm talking about is that I need you …
31
votes
7answers
498 views
How to get a smart developer up to speed on web development?
Does anyone have a suggestion on a good book/whitepaper/online resource that goes a great job of introducing the concept of web development to experienced developers who have done …
