Forum: IT Careers and Business Sep 15th, 2004 |
| Replies: 2 Views: 2,470 Re: New Guy Welcome..
their are lots of job sites, post u r resume on that & do study regularly.
also develop some small projects at home.
All the best.
:lol: |
Forum: C++ Sep 14th, 2004 |
| Replies: 2 Views: 4,677 |
Forum: Computer Science and Software Design Sep 7th, 2004 |
| Replies: 4 Views: 3,076 |
Forum: IT Careers and Business Sep 7th, 2004 |
| Replies: 12 Views: 6,469 |
Forum: IT Careers and Business Sep 4th, 2004 |
| Replies: 1 Views: 5,511 Qt programming hi all
what is the future of Qt programming.
how many companies are working with open source Qt designer ...
thanks.
:rolleyes: |
Forum: C Sep 3rd, 2004 |
| Replies: 12 Views: 2,572 Re: My "if" is not good try this:
if(strcmp(pass,"neo")==0)
printf("ini");
else
printf("Wrong");
strcmp() compares two strings if strings are equal then it returns 0; |
Forum: C++ Aug 27th, 2004 |
| Replies: 97 Views: 19,384 |
Forum: C Aug 26th, 2004 |
| Replies: 2 Views: 2,672 Re: unsigned/signed problem hi sukbhir
which compiler u r using?
some times it depends on the compiler.
in c lang. conditional operators compares signed values.
try this...
#include<stdio.h>
main() |
Forum: C++ Aug 26th, 2004 |
| Replies: 9 Views: 2,303 |
Forum: C Aug 13th, 2004 |
| Replies: 3 Views: 1,765 What will be the O/P & why ? Hi all
here is small C program
main()
{
int i=2;
printf("%d\n",++i * ++i * ++i * ++i);
}
it gives o/p 480 why..? |
Forum: C++ Jul 30th, 2004 |
| Replies: 3 Views: 6,153 |
Forum: C++ Jul 30th, 2004 |
| Replies: 6 Views: 4,323 |
Forum: C++ Jul 27th, 2004 |
| Replies: 6 Views: 4,323 |
Forum: C++ Jul 19th, 2004 |
| Replies: 6 Views: 4,323 |
Forum: C++ Jul 16th, 2004 |
| Replies: 6 Views: 4,323 |