Tags: Programming

Blogs (1-7 of 7)

  1. Difficulties in XCode compilation and programming.

    Blog | 26 Apr 2012 | Posted by David A Saenz

    Lately, multiple compilation errors are being delaying the completion of individual parts of the application, so further separation of the views is being assigned as a separate project. The plan...

    https://nanohub.org/groups/ipadvncapp/blog/2012/04/difficulties-in-xcode-compilation-and-programming

  2. The making of the iPad nanoHUB mock up APP

    Blog | 20 Mar 2012 | Posted by David A Saenz

    In this blog, I will comment some of the questions and perspectives of finishing the application I was supposed to be done with a long time ago, but programming this thing tasks more creativity...

    https://nanohub.org/groups/ipadvncapp/blog/2012/03/the-making-of-the-ipad-nanohub-mock-up-app

  3. Personal page development

    Blog | 16 Mar 2012 | Posted by David A Saenz

    Recently, I have been developing a personal web page on which I can keep track of my projects, as well as keep my thoughts organized. My only concern, which I would like to share with a general...

    https://nanohub.org/members/35697/blog/2012/03/personal-page-development

  4. C++ Structures

    Blog | 08 Mar 2012 | Posted by David A Saenz

    In object oriented, as well as in procedural programming, data structures play an important role. These are used to hold large data blocks in an ordered way. C++ structures seem more less like...

    https://nanohub.org/members/35697/blog/2012/03/c-structures

  5. Modular programming

    Blog | 08 Mar 2012 | Posted by David A Saenz

    Modular programming refers to the splitting large programs into several files. These files contain the specification of classes and structures that together with the main file, they form the whole...

    https://nanohub.org/members/35697/blog/2012/03/modular-programming

  6. C++ Classes

    Blog | 08 Mar 2012 | Posted by David A Saenz

    In object oriented programming, classes are data structures that are able to perform, or do stuff with the information it holds. These classes can be structured so that it’s properties and...

    https://nanohub.org/members/35697/blog/2012/03/c-classes

  7. The programming process: Calculator example

    Blog | 08 Mar 2012 | Posted by David A Saenz

    EXAMPLE: Calculator Specification: A calculator is a program that allows the user to perform simple arithmetic operations with the help of a computer. When the program is run, it zeros the...

    https://nanohub.org/members/35697/blog/2012/03/the-programming-process-calculator-example