Background Image


Preparing USB Modem Driver for UBUNTU ( part I )

At first i need to learn a language to communicate with OS. So i picked up C ( paralleled with C++ ). I am using Ubuntu, 10.04(lucid),  Kernel Linux 2.6.32-24-Generic, GNOME 2.30.2

Lucid: codename of Ubuntu, 10.04 is Lucid Lynx
Kernel: WikiLink
GNOME: WikiLink

Here gcc is already installed. So no worry about compiling C. So only need to install g++ to compile C++.

Now it is time to start coding. I love Netbeans so i’ve installed C/C++ plugin.

#include <cstdlib>
#include <iostream>
using namespace std;
/*
*
*/
int main(int argc, char** argv) {
cout << “Hello World!”;
return 0;
}
To Be Continued…
This entry was posted in Uncategorized. Bookmark the permalink.

2 Responses to Preparing USB Modem Driver for UBUNTU ( part I )

  1. I just want to mention I’m new to blogs and absolutely liked your blog site. Probably I’m planning to bookmark your blog post . You actually have exceptional stories. Thank you for sharing with us your web-site.

  2. I just want to mention I am just new to blogging and seriously loved your blog. Probably I’m likely to bookmark your blog . You really come with beneficial article content. Regards for revealing your blog.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>