Search Results

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: shalin
Forum: IT Professionals' Lounge Sep 15th, 2004
Replies: 2
Views: 2,970
Posted By shalin
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
Posted By shalin
google search for C++ tutorials
Forum: Computer Science Sep 7th, 2004
Replies: 4
Views: 4,119
Posted By shalin
Signals & Slots in Qt Designer . :lol:
Forum: IT Professionals' Lounge Sep 7th, 2004
Replies: 12
Views: 7,435
Posted By shalin
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
Posted By shalin
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
Posted By shalin
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
Posted By shalin
Forum: C Aug 26th, 2004
Replies: 2
Views: 5,862
Posted By shalin
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
Posted By shalin
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
Posted By shalin
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
Posted By shalin
Hi,

I it's really nice book...
thank for link.

regards,
shalin
Forum: C++ Jul 30th, 2004
Replies: 8
Views: 5,719
Posted By shalin
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
Posted By shalin
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
Posted By shalin
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
Posted By shalin
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.
...
Showing results 1 to 15 of 15

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC