Skip to main content

Posts

Free cricket SMS alerts on your mobile

For all the cricket fans out there in India, stay connected with Cricket while you are on go.. subscribe with cricsms and receive LIVE cricket alerts on you mobile for FREE. You also get to watch best moments of cricket through a video per day and an interesting trivia too.
Recent posts

Know C/C++ (L2)

The If statements.... The ability to control the flow of your program, letting it make decisions on what code to execute, is valuable to the programmer. The if statement allows you to control if a program enters a section of code or not based on whether a given condition is true or false. One of the important functions of the if statement is that it allows the program to select an action based upon the user's input. For example, by using an if statement to check a user entered password, your program can decide whether a user is allowed access to the program. Without a conditional statement such as the if statement, programs would run almost the exact same way every time. If statements allow the flow of the program to be changed, and so they allow algorithms and more interesting code. Before discussing the actual structure of the if statement, let us examine the meaning of TRUE and FALSE in computer terminology. A true statement is one that evaluates to a nonzero number. A false sta

An Interview with Bjarne Stroustrup by Michael Miller

hey check this out....some interesting stuff ...got from some site!!!! Dr. Stroustrup has been been interviewed many times and most ask the same questions. As such I felt it was more important to focus on him as a person and not so much on his achievements. Michael Miller : How many spoken or written languages do you know? Bjarne Stroustrup : At widely varying levels of fluency: Danish, English, German, French, C++, C, Simula, Smalltalk, ML, Fortran, Java, C#, Ada. I must have used two dozen more programming languages over the years. MM : Many novice programmers get a feeling of euphoria when their program compiles and runs while many of the professional programmers seem jaded. Do you still get that type of feeling [euphoria] when working on a project [and it] works? BS : Definitely when it's "interesting code", that is a kind of code I haven't gotten to work a few times before. "Variety is the spice of life" applies to programming also. MM : What would be t

Know c/c++ (L1)

hi friends!!! c/c++ the basics of any one to be called as a software engineer....hmmm of course you might have known all these things..but yet you need to in much more detail..... there are lot more things in C/C++ which can be known only through practice....so common friends...lets start with an intro program....(:P) #include using namespace std; int main() { cout<<"HEY, you, I'm alive! Oh, and Hello World!\n"; cin.get(); } Let's look at the elements of the program. The #include is a "preprocessor" directive that tells the compiler to put code from the header called iostream into our program before actually creating the executable. By including header files, you an gain access to many different functions. For example, the cout function requires iostream. Following the include is the statement, "using namespace std;". This line tells the compiler to use a group of functions that are part of the standard library (std). By including this

Know BITS

hello friends!!!! Through this post ill try to make you know BITS, the education systems, courses available, events...etc etc happening here...and more and more as much as possible.....Of course...its not possible for me to tell about each and every discipline... but i can say about my discipline ..i.e M.Sc(Tech) Information Systems.. hmmmm..starting off..there is misunderstanding of our college name..whether its BITS-Goa or BITS-Pilani, Goa Campus. certainly its not BITS-Goa. BITS-Pilani is the name of the university and hence BITS-Pilani, Goa Campus..Situated in the banks of Zauari rever..really its very cool place...thats regarding the college name...the other campuses under this univ are BITS-pilani rajasthan, BITS-Pilani, Hyderabad campus and BITS-Pilani, Dubai Campus. Now moving further...the courses offered in this campus are as follows 1) B.E(Hons) Chemical Engg. (p1) 2) B.E(Hons) Computer Science Engg.(p7) 3) B.E(Hons) Elec. and Electronics Engg.

Know BLUE SCREEN OF DEATH

What is a Blue Screen of Death? The Blue Screen of Death, or more properly the 'Windows stop message' occurs when Windows detects a problem or error from which it cannot recover. The operating system halts and diagnostic information is displayed on a blue screen. In newer versions of the operating system, the contents of the PC's memory are dumped to a file for later analysis. All Windows XP stop errors are numbered according to the circumstances that caused the error, which assists enormously in troubleshooting them. Let's take a moment to look at a BSOD in its natural environment, careful now, we don't want to startle it... Note the eye catching shade of blue intended to warn us of trouble, the detailed list of hexadecimal numbers, and relatively unhelpful 'tip.' This is the BSOD in all its glory, so be very afraid if you ever come face to face with this hideous creature! some easy ways to resolve this error Run the recovery console and type