|
"C++ is just considered to be more complex because you have more creative freedom with these new features, which means you're more likely to f** sh*t up!"
ok, i guess i just have to pretend like you never said this? |
|
|
http://scottmcpeak.com/cpp/cplusplus.html
In case you didn't know the definition of "creative freedom" or how it relates to programming. (--: |
|
|
so? most of the same features are implemented in java. if a lower-level language means "creative freedom" why don't you just program directly in assembly? |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
lmfao this thread belongs in v3rm because it's so skiddy |
|
|
That's exactly what it means, now you're getting it kid! And because of the COMPLEXITY and how easy it is to f** sh*t up!
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=what%20is%20a%20low%20level%20programming%20language |
|
|
ok, go ahead and program in assembly for maximum "creative freedom" then, idiot. |
|
|
Who implied that more creative freedom regarding programming was a good thing? With more choices, comes more thought, leading to more time you're spending on an application which couldn't been done in a substantial amount of time using a higher level programming language. |
|
|
|
The whole point of a high level programming language is to:
Write less code,
Waste less time,
with the same outcome as if you were to do it with a lower level programming language.
Isn't it passed your bedtime? |
|
|
that doesn't mean less "creative freedom". |
|
|
Yes it does, point me to the pointers in Python? |
|
|
I know how to scratch my head in confusion.[2]
|
|
MiniNobJoin Date: 2013-05-14 Post Count: 822 |
nice abs |
|
|
Categories exist for a reason, programming include C++ Java etc, scripting Lua Java (byte code languages) markup HTML... Not that hard. |
|
|
'so? most of the same features are implemented in java. if a lower-level language means "creative freedom" why don't you just program directly in assembly?'
no type checking
no data structures
no anything you've ever had in a high level programming language (meaning C, C++, Java, etc)
code becomes a complete mess
|
|
|
There may be more freedom but that does not mean it's easy to implement. |
|
jody7777Join Date: 2009-02-22 Post Count: 1343 |
c, c++, asm, java
and then web stuff
and then random scripting languages
FOR THE CAUSE |
|
lordramboJoin Date: 2009-06-16 Post Count: 20628 |
safer languages usually allow you to do less stuff (obviously) for example:
java: no goto therefore you can't have a memory leak from it
c++: goto, higher possibility of memory leak
and tons of other stuff, you just have to actually KNOW both languages |
|
DrHaximusJoin Date: 2011-11-22 Post Count: 8410 |
@rambo
pretty sure java still leaks memory anyway, there's no guaruntee it will ever get around to freeing the memory |
|
lordramboJoin Date: 2009-06-16 Post Count: 20628 |
I specifically rewrote that before posting so that no one would misinterpret that, but you have anyway. |
|
|
Goto doesnt stop memory leaks assembly has them. |
|
xEnforcerJoin Date: 2011-06-03 Post Count: 1077 |
when u post a simple question
and get 120 replies
0_0 |
|
|
what do u expect from a forum full of edgy teenagers who know nothing what they say
|
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
^ |
|
|
i like the way you think cnt
|
|