Forum: C++ Aug 20th, 2005 |
| Replies: 8 Views: 1,725 in object oriented methodology, classes are nothing but blue prints out of which objects are made of. you can think of classes as structures in c. except they are different in a few aspects.a class... |
Forum: C++ Aug 17th, 2005 |
| Replies: 4 Views: 1,450 java was derived from c++ by taking away the confusing aspects of c++.
hence java is easier and simple to learn. |
Forum: C++ Aug 12th, 2005 |
| Replies: 9 Views: 1,799 indians are the greatest software developers in the world. half of the worlds technical pros are from the great land of india.
read the book "let us C" by a great programmer yashwanth kanetkar.... |
Forum: C++ Aug 10th, 2005 |
| Replies: 5 Views: 2,076 1.read elements into an array
2.i=0
3.j=i+1
3.while(1)
4.while(j!=max)
5.if(a[i]=a[j])
6.i++;
7.j=i+1;
end if
8.repeat |
Forum: C++ Aug 10th, 2005 |
| Replies: 12 Views: 4,184 an array can be defined as a collection of similar data types.
suppose you want to use say 10 to 20 integer variables in your program it would be difficult to declare 20 variables.instead of that... |
Forum: C++ Aug 10th, 2005 |
| Replies: 13 Views: 2,009 mr.narue i think jobe has come up with a good plan.when the op of the thread is creating a new thread in this category.filter the entries by making it compulsary for him to specify whether the thread... |
Forum: C++ Aug 10th, 2005 |
| Replies: 13 Views: 2,009 hi this is srikanth from india.
it would be highly appreciated if a separate forum is put up exclusively for C language.it would be very much useful to beginners.
clubbing c and c++ in one forum is... |
Forum: C++ Aug 3rd, 2005 |
| Replies: 4 Views: 1,242 a little boy's picture is displayed beside dave sinkula's id.
is that dave sinkula? |
Forum: C++ Jun 23rd, 2005 |
| Replies: 54 Views: 79,617 suppose you guys are writing a program which uses a number of loops,
use a single variable for all the loop counters and declare the variable to be of register storage class. what happens is that... |
Forum: C++ Jun 23rd, 2005 |
| Replies: 1 Views: 1,161 hi varun i am an indian myself.you could use the keyword "c/c++ faq's" in a good search engine to get what you want.hope i was helpful.
all the best for your interview. |
Forum: C++ May 25th, 2005 |
| Replies: 6 Views: 1,794 hi i am a student of computer science.i am learning the c programming language.we spend all our time writing programs which tells itself a secret like adding numbers,kid stuff etc. i want to know... |