Re: [c-prog] Need help for open docx

2010-07-26 Thread andrew clarke
On Sun 2010-07-25 21:11:27 UTC-0700, Esmaeil MIRZAEE (esmaeilmirz...@yahoo.com) wrote: I need a header for open/read docx file. Header files don't work that way. They mostly contain declarations, not actual code that does anything. http://en.wikipedia.org/wiki/Header_file For example I

Re: [c-prog] Need help for open docx

2010-07-26 Thread Brett McCoy
On Mon, Jul 26, 2010 at 12:11 AM, Esmaeil MIRZAEE esmaeilmirz...@yahoo.com wrote: Hi all I need a header for open/read docx file. For example I write my own Office. Best Regards Esmaeil MIRZAEE PS:I use Linux and C++ Start with the source code from Open Office:

Re: [c-prog] Need help for open docx

2010-07-26 Thread Thomas Hruska
On 7/26/2010 5:07 PM, andrew clarke wrote: On Sun 2010-07-25 21:11:27 UTC-0700, Esmaeil MIRZAEE (esmaeilmirz...@yahoo.com) wrote: I need a header for open/read docx file. Header files don't work that way. They mostly contain declarations, not actual code that does anything.

Re: [c-prog] Need help...

2009-06-30 Thread Thomas Hruska
rasheed abdul wrote: Dear friends, In one Algorithm for opening HDF file format in C, I seen that they declared varible in data type as int8, int16, int32. May I know what it is.. While I declared like that in my prgram it showing error as declaration syntex error... Plz

Re: [c-prog] Need Help.. CMD

2009-06-30 Thread Thomas Hruska
rasheed abdul wrote: Dear friends, Can you plz guide me to run a C or Cpp program through CMD in Windows Xp. I am not familiar in CMD so Plz guide me in step by step http://www.google.com/search?q=command+prompt+tutorial -- Thomas Hruska CubicleSoft President Ph:

Re: [c-prog] Need help...

2009-06-30 Thread Jim Smith
Types bool, char, wchar_t, and the signed and unsigned integer types   are collectively called integral types. On my system type char is 8 bits, short int is 16 bits, int is 32 bits, long long is 64 bits. I can define the types you mentioned like this: p, li { white-space: pre-wrap; }

Re: [c-prog] need help in this code

2009-04-12 Thread Tyler Littlefield
we don't correct your code and mail it off to some other place... I recommend you use something other than turbo to get going. Thanks, Tyler Littlefield Web: tysdomain.com email: ty...@tysdomain.com My programs don't have bugs, they're called randomly added features. - Original Message

Re: [c-prog] need help in this code

2009-04-12 Thread Thomas Hruska
vipsiboy wrote: snip this code written in turbo c++ compiles givs success. bt showing error while run.. can anyone help me with this code... pls mail the copy of correct code to hans.vi...@gmail.com Well, you did put forth effort, but you are using an ancient compiler and simply

Re: [c-prog] Need help on linklists

2009-02-26 Thread Tyler Littlefield
google.com surely will. - Original Message - From: shafaq mussadiq To: c-prog@yahoogroups.com Sent: Thursday, February 26, 2009 10:12 AM Subject: [c-prog] Need help on linklists hello; can anyone one provide me code for inserting and deleting any desired element

Re: [c-prog] Need Help......

2009-02-10 Thread pavan kumar kakumani
'Let us C' by Yashwant Kanetkar is the best book On Mon, Feb 2, 2009 at 10:04 PM, priyanka patel patelpriyank...@yahoo.co.in wrote: HiFriends i just started Balaguruswami C book.but i want to read book which have examples from basic levels with explaination so anyone can suggest me

Re: [c-prog] Need Help......

2009-02-10 Thread Thomas Hruska
pavan kumar kakumani wrote: 'Let us C' by Yashwant Kanetkar is the best book Second-worst author ever. Single-handedly caused the Turbo C plague in India. Stop recommending him. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task.

Re: [c-prog] Need Help......

2009-02-08 Thread PROSENJIT CHAKRABORTY
Hello, In response to your mail I would request you, to study Jaswant Kanitkar's 'Let Us C' - Book  or to learn 'C' from basic level. After complete the above mentioned book you can study Gotfread's 'C' - Book, which is a standard book to learn 'C' clearly and than Balaguruswami. Thanks  

Re: [c-prog] Need Help......

2009-02-08 Thread Thomas Hruska
PROSENJIT CHAKRABORTY wrote: Hello, In response to your mail I would request you, to study Jaswant Kanitkar's 'Let Us C' - Book or to learn 'C' from basic level. After complete the above mentioned book you can study Gotfread's 'C' - Book, which is a standard book to learn 'C' clearly

Re: [c-prog] Need Help......

2009-02-05 Thread Akter Suriya
Boss, she is just a beginner, If in the beginning only you try to give him so much load, she will definitely run away by only looking at the content table of the book ;) On Tue, Feb 3, 2009 at 7:53 PM, Thomas Hruska thru...@cubiclesoft.comwrote: vivek tadaskar wrote: you can try c by

Re: [c-prog] Need Help......

2009-02-05 Thread Thomas Hruska
Akter Suriya wrote: Boss, she is just a beginner, If in the beginning only you try to give him so much load, she will definitely run away by only looking at the content table of the book ;) Doesn't change the fact that Yashwant is the second worst C/C++ author in existence. Herbert Schildt

Re: [c-prog] Need Help......

2009-02-03 Thread nomi
Hi Priyanak! hope you and everybody there will be good and enjoying a good health.We you can use Let us C Yashwant kanitkar ... and you can also use herbert schildt's book Introduction to C and most important Programming using Turbo C so hope it might help you and one more thing try to find some

Re: [c-prog] Need Help......

2009-02-03 Thread Fred Hoeldtke
Message - From: Prince Annan Koomson To: c-prog@yahoogroups.com Sent: Tuesday, February 03, 2009 5:18 AM Subject: Re: [c-prog] Need Help.. Oh okay, for C books reading some books like Let us C and K R C language and practical C for the introduction to the world of C

Re: [c-prog] Need Help......

2009-02-03 Thread andrew clarke
On Tue 2009-02-03 16:48:23 UTC-0500, Fred Hoeldtke (e...@verizon.net) wrote: Quick C and C++ by microsoft are for use with a Windows based operating system. Microsoft Quick C is 20 years old and was for building DOS programs. There was a version for Windows 3.x but it was not very popular.

Re: [c-prog] need help please

2009-01-19 Thread Brett McCoy
On Mon, Jan 19, 2009 at 4:20 PM, comm_eng_amr comm_eng_...@yahoo.com wrote: Hi everybody i'm starting my first program using C#2005 the program is simply a database storing my eBooks the problems i faced are so easy but as a beginner are hard 1- i need to create a class to initialize the

Re: [c-prog] need help please

2009-01-19 Thread Tyler Littlefield
You've told us what you want to do. What do you want to get out of telling us your goals? It's great to have them, but we need something concrete if you want help. Thanks, Tyler Littlefield http://tysdomain.com - Original Message - From: comm_eng_amr To: c-prog@yahoogroups.com

Re: [c-prog] need help please

2009-01-19 Thread Thomas Hruska
comm_eng_amr wrote: Hi everybody i'm starting my first program using C#2005 the program is simply a database storing my eBooks the problems i faced are so easy but as a beginner are hard 1- i need to create a class to initialize the ADO.NET dataset,adapter,... and how to use it in

Re: [c-prog] need help

2008-11-18 Thread David Hamill
how can we use pointers on a two dimensional array please explain Can you be more specific? You can find general information here: http://www.google.com/search?q=pointer+%22two+dimensional+array%22+c David

Re: [c-prog] need help

2008-11-18 Thread Bill Cunningham
- Original Message - From: David Hamill [EMAIL PROTECTED] To: c-prog@yahoogroups.com Sent: Tuesday, November 18, 2008 8:53 AM Subject: Re: [c-prog] need help how can we use pointers on a two dimensional array please explain Can you be more specific? What are you

Re: [c-prog] Need help

2008-11-15 Thread Thomas Hruska
s_zhbjvd wrote: And one more point they must be made by using two dimensional arrays. This appears to be a homework problem. Most homework style problems are supplied by educational institutions to be done by the individual. Educational institutions usually provide resources for struggling

Re: [c-prog] Need Help

2008-11-15 Thread David Hamill
Can anybody of you can help me in making a program of multiplying two matrices of 3X3 order.I will be very thankful. And one more point they must be made by using two dimensional arrays. This is not a difficult problem if you understand what matrix multiplication is. So have a go at it

Re: [c-prog] Need Help

2008-11-15 Thread satish
It would have taken you lesser work ( and of course hearing lesser `words` from the group ) , if you had searched for matrix multiplication in C on www.google.com ,.. then if you had any problems understanding how it is implemented in C or if you had some doubts , well then the group

Re: [c-prog] need help

2008-08-04 Thread Thomas Hruska
osho ratha wrote: hello friends i need your guidance . how to get print out and what is the command or coding to get a hard copy print out can you give me a example coding. thanking you. Printing is an OS-specific task. You generally have to describe what you want to print either

Re: [c-prog] need help

2008-08-02 Thread nag
Could you be specific about what you're looking for? -nag. On Sat, Aug 2, 2008 at 5:45 PM, osho ratha [EMAIL PROTECTED] wrote: hello friends, can i get the details of basic mathamatical calculation which is used to write codings and building programmes if there is any pdf file sent or give

Re: [c-prog] need help

2008-08-02 Thread andrew clarke
On Sat 2008-08-02 17:45:26 UTC+0530, osho ratha ([EMAIL PROTECTED]) wrote: can i get the details of basic mathamatical calculation which is used to write codings and building programmes algorithms if there is any pdf file sent or give me sugession of books. The Art of Computer Programming

Re: [c-prog] [Need help] Want code for the project Urgent plzzz help me soon

2008-05-06 Thread Benjamin Scott
What is this for? A computer worm is the first thing that comes to my mind. Ad Hoc networks are dangerous: Don't touch them with a 10-foot pole. Be a better friend, newshound, and know-it-all with

Re: [c-prog] Need Help

2008-04-23 Thread Brett McCoy
On Wed, Apr 23, 2008 at 1:23 PM, ~Rick [EMAIL PROTECTED] wrote: Embedding Word/Excel uses a feature of those two products called OLE (Object Link Exchange). Get ready to learn more than you'll wish to ever know about COM (Component Object Model). I always thought OLE was Object Linking

Re: [c-prog] Need Help

2008-04-23 Thread Thomas Hruska
Brett McCoy wrote: On Wed, Apr 23, 2008 at 1:23 PM, ~Rick [EMAIL PROTECTED] wrote: Embedding Word/Excel uses a feature of those two products called OLE (Object Link Exchange). Get ready to learn more than you'll wish to ever know about COM (Component Object Model). I always thought

Re: [c-prog] Need help in converting HANDLE to HWND

2008-04-03 Thread Paul Herring
On Thu, Apr 3, 2008 at 6:47 AM, Gopi Krishna Komanduri [EMAIL PROTECTED] wrote: WM_COPYDATA . http://www.codersource.net/mfc_ipc_wm_copydata.aspx -- PJH A man in a shellsuit goes into a posh furriers. He says to the shop assistant I want a coat. The shop assistant, barely concealing her

Re: [c-prog] need help quickly please

2008-03-05 Thread Brett McCoy
On Wed, Mar 5, 2008 at 10:56 AM, zack_of_egypt [EMAIL PROTECTED] wrote: I'm a first year student at Cairo university , thanks for ur help I need to a code takes an operation an calculate it (op1 operation op2)a the prog showa the result then keeps it for the next operation the user enter

Re: [c-prog] need help quickly please

2008-03-05 Thread Paul Herring
On Wed, Mar 5, 2008 at 3:56 PM, zack_of_egypt [EMAIL PROTECTED] wrote: [...] please I need this code to know how did u do it, becuz I tried to write it but it doesn't work I couldn't do it , I've just started learning it thanks ; please reply quickly Please see

Re: [c-prog] need help quickly please

2008-03-05 Thread Jim Dougherty
If you need a quick response you have chosen the perfect way to get it, however you might not get the kind of response that you are looking for. c-prog@yahoogroups.com wrote: I'm a first year student at Cairo university , thanks for ur help I need to a code takes an operation an calculate it

[Fwd: Re: [c-prog] need help quickly please (I AM ALIZEE)]

2008-03-05 Thread Jim Dougherty
Alizee, You need to send this to the cprog list and not to me directly. Describe the problem that you are having. Original Message Subject: Re: [c-prog] need help quickly please (I AM ALIZEE) Date: Wed, 05 Mar 2008 14:53:14 -0500 From: ali senator [EMAIL PROTECTED] To: Jim

Re: [c-prog] Need help sorting an array of structures

2008-01-27 Thread ~Rick
At Friday 1/25/2008 07:55 PM, you wrote: --- ~Rick [EMAIL PROTECTED] escreveu: I am populating a number of entries and want to sort on the field linedata.transferPath. I'm using qsort and have built a comparator function but cannot figure out how to specify the transferPath element.

Re: [c-prog] Need help sorting an array of structures

2008-01-27 Thread ~Rick
At Friday 1/25/2008 07:49 PM, you wrote: ~Rick wrote: All, I have a structure defined below (I've eliminated some of the elements because it's big). It's setup to be part of a single linked list but at the moment I have an array built: struct ENTRYlinedata[MAX_ENTS]; snip Use

Re: [c-prog] Need help sorting an array of structures

2008-01-25 Thread Thomas Hruska
~Rick wrote: All, I have a structure defined below (I've eliminated some of the elements because it's big). It's setup to be part of a single linked list but at the moment I have an array built: struct ENTRYlinedata[MAX_ENTS]; snip Use linedata with qsort(). Then, inside the

Re: [c-prog] Need help sorting an array of structures

2008-01-25 Thread Pedro Izecksohn
--- ~Rick [EMAIL PROTECTED] escreveu: I am populating a number of entries and want to sort on the field linedata.transferPath. I'm using qsort and have built a comparator function but cannot figure out how to specify the transferPath element. But, I want to sort on an element within a

Re: [c-prog] NEED HELP

2008-01-17 Thread Thomas Hruska
sugam vora wrote: dear freinds, I need C source code for MULTIPLEXER pls make it available . . . Since this doesn't really tell us what you want to do, I refer you to the following Wikipedia article: http://en.wikipedia.org/wiki/Multiplexer Clarify what you want to do. --

Re: [c-prog] Need help to list it as range.

2007-12-28 Thread Paul Herring
On Dec 28, 2007 6:06 AM, Nehru [EMAIL PROTECTED] wrote: Dear all, I'm a beginner in C. I've an array which has a set of elements say for example 23,24,25,34,35,36,37,44,6,7,8,9. so i should get the output as 23-25,34-37,44-44,6-9. I tried a little. but i don't know to bring it in the

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Michael Sullivan
On Sat, 2007-12-15 at 21:33 -0700, Thomas Hruska wrote: Michael Sullivan wrote: On Sat, 2007-12-15 at 19:53 +, ed wrote: Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's the backtrace info: Program received signal SIGSEGV, Segmentation fault. [Switching to

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Michael Sullivan wrote: I used to (try to) use KDevelop a lot when I first started using Linux. I could never get simple Hello World type programs to compile. I try it again every few years, and it still doesn't work. That's why I don't use KDevelop. Given that it is a very popular

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Michael Sullivan
On Sun, 2007-12-16 at 06:34 -0700, Thomas Hruska wrote: Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's the backtrace info: Program

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Michael Sullivan wrote: I was poking around the Files section yesterday and noticed that the Safe C++ book is still an .exe. That would be because Second Edition hasn't been released yet. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Brett McCoy
On Dec 16, 2007 9:03 AM, Michael Sullivan [EMAIL PROTECTED] wrote: I was poking around the Files section yesterday and noticed that the Safe C++ book is still an .exe. It can be installed with Wine. It's only a PDF so once it's installed it can be read with the Linux version of Acrobat (or any

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread ed
Thomas Hruska wrote: Michael Sullivan wrote: On Sat, 2007-12-15 at 19:53 +, ed wrote: Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
ed wrote: Thomas Hruska wrote: You should seriously consider using an IDE such as KDevelop: http://www.kdevelop.org/ KDevelop uses gdb behind the scenes for debugging without displaying the ugly nitty-gritty details. However, while gdb works fine for C, VC++ has the far superior C++

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Michael Sullivan
On Sun, 2007-12-16 at 09:02 -0700, Thomas Hruska wrote: ed wrote: Thomas Hruska wrote: You should seriously consider using an IDE such as KDevelop: http://www.kdevelop.org/ KDevelop uses gdb behind the scenes for debugging without displaying the ugly nitty-gritty details.

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Michael Sullivan wrote: On Sun, 2007-12-16 at 09:02 -0700, Thomas Hruska wrote: ed wrote: Thomas Hruska wrote: You should seriously consider using an IDE such as KDevelop: http://www.kdevelop.org/ KDevelop uses gdb behind the scenes for debugging without displaying the ugly nitty-gritty

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Michael Sullivan
On Sun, 2007-12-16 at 12:59 -0700, Thomas Hruska wrote: Michael Sullivan wrote: On Sun, 2007-12-16 at 09:02 -0700, Thomas Hruska wrote: ed wrote: Thomas Hruska wrote: You should seriously consider using an IDE such as KDevelop: http://www.kdevelop.org/ KDevelop uses gdb behind

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Michael Sullivan wrote: Look. I'll make this very, very simple. I DO NOT want to use KDevelop. I use gvim. When I wrote my original source code files, they (the original files) compile just fine while running make at the command line. I am trying to find the source of the segmentation

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Thomas Hruska wrote: Michael Sullivan wrote: Look. I'll make this very, very simple. I DO NOT want to use KDevelop. I use gvim. When I wrote my original source code files, they (the original files) compile just fine while running make at the command line. I am trying to find the source of

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Thomas Hruska
Thomas Hruska wrote: Michael Sullivan wrote: Look. I'll make this very, very simple. I DO NOT want to use KDevelop. I use gvim. When I wrote my original source code files, they (the original files) compile just fine while running make at the command line. I am trying to find the source of

Re: [c-prog] Need help tracking down SegFault

2007-12-16 Thread Michael Sullivan
On Sun, 2007-12-16 at 13:46 -0700, Thomas Hruska wrote: Michael Sullivan wrote: Look. I'll make this very, very simple. I DO NOT want to use KDevelop. I use gvim. When I wrote my original source code files, they (the original files) compile just fine while running make at the command

Re: [c-prog] Need help tracking down SegFault

2007-12-15 Thread ed
Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's the backtrace info: Program received signal SIGSEGV, Segmentation fault. [Switching to

Re: [c-prog] Need help tracking down SegFault

2007-12-15 Thread Michael Sullivan
On Sat, 2007-12-15 at 19:53 +, ed wrote: Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's the backtrace info: Program received

Re: [c-prog] Need help tracking down SegFault

2007-12-15 Thread Thomas Hruska
Michael Sullivan wrote: On Sat, 2007-12-15 at 19:53 +, ed wrote: Michael Sullivan wrote: OK. I need help tracking down a segmentation fault. The problem is that even with the backtrace information from gdb, I'm still not exactly sure where it is occurring. Here's the backtrace info:

Re: [c-prog] need help on sscanf()

2007-12-12 Thread Brett McCoy
On Dec 12, 2007 8:54 PM, mano M [EMAIL PROTECTED] wrote: i need to use %s and %d in sscanf function. It is not actually working as I expected .I simulated the issue using a sample program. #includestdio.h int main() { char str[100]=hello|67; char s1[10]; int num;

Re: [c-prog] Need help

2007-12-01 Thread Brett McCoy
On Dec 1, 2007 7:14 AM, Abhaya Patra. [EMAIL PROTECTED] wrote: Can someone please send me one demo project on C++ in Unix environment. That will be very useful for me. Waiting for your kind cooperation. Take a look on freshmeat.net, thousands of projects, most open source. -- Brett

Re: [c-prog] Need help

2007-12-01 Thread Thomas Hruska
Abhaya Patra. wrote: Hi , Can someone please send me one demo project on C++ in Unix environment. That will be very useful for me. Waiting for your kind cooperation. Thanks, Abhaya. int main(void) { return 0; } -- Thomas Hruska CubicleSoft President Ph: 517-803-4197

Re: [c-prog] Need help

2007-12-01 Thread Thomas Hruska
Abhaya Patra. wrote: Hi , Can someone please send me one demo project on C++ in Unix environment. That will be very useful for me. Waiting for your kind cooperation. Thanks, Abhaya. And now on a more serious note: While it is admirable that you are wanting something to

Re: [c-prog] Need help tracking down cause of SegFault

2007-12-01 Thread Brett McCoy
On Dec 1, 2007 5:27 PM, Michael Sullivan [EMAIL PROTECTED] wrote: I know that a segmentation fault is the equivalent of a null pointer exception in Java, but I don't understand why it's happening here. My full code is posted at http://www.espersunited.com/~michael/needhelp.txt . Basically

Re: [c-prog] Need help tracking down cause of SegFault [SOLVED]

2007-12-01 Thread Michael Sullivan
On Sat, 2007-12-01 at 18:02 -0500, Brett McCoy wrote: On Dec 1, 2007 5:27 PM, Michael Sullivan [EMAIL PROTECTED] wrote: I know that a segmentation fault is the equivalent of a null pointer exception in Java, but I don't understand why it's happening here. My full code is posted at

Re: [c-prog] Need help tracking down cause of SegFault

2007-12-01 Thread Thomas Hruska
Michael Sullivan wrote: I know that a segmentation fault is the equivalent of a null pointer exception in Java, but I don't understand why it's happening here. My full code is posted at http://www.espersunited.com/~michael/needhelp.txt . Basically the problem is this: class battle {

Re: [c-prog] Need help tracking down cause of SegFault

2007-12-01 Thread ed
Michael Sullivan wrote: I know that a segmentation fault is the equivalent of a null pointer exception in Java, but I don't understand why it's happening here. My full code is posted at http://www.espersunited.com/~michael/needhelp.txt . Basically the problem is this: class battle {

Re: [c-prog] need help

2007-11-23 Thread Thomas Hruska
Avik wrote: clear/flush your standard input buffer before you take a an input from standard input device (i.e. keyboard). use fflush(stdin) before scanf. e.g. scanf(%d, y); fflush(stdin); scanf(%c, z); fflush(stdin) is NON-ANSI Standard behavior. Besides...the input data could

Re: [c-prog] need help

2007-11-23 Thread Avik
clear/flush your standard input buffer before you take a an input from standard input device (i.e. keyboard). use fflush(stdin) before scanf. e.g. scanf(%d, y); fflush(stdin); scanf(%c, z); - Original Message From: naveen babu [EMAIL PROTECTED] To: c-prog@yahoogroups.com Sent:

Re: [c-prog] need help

2007-11-22 Thread Prashant Gairola
Hi Naveen, just provide a space before %c and it will work. int x; int y; char z; scanf(%d,x); scanf(%d,y); scanf( %c,z); Regards, Prashant On Nov 22, 2007 1:16 PM, naveen babu [EMAIL PROTECTED] wrote: in LINUX i have return C program as int x; int y; char z; scanf(%d,x);

Re: [c-prog] need help with c-programming...just can put things together

2007-04-05 Thread Sumit Chawla
On 4/5/07, Sumit Chawla [EMAIL PROTECTED] wrote: On 05 Apr 2007 02:11:15 -0700, Meadowcreek_99 [EMAIL PROTECTED] wrote: Write a function that takes as input a string containing HTML source code and returns both the # of images referenced in the code and the total screen area (in

Re: [c-prog] need help

2006-12-09 Thread Paul Herring
On 12/9/06, Pedro Izecksohn [EMAIL PROTECTED] wrote: --- ed [EMAIL PROTECTED] wrote: in soviet russia homework writes you!! The guy is in Egypt. It's a Slashdot joke/meme. -- PJH #713059 +(1255)- [X] SaintAlvus Does the name Doctor Pavlov ring a bell?

Re: [c-prog] need help

2006-12-08 Thread ed
On Fri, 08 Dec 2006 08:47:30 - madmsb [EMAIL PROTECTED] wrote: hi all i,m new in C++ i want to know how to make this code my project is about bank timing simulation ( castmer going to bank one by one we want to calculate the time arrive and the time that castmer will be stay in the

Re: [c-prog] need help

2006-12-08 Thread Pedro Izecksohn
--- ed [EMAIL PROTECTED] wrote: in soviet russia homework writes you!! The guy is in Egypt. Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited