Forum: IT Professionals' Lounge Sep 15th, 2004 |
| Replies: 2 Views: 2,970 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: 6,218 google search for C++ tutorials |
Forum: Computer Science Sep 7th, 2004 |
| Replies: 4 Views: 4,119 Signals & Slots in Qt Designer . :lol: |
Forum: IT Professionals' Lounge Sep 7th, 2004 |
| Replies: 12 Views: 7,435 u r right Chainsaw ,
the no of computer science enrollment is growing in India,not only in universities but also in private institutions. |
Forum: IT Professionals' Lounge Sep 4th, 2004 |
| Replies: 1 Views: 6,480 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: 3,317 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: 25,383 |
Forum: C Aug 26th, 2004 |
| Replies: 2 Views: 5,862 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,917 var1's address is 55441
int var1=2323;
int *ptr;
ptr=&var1;
var1 = 2323
ptr = 55441
*ptr = 2323 |
Forum: C Aug 13th, 2004 |
| Replies: 3 Views: 2,223 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: 7,850 Hi,
I it's really nice book...
thank for link.
regards,
shalin |
Forum: C++ Jul 30th, 2004 |
| Replies: 8 Views: 5,719 hi,
U r right, it is for active directory users a pure windows thing,
I didnt tried such thing on linux, may be their are some libraries available.
Regards,
Shalin |
Forum: C++ Jul 27th, 2004 |
| Replies: 8 Views: 5,719 Hi all,
Finaly I got the answer & here is the code in VC++.
Please Insert the ACTIVEDS.LIB & ADSIID.LIB files in your project.
Regards
Shashi Pawar.
//================= CODE... |
Forum: C++ Jul 19th, 2004 |
| Replies: 8 Views: 5,719 Thanks you for u r reply ,
this link is very useful for me.
regards,
Shalin |
Forum: C++ Jul 16th, 2004 |
| Replies: 8 Views: 5,719 Hi All,
I want to enable/disable users who logged in Domain Name Server (DNS).
Through VC++ code.
If anyone has idea regarding this please reply me asap.
Thanks in advance for u r reply.
... |