REQUIRED : Quality Testers - INFORMIX, C/C++, Shell, UNIX - PUNE - MNC - H E E D !!! (ASSURED TELEPHONIC RESPONSE - CLOSES WITH IN A WEEK) ASSURED TELEPHONIC...
hi all i have attached my code for doubly linked list.it gives me an error " null pointer assignment" in DOS and "segmentation fault" in UNIX.i jst want to...
For my program i need a very large 2 dimensional array. It should be at least 180x240 so, int array[180][240]. Im not very knowledgeable when it comes to the...
... I recently installed djgpp c/c++ , therefore I'm not yet familiar with all of its features. If you're not expecting a change in the size of your intial...
(no author)
(no email address)
May 2, 2003 9:57 am
4574
This book , which has become a classic , is available on the internet in an electronic format ; somewhere. Does anyone know where I can defintely find this on...
(no author)
(no email address)
May 2, 2003 9:57 am
4575
From: <edmont@...> ... http://www.nr.com/nronline_switcher.html Cheers, Mike ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus...
I wrote this c++ code to try and follow the Knuth Morris Pratt Algorithm. I need to return an entire arrary/pointer but I don't know how to do it. I can...
Hi everyone, I just startet with C++ and so far it's been great. But, I'm still learning and currently I'm having a brain freeze with an exam. If anyone wishes...
I wrote this c++ code to try and follow the Knuth Morris Pratt Algorithm. I need to return an entire arrary/pointer but I don't know how to do it. I can...
(no author)
(no email address)
May 2, 2003 11:48 pm
4582
Hello Miss Animal, This is Mr. Hitesh From India. I am giveing your solution here. you can return array/pointer as bellow; I hope i will helpful you. Enjoy, ...
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
ASSURED TELEPHONIC RESPONSE WITH IN 48 HRS* - CLOSES WITH IN A WEEK POSITION: PRODUCT DEVELOPERS - (Position Code : "IC") 2-4 yrs of development exp using C or...
... The main thing is to make sure you declare the array as "far" or "huge." A 180 x 240 int array (assuming 2-byte ints) will be 86400 bytes in size; but a...
Hi, Probably the best way to make the code executable without any errors is to use dynamic memory allocation. Use the words new and del or delete to allocate...
sebastian krug
sebastiankrug@...
May 4, 2003 6:18 pm
4587
When declaring a function (as opposed to defining) one can write the argument list as merely the data type, or as a data type and a name; void f(int, int);...
I just wanted to thank everybody for their help with this algorithm. I finally figured out what my problem was and I couldn't have done it without you guys!!...
hello every body i mdoing some work on pen plotter it is a two stepper motors coordination for x and y axis if any one has some C code or some guidance for me...
... When using a 16-bit compiler like Turbo C 2.01 , the use of far pointers to access large data structures is crucial, for djgpp , a 32-bit compiler , is...
edmont@...
May 6, 2003 12:26 am
4592
... ^^ ## don't you mean variable ? ... Unless pi has already been declared in one of the header files , and therefore , possibly , is already global in...
(no author)
(no email address)
May 6, 2003 12:27 am
4593
i've changed the code try this and let me know if it works. regards, prashanth #include<conio.h> #include<stdlib.h> #include<iostream.h> int flag=0; class...
Reply embedded... ... Learning programming also includes learning how to debug your own code, using your favorite debugger for tracing and/or output the...
Sorry about that... I w asn't thinking, but I did mean variable, thank you. ... === message truncated === __________________________________ Do you Yahoo!? The...
Hi All, Hope your all very well. I'm doing a project which reads/writes and edits data in a text file, but i'd like to be able to put a front-end on it. I'm...
Since you are using Visual C++ you should have the standard libraries, so you can use fstream to edit input data. I don't know of any C libraries that take ...
My project is "finger prient analysis " . The aim of the project is to find delta i.e. coloring delta . i am doing it by taking a .tiff image and by C...
Try ftp://seagull.rinet.ru/faq/doc-othe/TIFFMT.DOC/TIFF.PRN Very lengthy but seems to cover TIF format in good detail. BTW Google and five minutes of trying...