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
About Me

Developer

Interests
Music,Computers
Favorite Tags
c++ x 8
c x 3
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
960
Member Avatar for samaru

I thought this was an interesting article. It discusses the decline in computer science enrollments. Also, be sure to check out the discussion that follows the article over at builder.com. [quote] At the Massachusetts Institute of Technology, as in other schools across the country, computer science enrollments are dropping, raising …

Member Avatar for ezest
0
313
Member Avatar for freesoft_2000

Hi everyone, I just came home from a software conference in nagoya, Japan where they had any kind of software you can think of on this planet. There was one talk i went for and i think its quite interesting to have it discussed fully here. Alot of the companies …

Member Avatar for alc6379
2
2K
Member Avatar for bobovieri

Hi dear everyone: I am glad to join this forum. Those threads are really interesting and useful. Currently I just graduate from University with BSc degree, CS major. Does anyone have some suggestions on job seeking? Thanks a lot!

Member Avatar for bobovieri
0
56
Member Avatar for majuti

Need an up to date tutorial for using C++. It has been a few years since I've had my last C++ class and since I don't use it on a daily basis, I forgot a lot that I had learned before. Need basic information and some beyond for programming. I …

Member Avatar for vijay choudhari
1
118
Member Avatar for doubleglazing2

Hi :cool: , What is the nicest shortcut you discoverd when coding? I don't know about you - but I have unbounded love for recursion :D . It's always hard to visualise (for me atleast...) but it's so beautiful [i]and[/i] efficient. After I'd made a recursive procedure @ work I …

Member Avatar for shalin
0
136
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

hi everyone, hope u r all feeling fine :mrgreen: this is my program: #include <stdio.h> int main() { char pass[12]; printf("Enter Password: "); gets(pass); if (pass == "neo") { printf ("ini"); } else printf("Wrong"); return 0 ; } when i enter "neo" as password, it does the "wrong" thing :( …

Member Avatar for Dave Sinkula
0
173
Member Avatar for hfick

I am stuck on this problem..you are supposed to locate the error in the segment of code: char var1, ptr1; var1='X'; ptr1=&var1; Can someone please help me figure this out. It is much appreciated.

Member Avatar for FireNet
0
332
Member Avatar for Sukhbir

consider the programme void main() { unsigned i=1; signed j=-1; if(i<j) printf("less"); } output is: less why can someone explain me

Member Avatar for Dave Sinkula
0
128
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
134
Member Avatar for Naveen

Hi guys. Check out this tut on the web. [url]http://guideme.itgo.com/atozofc/[/url] good help with programming in c and dos. its a free ebook with individual files for each chapter. around 70 files. too good to miss. hope u like it.

Member Avatar for FireNet
1
268