Endless Paradigm

Full Version: Programming Languages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
ive always wanted to learn C, i even have a brand new barely touched C++.NET book but eh, time...
Ge64 Wrote:ive always wanted to learn C, i even have a brand new barely touched C++.NET book but eh, time...

no..... if you want to learn C, don't learn C++ .NET!

Learn the real C/C++

because the original C/C++ is the most compatible with most platform...... if you want to learn C++ .NET, you can, but I would suggest you learn the original C/C++ first...
c = c. if you get one, you get the others too. at least, that's the experience i have with basic, i learned vbasic 6.0 and now i can do qbasic, BASIC on BBC, vbscript, ASP(.NET), etc etc it doesn't matter much just a few things are different
Ge64 Wrote:c = c. if you get one, you get the others too. at least, that's the experience i have with basic, i learned vbasic 6.0 and now i can do qbasic, BASIC on BBC, vbscript, ASP(.NET), etc etc it doesn't matter much just a few things are different

yes, that's y i said... C / C++    / = or... :P

but still I would learn suggest you learn the original one rather than the .NET, cause, C++ .NET is a much easier version of C/C++, and you can only able to programming in Windows platform, which mean you can't programming for others, like PSP, Linux, and spoon.... which in my opinion, rubbish..... that's y I never really go into C++ .NET (as I don't why wee even need that), I would rather do C# .NET....
yeh but c++ .net is nice because its what things are progged in nowadays, and if i know c++.net its really rly really easy to leanr C for psp or C for linux etc
Lol.  Microsoft did change quite a bit in .NET though...
i never took a look at it
i wona program but with out anycodes!!! i know there is a way but i jus can't memba
RPG maker
idk theres probably some basic stuff out there that does everything visually but u won't be able to program much

you know the 'codes' arent really that difficult, just try to think very literally and mathematically. example from VB:

If md5(textbox1.text) = str.md5pass
Grant_Login()
End If

damn i don't even know if that's correct i havent used VB in ages
anyway:

If md5(textbox1.text) = str.md5pass  -»  If the MD5 hash of the text in textbox1, is the same as the string str.md5pass, then:
Grant_Login()  -» Do whatever you say in the sub called "grant_login"
End If  -» Ur done here, now do the next stuff
Pages: 1 2 3
Reference URL's