![]() |
|
Beginner Programming Questions C++ - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Beginner Programming Questions C++ (/Thread-Beginner-Programming-Questions-C) |
Beginner Programming Questions C++ - HattityHat - 07-31-2014 (07-30-2014, 09:03 PM)Deque Wrote: OpenGL is a graphics library with several languages bindings. It is not a programming language itself.I know it hav nothing to do with the topic this question but anyway..¿where I can download C++? RE: c++ 3D Game Development! - Ex094 - 07-31-2014 (07-31-2014, 03:23 AM)HattityHat Wrote:(07-30-2014, 09:03 PM)Deque Wrote: OpenGL is a graphics library with several languages bindings. It is not a programming language itself.I know it hav nothing to do with the topic this question but anyway..¿where I can download C++? LOL! You can download the COMPILER for C++ and LEARN C++ ITSELF FROM SOME SOURCE :EPIC: RE: c++ 3D Game Development! - HattityHat - 07-31-2014 (07-31-2014, 05:13 AM)Ex094 Wrote:Here is a subject about learning C++ but...so...¿I have to download Compiler?(07-31-2014, 03:23 AM)HattityHat Wrote:(07-30-2014, 09:03 PM)Deque Wrote: OpenGL is a graphics library with several languages bindings. It is not a programming language itself.I know it hav nothing to do with the topic this question but anyway..¿where I can download C++? RE: Beginner Programming Questions C++ - Deque - 07-31-2014 I split the posts to their own topic. @HattityHat: A language is just a language, i.e. something you use to communicate. That is true for spoken languages as well as programming languages. A language consists of syntax, (key-)words and semantics. You can not download it. So let me rephrase your question to: What do I have to download to create C++ programs? 1. Advice: Use google, it is your best friend. 2. Advice: Read this: http://www.hackcommunity.com/Thread-How-processor-assembler-and-programming-languages-work-for-dummies 3. Advice: Read this: http://www.cplusplus.com/doc/tutorial/ What is a compiler? In this case it is translator for a programming language to machine code (the language that the computer understands). More general it is a translator for higher level language to a lower level language. RE: Beginner Programming Questions C++ - HattityHat - 08-01-2014 (07-31-2014, 05:13 PM)Deque Wrote: I split the posts to their own topic.Since next weekeend I will learn about C++Language with your links, I hope i can be a good programmer |