- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
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.
u r right Chainsaw , the no of computer science enrollment is growing in India,not only in universities but also in private institutions.
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:
Signals & Slots in Qt Designer . :lol:
hi all what is the future of Qt programming. how many companies are working with open source Qt designer ... thanks. :rolleyes:
try this: if(strcmp(pass,"neo")==0) printf("ini"); else printf("Wrong"); strcmp() compares two strings if strings are equal then it returns 0;
var1's address is 55441 int var1=2323; int *ptr; ptr=&var1; var1 = 2323 ptr = 55441 *ptr = 2323
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"); }
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
[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
The End.
shalin