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 ...
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...
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!...
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...
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...
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...
... 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...
... 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...
... 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...
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...
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@...
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...
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...
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@...
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...
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...
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...
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. //...
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...
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() { ...
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;...
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...
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...
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...
#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...