Jump To Content

LearnHub



Lessons

  • Lesson

    Using Aplications made for Windows in Ubuntu

    Description
      Did you know that you can run lots programs available to windows in ubuntu?  By installing the popular application “wine” in ubuntu, this is easily possi...
  • Lesson

    More On Classes

    Description
    OOP encapsulates data(attributes) and functions(behaviors) into packages called classes.A class is a user-defined data type that acts as a blueprint for instantiating any number...
  • Lesson

    C++ As Better C

    Description
    Before moving on further in advanced C++, it is better to ensure us that C++ is nothing but an advanced form of C. Those of you who came from Pascal background may have not foun...
  • Lesson

    More On Functions

    Description
    Inline Functions Functions with small code can be declared as inline.Wherever an inline function is called, actual function code will be replacedSyntax: Put keyword inline be...
  • Lesson

    Functions - Basic Concept

    Description
    Today, we will see yet another concept present in any programming language. Naturally, we will see why at all we need functions. How a function is declared and defined in C++? W...
  • Lesson

    Union, Typedef, Enums

    Description
    By now, you already know what is an array, what is a structure, and how to use bit-packaged structure. Today, we will see what are unions and when & how we can use them. How...
  • Lesson

    Linux, Apache, MySQL and PHP (LAMP) Server configuration

    Description
    IntroductionThis lesson will be about the usual configuration of a LAMP server in Fedora 9. Feel free to add links to other distro HowTo’s or contribute a lesson based on ...
  • Lesson

    CLI Basics

    Description
    Original source: http://en.wikibooks.org/wiki/Linux_For_Newbies/Command_LineWhy Should I Learn The Scary Command Line Anyway? Windows and other OS’s users take graphical u...