User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,921 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,688 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 15 of 15
Search took 0.01 seconds.
Posts Made By: shalin
Forum: IT Careers and Business Sep 15th, 2004
Replies: 2
Views: 2,470
Posted By shalin
Solution 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
Posted By shalin
Re: Refresher information for C++

google search for C++ tutorials
Forum: Computer Science and Software Design Sep 7th, 2004
Replies: 4
Views: 3,076
Posted By shalin
Solution Re: Nicest Programming Shortcuts

Signals & Slots in Qt Designer . :lol:
Forum: IT Careers and Business Sep 7th, 2004
Replies: 12
Views: 6,469
Posted By shalin
Re: Students saying no to computer science

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 Careers and Business Sep 4th, 2004
Replies: 1
Views: 5,511
Posted By shalin
Solution 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
Posted By shalin
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
Posted By shalin
Forum: C Aug 26th, 2004
Replies: 2
Views: 2,672
Posted By shalin
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
Posted By shalin
Re: New to C++ Pointers and need help with identifying where the errors are

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: 1,765
Posted By shalin
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
Posted By shalin
Re: C/Dos Programming

Hi,

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

regards,
shalin
Forum: C++ Jul 30th, 2004
Replies: 6
Views: 4,323
Posted By shalin
Re: How to Enable/Disable Users thro' C++ or any code

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: 6
Views: 4,323
Posted By shalin
Solution Re: How to Enable/Disable Users thro' C++ or any code

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: 6
Views: 4,323
Posted By shalin
Solution Re: How to Enable/Disable Users thro' C++ or any code

Thanks you for u r reply ,
this link is very useful for me.

regards,
Shalin
Forum: C++ Jul 16th, 2004
Replies: 6
Views: 4,323
Posted By shalin
Help How to Enable/Disable Users thro' C++ or any code

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...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 8:13 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC