Posts
 
Reputation
Joined
Last Seen
Ranked #626
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
64% Quality Score
Upvotes Received
17
Posts with Upvotes
15
Upvoting Members
13
Downvotes Received
11
Posts with Downvotes
7
Downvoting Members
8
6 Commented Posts
~75.6K People Reached
Interests
Coding Coding Coding ...
PC Specs
Ubuntu Windows Xp
Favorite Tags
c x 134
php x 14
c++ x 11
Member Avatar for vvsmario

If want sm help to start up .. use a counter and start counting with the first word, when SPACE detected word ends so temperoraly tht word has longest length store that length in a variable thn start counting length for next word, Compare word length for both. Depending on …

Member Avatar for Busuioc
-1
4K
Member Avatar for Doctor Inferno
Member Avatar for murtazamzk
Member Avatar for deceptikon
1
452
Member Avatar for keval_hack

U using older borland compiler may be .. It worked totally fine @ me .. I compiled in Dev-C++ it worked fine but not working in borland ..

Member Avatar for chiragkhimani
0
293
Member Avatar for niyasc

Here is another Turbo-C car racing game .. [URL="http://bit.ly/iefllI"]http://bit.ly/iefllI[/URL]

Member Avatar for ziyadgodil
-4
10K
Member Avatar for kimprosthom

use a for loop with a count start with i=1 thn have a MAX value .. inside loop go on printing count (i) numbers of stars U will get this * ** *** **** ....

Member Avatar for aamira_s
-1
185
Member Avatar for comwizz
Member Avatar for imti321

[B]I guess[/B] first you print [CODE]echo $oldpassworddb."<br>";[/CODE] which printing [B]123456[/B] means you [B]not using md5()[/B] while storing password into database ..

Member Avatar for imti321
1
3K
Member Avatar for Shankye

Hey friends .. Can anyone give me idea on how to Create a button similar to like button of facebook .. I think they use complicated API n all .. I want it to be simple but useful .. Can anyone help me with this please ..

Member Avatar for Shankye
0
106
Member Avatar for Shankye

how do i make the textbox automatically scroll down all the way to the bottom? thanx in advance

Member Avatar for Arkinder
-1
66
Member Avatar for Shankye

I am new to SQL .. [code]SELECT status FROM statuses ORDER BY date;[/code] I know this will order by date but i want to alter the table and rearrange them by datestamp.. Is it possible to alter like that ?

Member Avatar for Shankye
0
103
Member Avatar for june 200090

If you have to read numbers of all 20 students thr is no need of scanning student_num. So remove that line and initialise student_num to 0. [CODE]student_num = 0;[/CODE] and better to read all numbers in one loop than use another loop to print them all at once.. And if …

Member Avatar for june 200090
0
170
Member Avatar for salvador01
Member Avatar for Joey_Brown

Yup ... [CODE] if (file = fopen(file_name, "r")) { printf("Exists"); fclose(file); } [/CODE] Merry Christmas to u too ...

Member Avatar for Joey_Brown
0
90
Member Avatar for Shankye

Hi friends .. I have a mailing_list file .. I wanted to check whether the visitor entered Email already exists in file? Is there any standard function for it ?

Member Avatar for Shankye
0
161
Member Avatar for pakunoda

Apache 2.2.11 PHP 5.3.0 MySQL 5.1.36 [URL="http://www.wampserver.com/en/download.php"]http://www.wampserver.com/en/download.php[/URL]

Member Avatar for pakunoda
0
255
Member Avatar for vedro-compota

@Trentacle He casting to int directly dude how he will get correct int value?? @Vedro You can do like this, (with some Portability issues ;) ) [CODE] n = getchar()-'0'; [/CODE] Something good will come out ;) :D

Member Avatar for vedro-compota
0
242
Member Avatar for hsetaknev

NULL is a macro defined in <stddef.h> for the null pointer. Its not '/0' its '\0' '\0' is defined to be a null character, a character with all bits set to zero.Used as end of string.

Member Avatar for hsetaknev
0
149
Member Avatar for Shankye

Hello friends .. I wanted a feedback form for my small site... Its pure HTML and i dont know anything about PHP .. I got a script which mails the form contents to the admin.. Here is the code [CODE] mail( "$webmaster_email", "Feedback Form Results", $comments, "From: $email_address" ); [/CODE] …

Member Avatar for Shankye
0
109
Member Avatar for bojomojo

But we have both char = char and char = int lines ... Is it not better if he uses both char and than convert to int wherever necessary .. [CODE] struct read_file { char first[100]; char second[100]; } var; fscanf(fp, "%s = %s", var.first, var.second); [/CODE]

Member Avatar for bojomojo
-1
141
Member Avatar for Ahmed Sarwat

pointer is not initialized .. Following code ay help .. [CODE] #define MAX 100 data first; data *fp; first.name = malloc(MAX); fp = &first; scanf("%s",first.name); printf("fp is %s\n",fp->name); [/CODE]

Member Avatar for Ahmed Sarwat
0
121
Member Avatar for Kamatari

I got this [URL="http://www.portaudio.com/download.html"]http://www.portaudio.com/download.html[/URL] [URL="http://www.daniweb.com/code/showthread.php?t=216360"]http://www.daniweb.com/code/showthread.php?t=216360[/URL]

Member Avatar for death_oclock
0
122
Member Avatar for Daita
Member Avatar for terabyte

I think K&R is best book to read after learning basics of C, I read BalaguruSwamy .. An indian author .. Heard about this book but not read .. [b]C Programming: A Modern Approach by K. N. King [/b]

Member Avatar for Trentacle
0
177
Member Avatar for murtazamzk

[B][COLOR="Red"]Toooooooooo Cool .. Super cool...[/COLOR][/B] [COLOR="Red"]Mera[/COLOR] Bharath [COLOR="Green"]Mahan[/COLOR] :) :) :) :)

Member Avatar for Shankye
0
189
Member Avatar for Shankye

Hello everyone .. Im learning PHP on my own .. I installed Apache on Windows XP and trying install PHP, tried both installer and manual way but its not working :( PHP scrips getting downloaded .. Can any one give me a good link for step by step installation ?

Member Avatar for Shankye
0
150
Member Avatar for hsetaknev

I think you checking even new line char '\n'.. Try to trim newline char and than check for palidrome ..

Member Avatar for Shankye
0
111
Member Avatar for kapilsolanki84

Its possible may be.. I dont know in C but i saw a similar program in C++ .. though didnt understood ;-)

Member Avatar for VernonDozier
0
205
Member Avatar for vinitmittal2008

B4 posting it want to say im student and if any mistake im sorry May be like manually how we do ... Assign first term of p4 to p5 and then go on checking if same exponent term exists, If exists add thr coefficinents and if not than add that …

Member Avatar for Shankye
0
147
Member Avatar for Colin Mac

@Colin mac . They are different functions used to get user inputs similar to scanf and getche() which your sir suggested.. U can google to know more about functions like getchar() getch() fgets() ..

Member Avatar for Shankye
1
275