Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~5K People Reached
About Me

i want to learn programming. i love to find out the logic. i love programming because it has a sense there is nothing in computer which occursw without any reason.

Favorite Tags
Member Avatar for hackit

i want to use uize's calculator in my website i am trying it for three days but can't it how to use it. Please if anyone can tell me how to use it then please let me know as soon as possible.

Member Avatar for LastMitch
0
225
Member Avatar for leon.lashway

I have learned a few programming languages and am now in the beginning stages of teaching myself C with "C Programming, Second Edition for the absolute beginner". I'm enjoying the book but have run into some difficulties in the second chapter exercies. The exercise states as follows: Create a program …

Member Avatar for deceptikon
0
429
Member Avatar for hackit

Hello guys.. i am developing a "College" website for my college project. I want to use validator as are in www.techrepublic.com on the input fields. please help me by providing guidelines.

Member Avatar for AleMonteiro
0
140
Member Avatar for hackit

Hiii... I am a beginner to c#. I want to know how to get date from the console window in c#. As i want that on the console window user is asked to enter the date in (dd/mm/yy) format. And then i can extract the day in a variable iDay, …

Member Avatar for Mike Askew
0
2K
Member Avatar for hackit

I am learning C. After completing the common core part. I found this unique program which will allow the user to create his own format specifier which will use "%b" as format specifier to convert a integer directly into binary. I want to know more about this code. How it …

Member Avatar for lil_bit
0
381
Member Avatar for hackit

I read that every class extends a object class by default. then it should cause multiple inheritence and must not be supported by Java. Please help me about this....

Member Avatar for stultuske
0
255
Member Avatar for on93
Member Avatar for Tajinderpal
0
224
Member Avatar for I_m_rude

hello, I am learning C from past 1 year, Now, I want to improve my coding skills by learning techniques like dynamic programming, backtracking and all that stuff. Can u please tell me or give me links from where i can learn, practise and improve these skills ? please help …

Member Avatar for I_m_rude
0
104
Member Avatar for hackit

I want to learn how to use preprocessor #pragma in C? can anyone please help me to understand..

Member Avatar for Ancient Dragon
0
95
Member Avatar for hackit

hey guys thanx for opening this. I want to see how the scheduling is done in my CPU. can i see it practically.

Member Avatar for Netcode
0
107
Member Avatar for hackit

i found a very simple program that is very simple but have a great logic. [CODE] #include<stdio.h> #include<conio.h> void main() { int B=1; printf("%d\n%d\n%d",b=15,b>9,b<9); getch(); } [/CODE] this seems very simple to me but the output is very strange to me OUTPUT:- 15 0 1 I tried very much to …

Member Avatar for Narue
0
150
Member Avatar for indru

HEY...I M INTERESTED IN C...& WANT 2 MAKE MY FULLY CAREER IN C..PROG.LANG...& there is no other choice!I M currently DOING MCA. SO...SUGGEST ME...& IS THERE ANY CERTIFICATION COURSE IN IT...TO CHECK MY COMMAND ON IT....PLEASE...PLEASE....

Member Avatar for Narue
-1
230
Member Avatar for hackit

guys i just read a vulnerability in the calculator of windows. vulnerability is like this: *) open calculator *) type 4 and then take its square *) then minus two from the result shocked.... answer should be 0 but it shows a different answer.. please help me on this.

Member Avatar for Reverend Jim
0
178
Member Avatar for hackit

i ask my teacher why java doesn't support pointers my teacher reply me that it is because pointer's are very hard to understand so java doesn't support the pointers. but i don't think that it is true. please help me by giving the right reason.

Member Avatar for hag++
0
115
Member Avatar for hackit

hello guys. i am a student of B.Tech with Computer Science branch. i want to make my career in programming and security testing. I found this site very good. In it all the problems are solved easily and very fast. Guys help me if you any suggestions to give me …

Member Avatar for jingda
0
120
Member Avatar for hackit

i want to learn the complete working of pointer in c. i tried it many times but it is very difficult so please help me.

Member Avatar for cse.avinash
0
160
Member Avatar for hackit

I am given a assignment in college to make a project in java. i want to make program in java but my teachers advice to make a system program not application program. But i don't know anything about system programming in java so please guys suggest me topics and also …

Member Avatar for hackit
0
111
Member Avatar for hackit

i want to make a program that contains two main classes and they call each other. [CODE]class Main1 { public static void main(String arg[]) { for(int i=0;i<5;i++) System.out.println(i); Main2 m1=new Main2(); } } class Main2 { public static void main(String arg[]) { static int j=0; for(int i=0;i<5;i++) System.out.println(i); if(j==3) break; …

Member Avatar for hackit
0
178
Member Avatar for hackit

Hii guys.... i am a new programmer of java. i want to implement a problem using CALL BY REFERENCE as i have done in C. please help me to do this.

Member Avatar for JamesCherrill
0
187