Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

12 Posted Topics

Member Avatar for 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. Regards, Shalin.

Member Avatar for William Hemsworth
0
1K
Member Avatar for samaru

u r right Chainsaw , the no of computer science enrollment is growing in India,not only in universities but also in private institutions.

Member Avatar for ezest
0
346
Member Avatar for freesoft_2000
Member Avatar for bobovieri

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:

Member Avatar for bobovieri
0
59
Member Avatar for majuti
Member Avatar for doubleglazing2
Member Avatar for shalin

hi all what is the future of Qt programming. how many companies are working with open source Qt designer ... thanks. :rolleyes:

Member Avatar for samaru
0
193
Member Avatar for Mahen

try this: if(strcmp(pass,"neo")==0) printf("ini"); else printf("Wrong"); strcmp() compares two strings if strings are equal then it returns 0;

Member Avatar for Dave Sinkula
0
181
Member Avatar for hfick
Member Avatar for FireNet
0
339
Member Avatar for Sukhbir

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() { unsigned int i=1; signed int j =-1; if((signed)i<j) printf("less"); else printf("greater"); }

Member Avatar for Dave Sinkula
0
132
Member Avatar for 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..? Thanks for u r reply. shalin

Member Avatar for pursottam tiwar
0
141
Member Avatar for Naveen

[QUOTE=meabed]yeah .. nice site .:D but i hope if it is for C++[/QUOTE] Hi, I it's really nice book... thank for link. regards, shalin

Member Avatar for FireNet
1
301

The End.