Re: [c-prog] C# database connectivity problem

2008-09-16 Thread ed
On Sun, Sep 14, 2008 at 02:56:22PM -, sumedha_lakade wrote: It may be a off track Question BUT PLZ HELP ME I am trying to develop a salary project in that when i am trying to access access file with the file in C#. On the instruction connection.open() I am getting a msg SQL

Re: [c-prog] A subtle bug

2008-07-19 Thread ed
On Fri, 18 Jul 2008 09:01:09 -0400 Brett McCoy [EMAIL PROTECTED] wrote: A bug was found in some C++ code recently, in my company. This code is used on server software for when we have MX lookups for sending mail. It was found by a customer (*yikes*) after they had applied a Sun recommended

Re: [c-prog] Re: printf

2008-07-19 Thread ed
On Sat, 19 Jul 2008 12:32:23 - John Matthews [EMAIL PROTECTED] wrote: --- In c-prog@yahoogroups.com, Thomas Hruska [EMAIL PROTECTED] wrote: kathir resh wrote: since printf is function it returns the no of characters printed...how to view the no of charaters it returns.

Re: [c-prog] Simple Keystroke logger

2008-07-17 Thread ed
On Wed, 16 Jul 2008 18:53:31 -0700 Paul David [EMAIL PROTECTED] wrote: If i wanted to implement my own simple C keystroke logger what commands/ functions/ C info should i look into look into writing a kernel module. [Non-text portions of this message have been removed]

Re: [c-prog] Re: Oracle Connection With C

2008-01-06 Thread ed
uvrakesh wrote: this will consume more time because i am searching form the root /, you can directly give the oracle path there or you can modify the script like this Doesn't oracle come with a program in the install that lists it's configuration like mysql_config or pg_config? [Non-text

Re: [c-prog] School Billing Program

2007-12-27 Thread ed
J.Tate wrote: Hi everyone, Please can anyone help me write a program in C++ on School Billing System. Thank you! Hi, I'd *really* love to help you, but I've never worked on a School Billing System, is that anything like a UNIX main frame? Who makes the School Billing System? Does it

Re: [c-prog] openning port in vista!

2007-12-27 Thread ed
jaideepjatjulani wrote: how to open the ports in vista!! Do you have physical access? If so, most of the ports should already be open. Specifically, the LPT and USB ports are rarely found with covers, so there should be no need to open them in vista or even any other OS. If you mean to

Re: [c-prog] vista and c problem...

2007-12-23 Thread ed
Sanjeev Gopinath wrote: My vista is not accepting C programming... plesae help me out...!!! Most linux distros can compile code straight after installation. Why not give a live cd a try? [Non-text portions of this message have been removed]

Re: [c-prog] vista and c problem...

2007-12-23 Thread ed
[EMAIL PROTECTED] wrote: On 12/23/07, ed [EMAIL PROTECTED] mailto:ed%40s5h.net wrote: Sanjeev Gopinath wrote: My vista is not accepting C programming... well he is talking about Microsoft Windows Vista and as far as i can guess you are using turbo C++ 3.0 on vista and you

Re: [c-prog] (Help)f1.....f1......f1

2007-12-23 Thread ed
Brett McCoy wrote: On Dec 23, 2007 8:53 AM, m_hosini84 [EMAIL PROTECTED] mailto:m_hosini84%40yahoo.com wrote: I want a source code Editor that write in c++ What platform? Are looking for just an editor or a full IDE (to compile your code)? Doesn't matter about the platform. There

Re: [c-prog] Dos window doesn't stay open.

2007-12-16 Thread ed
Jon wrote: Hello all. I am new to C++ and programming and need a little help. I started with the simple hello world program and it compiles fine, but when I run it the DOS window opens and then closes before I can even read the Hello World message. How can I make it stay open until I

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-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] aodv-simulation on ns2 simulator

2007-12-13 Thread ed
sekhar babu wrote: Dear friends, if any one have ns2 code of Aodv protocol simulated in ns2-simulator please forward me plz help me... thankq ur's sek

Re: [c-prog] avoid_prev_mail

2007-12-07 Thread ed
On Fri, 7 Dec 2007 19:07:09 +0530 Shravan Gupta [EMAIL PROTECTED] wrote: pls avoid the prev mail but just want to know what we use if we want to give EOF from keybord. Oops too late. Keyboard EOF is a CTRL-D, that's ASCII 4 (CTRL-A = 0). Normally. I think in DOS it might be

Re: [c-prog] c_doubt

2007-12-07 Thread ed
On Fri, 7 Dec 2007 19:02:35 +0530 Shravan Gupta [EMAIL PROTECTED] wrote: .but i am getting folling warning, can anybody help me pls how sud i write my prog to sort the string To save others and myself making a new file in /tmp, can you tell me what the warning is please? -- The SCSI

Re: [c-prog] Changing Mouse Pointer

2007-12-06 Thread ed
On Thu, 06 Dec 2007 07:52:13 - sunil_h_v [EMAIL PROTECTED] wrote: I was trying to change the type of the mouse pointer, i have used geninterrupt() function to display and hide the mouse pointer, but i was unable to get to know how to change the type of the mouse pointer. Typically i

Re: [c-prog] hi

2007-12-06 Thread ed
On Thu, 06 Dec 2007 12:23:49 - sivag9 [EMAIL PROTECTED] wrote: good evening to everybody.I am learner of C.I need all of your help.I want to know about # pragma . I tried in lot of books but those contains only one or two lines about that prepocesser directive.I want to know that one

Re: [c-prog] Re: Changing Mouse Pointer

2007-12-06 Thread ed
On Thu, 6 Dec 2007 08:50:20 -0500 Brett McCoy [EMAIL PROTECTED] wrote: On Dec 6, 2007 8:44 AM, sunil_h_v [EMAIL PROTECTED] wrote: No i am working on dos platform. I am using Turbo C 3.0. i have used geninterrupt(interrupt no) function. I am specifically supposed to use turbo c, i tried

Re: [c-prog] Re: Changing Mouse Pointer

2007-12-06 Thread ed
On Thu, 6 Dec 2007 09:41:05 -0500 Brett McCoy [EMAIL PROTECTED] wrote: On Dec 6, 2007 9:16 AM, ed [EMAIL PROTECTED] wrote: I think he would also have to change the video mode if he is working in a DOS environment so that the pointer can change from a ASCII blob to a image of some type, I

Re: [c-prog] I wanna learn C

2007-12-05 Thread ed
On Wed, 5 Dec 2007 03:23:56 -0800 (PST) HussEY Mike [EMAIL PROTECTED] wrote: I dnt knw anytin about C langauge. but am intresting 2to study. F anybody can plz send me 2 c langauge study guide. Plz hepl me.Give me a advice. I knw about pascal. http://www.c-faq.com k thx bai! -- The PRI to

Re: [c-prog] Starting out

2007-12-02 Thread ed
Tsetsbold Narantungalag wrote: Hi, For me or others, there is only one way to learn C. I don't know C++, but all computer languages are the same to learn. The best way to learn is write in C/C++ or other computer high-level-languages. I think The C Programming Language by Dennis Ritchie

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] HELP

2007-11-30 Thread ed
On Fri, 30 Nov 2007 05:59:24 - joni194 [EMAIL PROTECTED] wrote: How can we hide exe files during execution, written in c++ ,by using c++ code.so it only appear in TaskManager like windows system files while execution they are not visible normaly. No Secondly is there any Method to

Re: [c-prog] Visual C++ Express 2008 + Dark GDK

2007-11-24 Thread ed
On Sat, 24 Nov 2007 09:39:54 -0500 Brett McCoy [EMAIL PROTECTED] wrote: On Nov 24, 2007 9:31 AM, Thomas Hruska [EMAIL PROTECTED] wrote: There is also a trial version of the full VS package as well which has to be registered after 30 days. But Express is free. Express is missing

Re: [c-prog] Visual C++ Express 2008 + Dark GDK

2007-11-24 Thread ed
On Sat, 24 Nov 2007 10:13:56 -0500 Brett McCoy [EMAIL PROTECTED] wrote: On Nov 24, 2007 9:58 AM, ed [EMAIL PROTECTED] wrote: I've never used VS express, but I assume the compiler is command line, so providing you don't use the IDE there should be nothing stopping the end user. Unless

Re: [c-prog] Re: need help

2007-11-23 Thread ed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nico Heinze wrote: --- In c-prog@yahoogroups.com, Thomas Hruska [EMAIL PROTECTED] wrote: 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.

Re: [c-prog] hi

2007-11-23 Thread ed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Herring wrote: On Nov 23, 2007 1:48 PM, Michael Sullivan [EMAIL PROTECTED] wrote: On Fri, 2007-11-23 at 06:24 +, sivag9 wrote: hi everybody, i have one qs fun(int i) { printf(%d,i) fun(i); } what the o/p and what happend to the

Re: [c-prog] Re: want to know about level

2007-11-21 Thread ed
On Wed, 21 Nov 2007 07:17:17 - Tapan [EMAIL PROTECTED] wrote: dear ed, do u know that ur reply msg no. is 64591. so do u think that i should ream 64590 msg to justify me??? can u provide me some other way from where i can judge myself??? thanks for ur reply Tapan Take an online test

Re: [c-prog] hi

2007-11-20 Thread ed
On Tue, 20 Nov 2007 08:13:06 -0700 Vic Wagner [EMAIL PROTECTED] wrote: there's a sort in the standard C++ library, you don't need to look at all. learn the language and it's library before you send people off on wild goose chases Yeah, I was not aware of that, but I generally don't use C++. I

Re: [c-prog] want to know about level

2007-11-19 Thread ed
On Mon, 19 Nov 2007 08:34:59 - Tapan [EMAIL PROTECTED] wrote: i am beginner in C. Today i think that what is beginner, intermediate or expert level, is there any definition that this is intermediate or this is expert??? please reply me soon coz i want to be intermediate programmer but how

Re: [c-prog] hi

2007-11-19 Thread ed
On Mon, 19 Nov 2007 02:19:16 -0800 (PST) Sankar Babu [EMAIL PROTECTED] wrote: TO READ SET OF NUMBERS FROM THE KEY BOARD AND SWAP THEM IN ASSENDING ORDER AND DISSENDING ORDER? using C++ how to write this program? Find a toolkit that will provide a sort() function. Also find a google that

Re: [c-prog] material on C/C++ ?

2007-11-19 Thread ed
On Mon, 19 Nov 2007 13:35:40 - dreamz_sql [EMAIL PROTECTED] wrote: Hi Siva here...can anyone post some material on C/C++ ? thanks in advance http://c-faq.com/ HTH kthnx. -- The 5 1/4 Floppy Drive to the Verizon Switch is bombing like a macintosh because of Bob Grant. The Cult of

Re: [c-prog] help in c

2007-11-18 Thread ed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerdy wrote: can u help me pls..i need a program for a single blinking led in a 5x7 matrix TOM1507 using z8 encore z8f6421..*sob*..thanks.. Don't know the answer. Try google, or a hardware forum. Someone here might know, but generally you're

Re: [c-prog] help need to run C Program

2007-11-12 Thread ed
On Mon, 12 Nov 2007 19:59:52 - parminder_lipi [EMAIL PROTECTED] wrote: [mod - it's endl (end-ell), not end1 (end-one) - it stands for END Line :-) Back in college much fun could be had by search/replace 1 with l. When the IDE editor's default font is Courier New, it was amusing :-)

Re: [c-prog] help need to run C Program

2007-11-12 Thread ed
On Mon, 12 Nov 2007 13:32:57 -0800 (PST) Parminder Kaur [EMAIL PROTECTED] wrote: thanks for ur reply. i compiled my program but its not run. when i click on run, nothing happens. plz help me out thanks Something does happen, the compiler will spawn a new process. Your program is executed,

Re: [c-prog] pro * c

2007-11-09 Thread ed
On Fri, 09 Nov 2007 11:52:27 - gopinets [EMAIL PROTECTED] wrote: could anyone tell me the procedure for compiling and running a pro c code in msdos with turbo c and oracle db. No. You should read the documentation. You will have to figure out what libraries should be linked (based on

Re: [c-prog] help for large number calculate

2007-11-08 Thread ed
On Thu, 8 Nov 2007 04:49:49 + leekratos [EMAIL PROTECTED] wrote: i want to calculate division about intergers of more than 50 digit. of course it can not be done in the regular way. please give me a brief algorithm. You should probably look for bigmath or bigint on a search

Re: [c-prog] How to return an array ?

2007-11-08 Thread ed
On Thu, 8 Nov 2007 15:35:30 +0800 (CST) Wangyuan [EMAIL PROTECTED] wrote: Yestoday I use a function to make an array . now I want to return the array to main() . but I can't return the array in the whole , that is , I can only return it's elements one by one , using for{ }. Can you give me an

Re: [c-prog] Converting .xls to .txt using c++

2007-11-04 Thread ed
On Sun, 04 Nov 2007 12:06:06 - hamed [EMAIL PROTECTED] wrote: Could you please let me know how I can convert .xls files to .txt using c++? rename( wxyz.xls, wxyz.txt ); Check errno for errors after. .xls is a proprietary format. You should use the manufacturers documentation for advice

Re: [c-prog] Converting .xls to .txt using c++

2007-11-04 Thread ed
On Sun, 4 Nov 2007 12:16:55 -0400 Brett McCoy [EMAIL PROTECTED] wrote: Didn't a similar question come up last week about exporting data from Excel? Excel can directly export to character-delimited text -- I imagine there is a COM object one can use in C++ to do this (although I imagine it's

Re: [c-prog] Converting .xls to .txt using c++

2007-11-04 Thread ed
On Sun, 4 Nov 2007 08:48:19 -0800 (PST) hamed abooie [EMAIL PROTECTED] wrote: because i neede it foe a project which might be needed this conversion 100 times thats why I can not do it manually and it should be done by a program. I don't have an answer for you. It's a closed format by

Re: [c-prog] Re: Converting .xls to .txt using c++

2007-11-04 Thread ed
On Sun, 4 Nov 2007 18:51:14 -0400 Brett McCoy [EMAIL PROTECTED] wrote: For that matter, ActiveState Perl has classes for accessing COM objects and, I believe, also has classes for digging deeper into Excel. The right tool for the right job... Pretty much everything you need to do is in

Re: [c-prog] New file uploaded to c-prog

2007-11-03 Thread ed
On 3 Nov 2007 16:45:54 - c-prog@yahoogroups.com wrote: Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the c-prog group. File: /Canned responses.html Uploaded by : shininglightpro [EMAIL PROTECTED]

Re: [c-prog] compile help

2007-11-03 Thread ed
On Tue, 30 Oct 2007 05:15:26 -0700 (PDT) bibin herbert [EMAIL PROTECTED] wrote: can anyone help me to compile c and c++ program in Visual c++compiler. Try pressing F5. -- The HSSI to the bathroom is hosed because of the ypservers not being in sync. Pac Bell is pumping a grumpy. ::

Re: [c-prog] Ways to kill a process in Linux

2007-11-03 Thread ed
On Sun, 28 Oct 2007 23:30:16 +0530 Vijay Shankar [EMAIL PROTECTED] wrote: My process is getting killed. I guess its because of SIGKILL. I am not able to do clean-up operation. Because of this, other programs depending on my program behave abnormally. I am still trying to slove this problem.

Re: [c-prog] compile help

2007-11-03 Thread ed
On Sat, 03 Nov 2007 12:18:01 -0700 Thomas Hruska [EMAIL PROTECTED] wrote: I always do Ctrl-Shift-B ('Build All' from the Build menu) and then F5 (Debug-Run). Nothing is quite as annoying as getting a dialog box asking if I want to continue anyway if there is a compilation/linker failure.

Re: [c-prog] Ways to kill a process in Linux

2007-10-27 Thread ed
On Wed, 24 Oct 2007 09:03:20 -0400 Brett McCoy [EMAIL PROTECTED] wrote: This is somewhat off-topic here, you may want to talk to a Linux list for better answers. I am writing an application in Linux OS using C++. It is getting killed in a mysterious way during interactions with a

Re: [c-prog] Fwd: urgent

2007-10-15 Thread ed
On Mon, 15 Oct 2007 05:02:14 +0100 (BST) jaya bhore [EMAIL PROTECTED] wrote: - Why delete messages? Unlimited storage is just a click away. [Non-text portions of this message have been removed] What's so urgent?? -- The CAT5 to the moon pop

Re: [c-prog] image processing Help

2007-10-14 Thread ed
On Wed, 10 Oct 2007 13:45:19 - mutasem_ayyash [EMAIL PROTECTED] wrote: Helloz All, ... how can i read the corresponding matrix of any type of images, Using C++ Using an image library. -- The Teletype machine to Alderan is A.F.U. because of Greedo. AOL is wearing womens panties.

Re: [c-prog] linked list help

2007-10-06 Thread ed
On Sat, 06 Oct 2007 08:34:35 - RANJIT KUMAR [EMAIL PROTECTED] wrote: hi everyone can u tell me how the best preparation of linked list can be performed.i m so confused to do so. ok bye Use whatever your API/Tookit provides. If it's not covered in the API or toolkit then look at

Re: [c-prog] dynamic linked libraries

2007-10-05 Thread ed
On Fri, 5 Oct 2007 16:57:07 +0100 (BST) Hussein Al-Shatri [EMAIL PROTECTED] wrote: I have tried to make these dependent libraries static, so they will be loaded directly at startup but I have segmentation fault. i have copied the gdb debug below: Brilliant. That stack trace is of very little

Re: [c-prog] dynamic linked libraries

2007-10-04 Thread ed
On Thu, 4 Oct 2007 17:13:58 +0100 (BST) Hussein Al-Shatri [EMAIL PROTECTED] wrote: I have two libraries and they are dependent on each other. whan I start the program fail because they need information from each other. by the way I am using dlopen, dlopen( modpos-c_str(), RTLD_LAZY |

Re: [c-prog] sQLserver samples

2007-10-03 Thread ed
On Mon, 1 Oct 2007 13:46:15 -0700 (PDT) Majd Yafi [EMAIL PROTECTED] wrote: i need some db maked on sqlserver 2005 and software that connected to it. thanx. You're so lazy. Why can't you google for this? http://www.connectionstrings.com/?carrier=sqlserver2005 -- The PRI to the bedroom is

Re: [c-prog] Re: help

2007-10-03 Thread ed
On Wed, 03 Oct 2007 19:49:17 - Nico Heinze [EMAIL PROTECTED] wrote: #include stdio.h #include math.h return EXIT_SUCCESS; Haven't tried this code myself, but it should compile and run (almost) out of the box. Sorry, it's trivial, but EXIT_SUCCESS is a macro in stdlib.h, which needs

Re: [c-prog] sQLserver samples

2007-09-30 Thread ed
On Sat, 29 Sep 2007 14:28:15 -0700 (PDT) Majd Yafi [EMAIL PROTECTED] wrote: any one have samples for connecting sqlserver 2005 database from c++. thanx system( telnet server.localdomain 1433 ); Is that what you were looking for? Otherwise, try googling for ODBC/ADO, it's not that much

Re: [c-prog] a problem in string.

2007-09-30 Thread ed
On Sun, 30 Sep 2007 11:53:38 - lakapoor [EMAIL PROTECTED] wrote: hi to all.i am new to c. i have been c-ing since birth... i was not born blind. pls give me source code for a Question, Oh Ok then. int main() { write( 1, To be or not to be, that is the question\n, 42 );

Re: [c-prog] Menus in C

2007-09-29 Thread ed
On Fri, 28 Sep 2007 19:51:42 -0700 (PDT) Bugs Bunny [EMAIL PROTECTED] wrote: I need to create menus like file menu,edit menu and sub menus in it in Turbo C Look on http://www.programmersheaven.com for menu tool kits. Windows provides an API for such menus, but as Turbo C was not intended

Re: [c-prog] Menus in C

2007-09-29 Thread ed
On Sat, 29 Sep 2007 08:07:46 -0400 Brett McCoy [EMAIL PROTECTED] wrote: If you mean menus in Windows, no... you need a modern compiler. Turbo C is a DOS compiler. Visual C++ Express and Dev-C++ are both free compilers that can help you build Windows applications. There is no reason to be

Re: [c-prog] Menus in C

2007-09-28 Thread ed
On Fri, 28 Sep 2007 18:48:06 - bugsbunny.1986 [EMAIL PROTECTED] wrote: Is there any way to create menus in C Please Help Havey you seen our menus already? Would you like fries with that? -- The SCSI Controller to the FTP Server is spiking because of Brian Bird. GST is port scanning the

Re: [c-prog] concurrent web server

2007-09-28 Thread ed
On Fri, 28 Sep 2007 20:25:15 - sejal patel [EMAIL PROTECTED] wrote: I have to deeloped concurrent server that can communicate with a telent client, standard web browser. output look like this %telnet 172.16.225.130 8081 Trying 172.16.225.130... Connected to 172.16.225.130

Re: [c-prog] C Help

2007-09-28 Thread ed
On Wed, 26 Sep 2007 11:12:41 +0100 (BST) bittu forever freinds [EMAIL PROTECTED] wrote: i just want to know abour c programme refrence website or any other sources from where we can learn more about c Programme Try http://www.gnu.org/software/libc/manual/html_node/ -- The frame relay to

Re: [c-prog] need c-prog study material

2007-09-28 Thread ed
On Sat, 22 Sep 2007 05:14:19 +0100 (BST) ayyanar palchamy [EMAIL PROTECTED] wrote: i have joined BCA Ist year. I have a subject C language. I need a e-book alongwith c program examples for C language. Sorry, supplying ebooks is probably a bad idea since it's copyright material, why not

Re: [c-prog] Question on C libraries (mainly libc)

2007-09-28 Thread ed
On Wed, 12 Sep 2007 09:45:17 -0700 (PDT) Sathya3110 [EMAIL PROTECTED] wrote: So now i got a doubt as to what is the difference between the libc.so in /usr/lib and the libc.so.6 present in /lib. Why are there so many libc.so's. When i gave strace along with the gcc command to build executable,

Re: [c-prog] makefile/c linkage question

2007-09-01 Thread ed
On Fri, 31 Aug 2007 19:51:51 -0400 Thomas Hruska [EMAIL PROTECTED] wrote: Have you considered dynamically loading libraries at runtime? That would allow you to compile in support and then it would automatically work if the library was available. No, but this does sound like a good idea.

Re: [c-prog] makefile/c linkage question

2007-09-01 Thread ed
On Fri, 31 Aug 2007 19:46:05 -0400 Brett W. McCoy [EMAIL PROTECTED] wrote: On 8/31/07, ed [EMAIL PROTECTED] wrote: A small project that I've been working on was buildable for linux/openbsd through a Makefile. The Makefile would build with one of two .c files. This worked fine as the same

Re: [c-prog] Web Server question

2007-08-30 Thread ed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Aug 2007 13:18:28 -0400 Thomas Hruska [EMAIL PROTECTED] wrote: TheOldWiseKing wrote: Hi all,... I'm working on creating a web server using C. After running the server, and requesting a page from it, the picture inside the page

Re: [c-prog] Re: sample programs

2007-07-24 Thread ed
On Tue, 24 Jul 2007 07:42:04 - parrot_rabbit4u [EMAIL PROTECTED] wrote: --- In c-prog@yahoogroups.com, demzeyretrita [EMAIL PROTECTED] wrote: can someone send me sample programs in C++.. Here I am sending a sample program. class test //class name { int a; //private

Re: [c-prog] VC++ and Java wh one is best

2007-01-23 Thread ed
. each to their own. -- Regards, Ed :: http://www.s5h.net just another python person Sweden? You can thank Vin Diesel for that!

Re: [c-prog] VC++ and Java wh one is best

2007-01-22 Thread ed
On Sun, 21 Jan 2007 11:27:46 -0800 (PST) navid yaghoobi [EMAIL PROTECTED] wrote: Hi if you want to work with linux its beter to work woth C not C++ or vc but java is verey powerfull it's beter to study java it's a very goof language especially J2EE ed [EMAIL PROTECTED] wrote

Re: [c-prog] sudoku prgs

2007-01-19 Thread ed
On Fri, 19 Jan 2007 00:44:39 -0500 Thomas Hruska [EMAIL PROTECTED] wrote: ed wrote: On Sat, 06 Jan 2007 18:56:58 - vignesh_ahobila [EMAIL PROTECTED] wrote: Hey did anyone have the code for sudoku. [mod - Have you ever heard of Google? http://www.google.co.uk/search?q=sudoku+C

Re: [c-prog] how to execute a file from c++

2007-01-13 Thread ed
, the other doesn't. -- Regards, Ed :: http://www.bsdwarez.net proud c++ person Mr. T’s prediction for his inevitable fight with Vin Diesel: “Pain!”

Re: [c-prog] how to execute a file from c++

2007-01-13 Thread ed
tell me wh complier will do this job. thanku 4 ur consideration i mean execv -- Regards, Ed :: http://www.s5h.net just another java hacker Chuck Norris is the reason why Jared lost all of that weight. This is simply because Jared has been running from Chuck for years.

Re: [c-prog] NEED INTERVIEW QUS IN C

2007-01-12 Thread ed
On Thu, 11 Jan 2007 10:53:31 -0800 (PST) reka rabri [EMAIL PROTECTED] wrote: [-- Ever heard of Google? --mod PN] HI everybody i need some interview questions for C could any of u help me see google search, for c faq. -- Regards, Ed :: http://s5h.net/qf proud perl

Re: [c-prog] sudoku prgs

2007-01-07 Thread ed
you're after and some brute force to calculate the results. -- Regards, Ed :: http://s5h.net/u?l proud python hacker The algebraic equation for Mr. T is: T = Pi(t+y)/f Where f is the number of fools being pitied at any given moment.

Re: [c-prog] It's 2007

2006-12-31 Thread ed
to write the same message to many people. i hope you realise that you have given all your friend's email addresses to possible spam harvesting bots. -- Regards, Ed :: http://www.usenix.org.uk proud c++ person Mr. T can hit you so hard that he has time to pity you 3 times

Re: [c-prog] Aplogies

2006-12-23 Thread ed
it repeatedly that it is something yahoo's side. -- Regards, Ed :: http://www.linuxwarez.co.uk proud perl hacker It is written that some day Mr. T's mohawk will rise up and crush everyone with a mullet. That day is coming soon.

Re: [c-prog] pointers

2006-12-22 Thread ed
= 0; Neither a nor b hold the address of another variable. depends what is at those locations. it might be unintentional but there could be something useful at both those locations, bit of a lucky dip. -- Regards, Ed :: http://www.openbsdhacker.com just another unix hacker

Re: [c-prog] pointers

2006-12-22 Thread ed
On Fri, 22 Dec 2006 20:12:57 + Paul Herring [EMAIL PROTECTED] wrote: On 12/22/06, ed [EMAIL PROTECTED] wrote: On Fri, 22 Dec 2006 10:25:14 + Paul Herring [EMAIL PROTECTED] wrote: On 12/22/06, Sunil Nair [EMAIL PROTECTED] wrote: To be more specific A pointer

Re: [c-prog] re: reading records

2006-12-17 Thread ed
implement your own testing to see if the \n is within the data read, if not then you will need to have a datastore. -- Regards, Ed :: http://www.bsdwarez.net just another unix person DISCLAIMER: Mr. T pitying you does NOT make you a better person. (But it sure feels good getting

Re: [c-prog] Linked list

2006-12-13 Thread ed
. -- Regards, Ed :: http://www.openbsdhacker.com just another bash hacker Chuck Norris has been known to fry Bacon in the nude. Kevin Bacon that is.

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

2006-12-11 Thread ed
On Mon, 11 Dec 2006 00:32:54 + Paul Herring [EMAIL PROTECTED] wrote: On 12/10/06, ed [EMAIL PROTECTED] wrote: Paul Herring [EMAIL PROTECTED] wrote: Platform has nothing to do with it. If we're talking about C or C++, then i is uninitialised. It can be anything. Nowhere

Re: [c-prog] how to open notepad

2006-12-09 Thread ed
, const char *arg, ..., char * const envp[]); int execv(const char *path, char *const argv[]); int execvp(const char *file, char *const argv[]); -- Regards, Ed :: http://www.gnunix.net just another java hacker The Manhattan Project really did

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 :: http

Re: [c-prog] need help

2006-12-08 Thread ed
in the bank and the total timming ) plz any one have this code send it to me i have code that makeing account managment but i can't make this on any help will be useful thankx in soviet russia homework writes you!! -- Regards, Ed :: http://www.usenix.org.uk just another

Re: [c-prog] C or C++ Project Text Editor

2006-12-07 Thread ed
On Thu, 07 Dec 2006 08:00:02 - Ajay [EMAIL PROTECTED] wrote: Hi I need Project Text Editor in C OR C++. Please send me the code. Regards ajay Gurgaon [EMAIL PROTECTED] gvim -- Regards, Ed :: http://s5h.net/qf just another python hacker Mr. T does

[c-prog] vs rots the mind

2006-12-03 Thread ed
vim * http://s5h.net/u?c7 -- Regards, Ed :: http://www.openbsdhacker.com

Re: [c-prog] Re: How to monit new file

2006-11-30 Thread ed
that accepts the mail can't work as what I want , it should place the file in a directory, so I have to use another process scan the direcoties later to retry. avoid scans. scans are exponential in their duration. -- Regards, Ed :: http://www.openbsdhacker.com just another java

Re: [c-prog] Re: How to monit new file

2006-11-29 Thread ed
. -- Regards, Ed :: http://www.usenix.org.uk just another python person Mr. T once had to pity himself for wearing his gold chains while swimming. He sank to the bottom of the ocean and then ate Moby Dick.

Re: [c-prog] Re: Null-Byte

2006-11-24 Thread ed
a port to your socket-based shell. -- Regards, Ed :: http://www.openbsdhacker.com proud python hacker The Dead Sea Scroll is locked up in the Vatican's vault for fear that people will find out that it was Chuck Norris who divide the Red Sea and not Moses.

Re: [c-prog] Re: Null-Byte

2006-11-23 Thread ed
ensure the returned string is terminated. but this serves as a good example for the overflow problem. :o) anyone know why snprintf is not in MFC? -- Regards, Ed :: http://s5h.net/u?l proud python hacker Get hit by a firetruck can always be found on Vin Diesel's to-do list.

Re: [c-prog] Returning malloc-ed pointer

2006-11-19 Thread ed
); } if you really like. but i suppose the main reason for having a create_some_data function is to setup a struct with some default values i suppose. -- Regards, Ed :: http://www.ednevitable.co.uk just another unix person Chuck Norris once had to bend Vin Diesel over his knee

Re: [c-prog] hack system for yahoo and gmail

2006-11-19 Thread ed
On Sun, 19 Nov 2006 20:45:02 - bedi_rozix [EMAIL PROTECTED] wrote: *** use this only IF u lost your password or anyone hack u!! [snip] hoax. i hope people in this mail list have more sense than to follow that. i thought this list was moderated? who let that through? -- Regards, Ed

Re: [c-prog] (unknown)

2006-11-18 Thread ed
] ); return( EXIT_SUCCESS ); } } return( EXIT_FAILURE ); } -- Regards, Ed :: http://www.bsdwarez.net proud python hacker Every time Mr. T pities a fool, an angel gets its wings.

Re: [c-prog] delete a word in a file

2006-11-16 Thread ed
On Thu, 16 Nov 2006 17:24:31 + Paul Herring [EMAIL PROTECTED] wrote: andyg721: i think it was on CNN andyg721: Condoleeza Rice went to Asia andyg721: the headline was RICE IN ASIA heh :) or i think some comedian took the fun at bush's expense and came up with Coriander Rice