Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3 - 35 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3
Hello friends , We are writing a parser for Httpd.conf (Configuration file of Apache Server ) . in this file's second section there are many directives like ...
de_arumita2001
Offline Send Email
Jun 25, 2003
1:23 pm
5
hello Friends, when we give starting angle 0 and ending angle 90 it works fine . when we give starting angle 90 and ending angle 180 it works fine . when we...
Arumita De
ar_frenz
Offline Send Email
Jul 5, 2003
12:46 pm
6
hello Friends, How can we detect the max no of cylinder, head ,sector in a harddisk in C . ... Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!...
Arumita De
ar_frenz
Offline Send Email
Jul 5, 2003
12:46 pm
9
An interview with Linus Torvalds "Creater of linux " . http://www.bayarea.com/mld/mercurynews/6238207.htm...
ar_frenz
Offline Send Email
Jul 7, 2003
6:37 am
10
Hello friends, i got a URL . here u can find linux cds in very cheap . http://linuxcdrom.tripod.com/linuxcds.htm...
ar_frenz
Offline Send Email
Jul 7, 2003
6:43 am
11
http://techtips.ontheweb.com/...
arifali_007
Offline Send Email
Jul 7, 2003
3:55 pm
12
Here in my program there is a function "void HardDisk::show()" in this function i'm using pieslice function. here what i'm doing is i'm displaying four...
Arif Ali Saiyed
arifali_007
Offline Send Email
Jul 7, 2003
3:58 pm
13
so make the default value for the parameter as 0 and then if a value is passed add it as an offset. HTH -suman ... is i'm displaying four partition as pie...
suman_karumuri
Offline Send Email
Jul 8, 2003
10:29 am
14
hi suman thanx for replying , here i'm giving code once again i'm doing the same what you told but i guess problem is with this lib function itself . i'm...
arifali_007
Offline Send Email
Jul 8, 2003
12:27 pm
15
... hi don't look for an alternative which does this look for a sol.- i advise to follow a do it u'r self kind of strategy Also if u want to learn c use a...
suman
suman_karumuri
Offline Send Email
Jul 9, 2003
8:16 am
16
... gcc though ... directly ... ya suman , even i feel Tc is not a very good compiler many time it throw some exception and come out from the tc editor . but...
ar_frenz
Offline Send Email
Jul 9, 2003
5:07 pm
17
... you my friend u can do it . It can be done using int 13h and service no 8 Entry AH = 08h DL = Drive number Return CH = Maximum value for cylinder (10-bit...
arifali_007
Offline Send Email
Jul 10, 2003
7:07 am
18
Hai, Thank U for joining me this group.I love C.I had written some interesting programs in C.I will send it later.If U are having such things inform me...
ganesh kumar
sentoganesh
Offline Send Email
Jul 10, 2003
10:47 am
19
Hello , We have an immediate requirement for UNIX / C/ C++ professionals with minimum 2.5+ years of experience . You can mail in your resume to ...
Ipsita Ray
Ipsita.Ray@...
Send Email
Jul 10, 2003
10:50 am
20
C/C++ puzzle ... HOw to Find the duplicated Element in an Array (ie,integer Array)?? remove all the duplicated elements and the resultant array should contain...
tv.manikandan@...
tvmanikandan
Offline Send Email
Jul 10, 2003
11:30 am
21
Hi Ganesh, Happy to see your mail. int main() { if(printf("Hello World!\n")) { } return 0; } How it is? We can write using while loop also. I will send such...
Malli karjun
c_mallircr
Offline Send Email
Jul 10, 2003
11:54 am
22
Hi friends , I'm new member to this group . i'm a beginner . i have some doubt. why construtor can not be virtual ???? why static member function can not be...
Shabbir Ali Saiyed
shabbir_saiyed@...
Send Email
Jul 10, 2003
12:02 pm
23
Hello, I thing it can't be implemented with While loop. B'se printf returns 1 and while(1) ends in an infinite loop. similarly int main() can be replaced by...
tv.manikandan@...
tvmanikandan
Offline Send Email
Jul 10, 2003
12:06 pm
24
Please specify if you want the complete program or only the logic that can be used. Anyways, I am giving the logic, This is one of the many ways that can be...
venkata_subramani@...
venkatasubra...
Offline Send Email
Jul 10, 2003
12:11 pm
25
I am thinking of another solution By constructing a BST where Keys are unique ,we can easily detect the duplication in logN time. Any comments,suggestions most...
tv.manikandan@...
tvmanikandan
Offline Send Email
Jul 10, 2003
12:19 pm
26
Hi Mani, printf returns the no of chars printed on the stdout. in linux we will write a program with int as return value to the main. This is not an issue. //...
Malli karjun
c_mallircr
Offline Send Email
Jul 10, 2003
12:39 pm
27
The solution you gave is a good and efficient one butThe solution you gave is possible solution, if you were reading data from the UI, What if the data is...
venkata_subramani@...
venkatasubra...
Offline Send Email
Jul 10, 2003
12:39 pm
28
hey guys, when compiled this simple code in linux it says return type should be int could somebody pls tel me whts wrong. #include<iostream.h> void main() { ...
antony sachin
antony_sachin
Offline Send Email
Jul 10, 2003
1:04 pm
29
I don't know why the piece of code you type doesn't work, i am sure this piece of code must work #include<iostream.h> int main(void) { cout<<"hello"; return 0;...
venkata_subramani@...
venkatasubra...
Offline Send Email
Jul 10, 2003
1:21 pm
30
hello Venkata, i am positive these messages are errors and hence i am not able to obtain an executable. The program compiles without any errors only when i do...
antony sachin
antony_sachin
Offline Send Email
Jul 10, 2003
1:47 pm
31
Hi, This pice of code will find Duplicated Element in an array !!! for (i = 0; i < ARRAYSIZE; i++) for (j = i + 1; j < ARRAYSIZE; j++) if (a[i] == a[j]) printf...
gireesha udagani
gireeshaus
Offline Send Email
Jul 10, 2003
2:14 pm
32
http://tldp.org/HOWTO/Large-Disk-HOWTO.html...
ar_frenz
Offline Send Email
Jul 10, 2003
2:34 pm
33
hey guys, can somebody pls suggest a url for c++ for begineers and then for intermediate. thanking you in advance Sachin SMS using the Yahoo!...
antony sachin
antony_sachin
Offline Send Email
Jul 10, 2003
2:53 pm
34
sir, i am sudarsan completed my B.E(CSE) in 2003 just recently. i am searching for jobs. iam sending some questions in c.please reply to this questions. with...
naga sudarsan
sudarsan_amar
Offline Send Email
Jul 10, 2003
2:54 pm
35
#include<stdio.h> main() { if(printf("hello world")) { } } this is my answer my mail id:sudarsan_amar@... i am searching for jobs i am fresh graduate...
naga sudarsan
sudarsan_amar
Offline Send Email
Jul 10, 2003
6:01 pm
Messages 3 - 35 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help