Search Results for: main.cpp-GETME

C++ Recursion Fibonacci Series Tutorial

We’re revisiting the Fibonacci Series code of C Recursion Find Revisit Tutorial and compiling it, plus some extended functionality, via the g++ c++ compiler on a macOS command line, as per … g++ fibonacci_series.cpp -o fibonacci_series.out … regarding the changed … Continue reading

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

C Recursion Find Revisit Tutorial

Yesterday’s C Recursion Revisit Tutorial had us finding a macOS Xcode produced executable via the command line “find” command. We find this excellent “find” command trades off the time it takes for the convenience to the user. And this came … Continue reading

Posted in eLearning, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

C Recursion Revisit Tutorial

Back in October, 2013 we presented C Recursion Primer Tutorial as a C++ ( but really just straight C code) Xcode (IDE) project on Mac OS X. That’s a long time ago, looking at it from late in 2021. So … Continue reading

Posted in eLearning, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Javascript Eval Functional Calls Primer Tutorial

As with “associative array” usage in Javascript which we last discussed with Javascript Associative Array Mobile Friendly Tutorial where “names” take precedence over “number” (indexes) … transparency over obfuscation, if you like … and Javascript’s eval() method becomes so important, … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , | 5 Comments

C++ OpenGL in Xcode Generic Regular Prism Drawing Tutorial

In our search for a “C++ (Xcode IDE) OpenGL desktop application regular polygon drawer” (if anybody asks today what I do, that’s it, for the day), feel that they can’t channel the lyrics of Charlene this time, as we have … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 24 Comments

C++ OpenGL in Xcode Hexagonal Prism Tutorial

People think differently. People have reverence for different things. Some people do not like generalizations (“bye for now”). We like … associations linkages patterns creeping up on knowledge, especially if the subject matter is difficult … and so we proceed, … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 12 Comments

C++ OpenGL in Xcode Follow Up Tutorial

OpenGL has a OpenGL.org landing page which will talk about all the platforms supported, and let’s just remind you about the purpose, with a quote from the webpage … The Industry’s Foundation for High Performance Graphics from games to virtual … Continue reading

Posted in eLearning, Games, GUI, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , | 5 Comments

C++ std::vector Primer Tutorial

Today we answer a Yahoo Answers question (thanks) to point out an advantage C++ std::vector “container” datatype has over a base array datatype. We use Xcode (on a Mac laptop) as our IDE for this work. Read more here about … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | Leave a comment