A Small Programming History QuestionI was just wondering what the first programming language was and how it works. I want to know so I ...
Hey can i get an example of ugly code and beautiful code? is the ugliness of a code objective or subjective?I know my comments were pointless, but I needed a short useless program to demonstrate that good cod...
Why Can't ASP.NET Support C++?Yeah but ASP.NET supports things like Javascript, even though that wasn't made by Microsoft. And wh...
Hey can i get an example of ugly code and beautiful code? is the ugliness of a code objective or subjective?Bad looking code: [code]#include <iostream> using namespace std; int main; { int num; char hi; cout...
Why Can't ASP.NET Support C++?I had the idea of building a web app in C++. I knew ASP.NET supported many languages, so I did a bi...