I don't understand what that is for. I would like a C++ Realtime compiler or in C. Thise are the only programing languages that ever matter.. or do you guys know any other programing
language that has this?
Real programming isn't like scratch, or like doing HTML with a WYSIWYG editor, real programming isn't like "drag 'n' drop functionality" it's write it yourself, thus there cannot be something that displays every change you make to it, the one exception would be windows forms, they have an editor with drag 'n' drop of the controls to design the form, other then that tho there is nothing that'll show you exactly how your code runs...
There is a possibility to make something called a "unit test" this will basically run the code for you to test out each of the functions in each possible situation (that you created yourself)
If you really want to get into programming start of with something that is fairly easy to understand, Java/C# are good examples, you don't have difficult names of the built in functions such as "printf();" what does that tell you compared to "Console.Write();"?
When i first started programming for real i did it with C#, been working with C# for about 2½ years now and started moving over to C/C++ which are mostly the same (there are a few things that differ, but most of the commonly used functions and such are the same between both of them)
Before i started programming for real tho i spent some time about 9 years ago just messing around with computers, at the time i didn't know alot about computers, i just wanted to learn how to hack stuff... well, i spent some time learning basics of C++, Java, VB.Net and many others, just didn't use the knowledge any... didn't fully understand anything i was doing and such... but hey, now that i started off with C# instead it gave me a boost in knowing what i'm doing by having an easy to understand set of functions to begin with
Scratch i would defenietly NOT call programming, since all it is (from what i've seen in their video) is drag 'n' drop a few functions and voila, it's running... that's not even close to how programming really works...
Oh... also, when i do make programs i always use Visual Studio (for C/C++/C# which is what i use most of the time) and Eclipse/NetBeans for Java








