I suggest reading this FAQs, even to experts, it's always a good read:
http://c-faq.com
“ Fine, Java MIGHT be a good example of what a programming language should be like. But Java applications are good examples of what applications SHOULDN’T be like.
pixadel¬
The evolution of languages
↓ FORTRAN is a non-typed language.
↓ C is a weakly typed language.
↓ Ada is a strongly typed language.
↓ C++ is a strongly hyped language.
Ron·Sercely¬
This is a complete guide to programming, one of the best resources for beginners:
https://github.com/braydie/HowToBeAProgrammer
Go get an hosting plan for your project until you can!
Expires the 31st March!!!
http://www.domain.com/hosting/
https://www.bluehost.com/web-hosting/signup
The Programming Art Group
The international group is finally online!
• Be Nice
• Don't Spam
• Keep the conversation in English so that we can understand each other
@theprogrammingartgroup
Are you gonna freak out for the new Windows 10 features?
http://www.neowin.net/news/you-are-all-gonna-freak-out-microsoft-program-managers-tease-new-windows-10-features
This IDE seems to be a nice alternative to Android Studio:
http://www.kony.com/download-visualizer
Here you can explore a little math library made for performance in C:
https://github.com/Nigh/fastapprox
An introduction for beginners to dynamic and static libraries in C/C++:
http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/
Need to test a particular design pattern for your project?
Check out CodePen for testing out bugs, collaborating and finding inspiration.
Its playground allows you to create "pens", sets of HTML, CSS and JS.
CodePen
The awesome - and classic - Doom engine!
A must read for new-comers into the game development industry:
https://github.com/id-Software/DOOM-3
Here's a nice tutorial about CSS3 for real beginners:
http://www.htmldog.com/guides/css/beginner/
“ I'm not a real programmer. I throw together things until it works then I move on. The real programmers will say: "yeah it works but you're leaking memory everywhere. Perhaps we should fix that". I'll just restart apache every 10 requests.
Rasmus·Lerdorf¬
author of PHP
Oracle lawsuits Google for the use of Java in Android:
Oracle seems to be winning!
http://www.infoworld.com/article/3048726/android/oracle-seeks-93-billion-for-googles-use-of-java-in-android.html
Here's another nice C++ tutorial:
https://arobenko.gitbooks.io/baremetalcpp/content/index.html
This is shocking! What will happen next?
http://www.zdnet.com/article/us-government-pushed-tech-firms-to-hand-over-source-code/
Last month we paid $5000 to a guy who found a potential vulnerability in Telegram for Android, and this month we’ve transferred $2500 to HackApp for pointing out weak spots in our iOS code. The most valuable input so far came in December 2013 from a person who found an issue in the MTProto design, so we awarded him $100,000. Whenever a potential vulnerability is found, we are the first to admit it — and fix it.
'Pavel Durov'
“ Copying all or parts of a program is as natural to a programmer as breathing, and as productive. It ought to be as free.
Richard·Stallman¬
Here's another nice tutorial about OpenGL graphic programming:
http://ogldev.atspace.co.uk
BEGINNERS:
Learn matrices, they are an important part in programming, especially for graphics!
http://www.opengl-tutorial.org/beginners-tutorials/tutorial-3-matrices/
Here's a nice read from a nice author about bit operations wich are often useful:
http://sol.gfxile.net/boolean.html