Re: [c-prog] how to open notepad

2006-12-09 Thread ed
On Fri, 8 Dec 2006 15:42:07 + (GMT) vineet kumar [EMAIL PROTECTED] wrote: hello friends anybody can tell me dat how can i open notepad through c pl tell me any function or instruction. thnx system( notepad.exe ); or if( fork() == 0 ) { exec( notepad ...

Re: [c-prog] how to open notepad

2006-12-09 Thread Srikanth M R
system(notepad.exe); the above statement will help open a notepad application --- Pedro Izecksohn [EMAIL PROTECTED] wrote: --- vineet kumar [EMAIL PROTECTED] wrote: how can i open notepad through c pl tell me any function or instruction. thnx

Re: [c-prog] difer btwn *ptr++ (*ptr)++

2006-12-09 Thread Sunil Nair
Can you use your brain? How do i judge compiler depedencies thru my brain... May be u could. Pedro Izecksohn [EMAIL PROTECTED] wrote: --- Sunil Nair [EMAIL PROTECTED] wrote: I wrked out in MSVC with regards, Sunil Nair Can you use your brain?

[c-prog] Re: Few questions to C ponders

2006-12-09 Thread kingranas
there is no fact behind this that these operators are not oveloaded actually overloading of an operator also depends on the language in use and its simple that c++ does not supprt it

[c-prog] difference b/w 2 declaration

2006-12-09 Thread anil_mnnit06
what is the difference b/w this two 1-main() {int i,*p; p=i; ... .. } 2-main() {int i=123,*p=i; ... }

[c-prog] Hello Message from New Member

2006-12-09 Thread mike zzz
Hi everybody, I'm glad to join this group and meet you all. -Mike Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com

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] difer btwn *ptr++ (*ptr)++

2006-12-09 Thread Pedro Izecksohn
--- Sunil Nair [EMAIL PROTECTED] wrote: Can you use your brain? How do i judge compiler depedencies thru my brain... May be u could. Did you see the code I sent you? You replied the message but you did not try to compile my code. Read well your own message at:

Re: [c-prog] difference b/w 2 declaration

2006-12-09 Thread ed
On Fri, 08 Dec 2006 22:55:31 - anil_mnnit06 [EMAIL PROTECTED] wrote: what is the difference b/w this two 1-main() {int i,*p; p=i; ... .. } 2-main() {int i=123,*p=i; ... } in the first, i is undefined. -- Regards, Ed ::

Re: [c-prog] I need C How to program by deitel 4th Edition`

2006-12-09 Thread ed
On Sat, 09 Dec 2006 15:19:10 - Muhammad Maroof [EMAIL PROTECTED] wrote: If there is any one who has C How to program by Deitel, 4th Edition in Soft form. Kindly Email me at mine address or post it at group. isnt that copyright infringement? -- Regards, Ed ::