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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 7452 - 7481 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7452
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Send Email
Jun 1, 2005
12:29 pm
7453
Reply embedded... ... I leave the interpretation up to you as an exercise. Post your work and ask for comments instead. Here are the hints: Whenever dealing...
Shyan Lam
sflam108
Offline Send Email
Jun 1, 2005
1:32 pm
7454
In this code it throws a runtime error on a code access violation . On the line z->data=p->data; while (p!=NULL && q!=NULL) { if (*s==NULL) { printf("test"); ...
Pradyut Bhattacharya
program_pr
Offline Send Email
Jun 1, 2005
1:46 pm
7455
Hi Great People, Anybody knows, please Expalin indetail 1) how to print the string in monitor without using printf() statement? 2) Allocation of memory for Two...
ajith_star20
Offline Send Email
Jun 1, 2005
2:02 pm
7456
Reply embedded... ... You're supposed to do your own homework. [Questions Snipped] ... But what have you done so far? Why should we do your homework for you? ...
Shyan Lam
sflam108
Offline Send Email
Jun 1, 2005
3:34 pm
7457
Hi Ajit, Find answers embedded. ... Ans: You can fill the video memory i mean the address of the CRT char far *st=0xB80000 /*This is the starting address of...
anand chavali
anandchavali
Offline Send Email
Jun 1, 2005
3:35 pm
7458
... == Earn 2 millions per month with zero investment == You will get $25 in just 1 minute == Earn millions by giving $25 free to others. == Absolutely Free ==...
sonuroy_2002
Offline Send Email
Jun 2, 2005
12:54 am
7459
... int main() { if (printf ("without semicolon\n")) { } } this is without a ; ... -- @};- Experience will tell you what to do, Confidence will tell you to do...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
4:09 am
7460
Hi All, I am having test at Adobe India on This Saturday, If any one have any idia of paper or having Any old paper. Please mail me. Mail me how to prepare fot...
neeraj gupta
mailtoneeraj2002@...
Send Email
Jun 2, 2005
4:10 am
7461
Hi saroj, That is not executing a C program with out ; If is a conditional statement.....ok?....... we cannot excute something like main() { printf("\nThis is...
anand chavali
anandchavali
Offline Send Email
Jun 2, 2005
4:24 am
7462
Dint get you , I think the code i sent is a valid C program. and it has no semicolon in it. ... -- @};- Experience will tell you what to do, Confidence will...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
4:29 am
7463
Hi This is the ans for the first one. Actually, U can use far pointer to write directly into the VDU memory. The VDU memory starts at 0xB800000L(not very sure...
rajendra singh
rajendrasing...
Offline Send Email
Jun 2, 2005
4:30 am
7464
yes its a valid C program......but "if" is a conditional operator and if u put a semicolon at the end of if u will get an error...but what the "other" gy's...
anand chavali
anandchavali
Offline Send Email
Jun 2, 2005
4:33 am
7465
yah thats fine :-* ... -- @};- Experience will tell you what to do, Confidence will tell you to do it...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
4:39 am
7466
if i'm not wrong this code wont work on *nix systems. its a typical DOS code only. and C on DOS is not the best one. ... -- @};- Experience will tell you what...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
4:40 am
7467
Yeah I think u r right :) I m not sure whether it ll work on *nix systems. That guy didn't specify the OS and for windows its a valid prog. Hope u got my...
rajendra singh
rajendrasing...
Offline Send Email
Jun 2, 2005
6:27 am
7468
yah. u r right. printf has to be made in a way that it can do its job irrespecticve of the OS. so when you want to do the job on your own, it needs to be OS ...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
6:35 am
7469
Hi, You can print in a monitor without the use of printf by using fputs as follows: fputs("This is the string to be printed in monitor",stdout); Hope this will...
Mrinmoy Ghosh
mrinmoy_g
Offline Send Email
Jun 2, 2005
6:42 am
7470
Hi! The variables are used in the coding.It occupies memory based on the datatype.After using that variable,the memory occupied by that variable gets released...
S.K. Ashok
skashok20
Offline Send Email
Jun 2, 2005
7:20 am
7471
Hi Ajith, Relating to the allocation of memory for double dimensional array you can follow the following code : #include <stdio.h> int main() { int **a; int...
Mrinmoy Ghosh
mrinmoy_g
Offline Send Email
Jun 2, 2005
7:27 am
7472
... == Earn 2 millions per month with zero investment == You will get $25 in just 1 minute == Earn millions by giving $25 free to others. == Absolutely Free ==...
Niraj Roy
nirajroy_13
Offline Send Email
Jun 2, 2005
8:39 am
7473
hi all, I was trying to implement strcpy() such that it should work if the destination string(str1) is shorter than the source string(str2). I have used...
Prasanth S. Babu
prasanthsbabu
Online Now Send Email
Jun 2, 2005
8:51 am
7474
ever heard something called Dazzling Pointer............... ... -- @};- Experience will tell you what to do, Confidence will tell you to do it...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
8:59 am
7475
Dear all, Please explain me how do we pass the commnad line parameters??? DJ?? -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version:...
Dhananjay
dhajy1301
Offline Send Email
Jun 2, 2005
9:15 am
7476
Hi Saroj, No I haven't heard about it... I am a beginner only.... I tried google but didn't get any related links... Please can you give a brief explanation......
Prasanth S. Babu
prasanthsbabu
Online Now Send Email
Jun 2, 2005
9:21 am
7477
the only concept in C is pointer. go and read the book understanding pointers in C by Y. kantekar. many say the book is very bad. but complete it so that you...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jun 2, 2005
9:27 am
7478
... hi, You can pass command line parameters by typiong it in the command line leaving a space after the executable file name. parameters can be seperated by...
Prasanth S. Babu
prasanthsbabu
Online Now Send Email
Jun 2, 2005
9:37 am
7479
Hi, Could any one tell me if I have a programme in C/C++ how can I make sure that this program can run under different operating systems.Do I need to do...
tmahesh06
Offline Send Email
Jun 2, 2005
10:07 am
7480
What I think U need to use conditional compilation, using preprocessor code and based on the #defines defined by a particular OS / compilers running on diff...
rajendra singh
rajendrasing...
Offline Send Email
Jun 2, 2005
11:50 am
7481
using ksh i made querry to database and the result i have put into a text file ......below showing the content of the text file CATEGORY ... BALANCE...
gohain monurajan
monudjn
Offline Send Email
Jun 2, 2005
12:48 pm
Messages 7452 - 7481 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