![]() |
C++ Questions - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: Programming (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=30) +--- Thread: C++ Questions (/showthread.php?tid=4624) Pages:
1
2
|
C++ Questions - noob007 - 05-14-2011 If you guys have any questions related to C++, feel free to post them here or PM me. I'll be glad to help. RE: C++ Questions - Stonecycle - 05-14-2011 To be actual, C++ isn't a scripting language. It's a programming language. Scripting requires a "translator" of some sort, like Python or Lua. RE: C++ Questions - noob007 - 05-14-2011 I know it's not a scripting language, but who cares. :p RE: C++ Questions - Stonecycle - 05-14-2011 Oh. Well, my question is: Why do people more openly express their love for SFML instead of SDL? RE: C++ Questions - noob007 - 05-14-2011 I believe it's because SFML is more new, and less popular, and no one really expresses their love for something that's standard and has existed for years. It may also have to do with SFML's simplicity. RE: C++ Questions - Chaos - 05-14-2011 How do you feel about all these optimized, easier languages rising like 'go'? Will they soon replace C++? RE: C++ Questions - toast - 05-14-2011 (05-14-2011, 07:56 PM)noob007 Wrote: I know it's not a scripting language, but who cares. :p lots of people get antsy about things like that RE: C++ Questions - noob007 - 05-14-2011 (05-14-2011, 10:29 PM)Chaos Wrote: How do you feel about all these optimized, easier languages rising like 'go'? Will they soon replace C++? I believe they probably will replace C++ in the future, but I don't think any time soon. Go, especially, is still considered a "toy language". It will take time until it's considered a practical language. (05-14-2011, 10:37 PM)toast Wrote:(05-14-2011, 07:56 PM)noob007 Wrote: I know it's not a scripting language, but who cares. :p I know, the same thing happens in the Roblox Scripters' forum. xD RE: C++ Questions - Dignity - 06-12-2011 How would I link "Meta.xml" to my C++ program, then print the context to the screen? RE: C++ Questions - noob007 - 06-12-2011 What do you mean by linking it? |