Social Icons

15 June 2012

1 Kernel I/O error in centos

For user's using red hat  enterprise linux  centos   v5 ..  it give's  a  Journal  commit  I/O error over terminal   after  running...

2 PSU 's for Computer Science students

Following is the list of PSU's hiring Computer Science students-    Bharat Electronics Limited     Bharat Heavy Electricals Limited ...

14 June 2012

0 Introduction to SQL

SQL stands for Structured Query Language . It enables you to create and operate relational database which are sets of related information ...

0 Structures vs Classes in C++

C++ programming language provides structures (using keyword struct ) and classes (using keyword class ) to create user-defined data types. ...

0 Generating random number in C++ - PART -2

random() and randomize() are two other macros defined in <stdlib.h> having functioning as rand() and srand() respectively. random...

3 June 2012

0 Generating random number in C++ - PART -1

To generate random numbers in C++ , one can use rand(),  srand(), random(), randomize() functions defined in <stdlib.h> header file. ...
Related Posts Plugin for WordPress, Blogger...