Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? 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.

Messages

  Messages Help
Advanced
Messages 4570 - 4599 of 8329   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4570
REQUIRED : Quality Testers - INFORMIX, C/C++, Shell, UNIX - PUNE - MNC - H E E D !!! (ASSURED TELEPHONIC RESPONSE - CLOSES WITH IN A WEEK) ASSURED TELEPHONIC...
H E E D !
heed_pune
Offline Send Email
May 1, 2003
10:56 am
4571
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...
trunal bhanse
trunal_bhanse
Online Now Send Email
May 1, 2003
5:08 pm
4572
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...
ca_priest
Offline
May 1, 2003
10:00 pm
4573
... 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)
Send Email
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)
Send Email
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...
Mike Lacey
drboss_demon
Offline Send Email
May 2, 2003
10:52 am
4576
Hello group, what is friend fuction? Where will we use it? I mean what is exact use of friend fuction and what is its syntax? Thank you, Hitesh. ...
Hitesh Suhagiya
hksuhagiya
Offline Send Email
May 2, 2003
12:11 pm
4577
Complete lectures of "Programming using C and C++" are available in PDF Formate.Go to the following link http://groups.yahoo.com/group/cs-201 ...
shabi128
Offline
May 2, 2003
4:21 pm
4578
In pakistan C/C++ ???? :-((...
bevara_kiran
Offline
May 2, 2003
5:25 pm
4579
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...
Miss. Animal Rights
yorkterrior
Offline Send Email
May 2, 2003
7:15 pm
4580
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...
Tyler
merrylad02
Offline Send Email
May 2, 2003
10:31 pm
4581
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)
Send Email
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, ...
Hitesh Suhagiya
hksuhagiya
Offline Send Email
May 3, 2003
5:10 am
4583
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmi Prasanna
laxmiole
Offline Send Email
May 3, 2003
9:03 am
4584
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...
H E E D !
heed_pune
Offline Send Email
May 3, 2003
9:58 am
4585
... 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...
oldcootfromVA
Offline
May 4, 2003
7:06 am
4586
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@...
Send Email
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);...
Michael Safyan
la_virtud
Offline Send Email
May 4, 2003
9:21 pm
4588
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!!...
Miss. Animal Rights
yorkterrior
Offline Send Email
May 5, 2003
4:36 am
4589
Hello Miss. Animal , Are you from Canada? Take care, [=========================================] [ Hitesh Suhagiya ] [ SoftwareEngineer ] WEB...
Hitesh Suhagiya
hksuhagiya
Offline Send Email
May 5, 2003
8:11 am
4590
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...
sweetmooni19
Offline Send Email
May 5, 2003
3:44 pm
4591
... 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@...
Send Email
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)
Send Email
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...
pras_hi
Offline Send Email
May 6, 2003
5:24 am
4594
Reply embedded... ... Learning programming also includes learning how to debug your own code, using your favorite debugger for tracing and/or output the...
Shyan Lam
sflam108
Offline Send Email
May 6, 2003
3:17 pm
4595
Sorry about that... I w asn't thinking, but I did mean variable, thank you. ... === message truncated === __________________________________ Do you Yahoo!? The...
Michael Safyan
la_virtud
Offline Send Email
May 6, 2003
7:28 pm
4596
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...
Mel Bagley
mel_bagley
Offline Send Email
May 6, 2003
9:44 pm
4597
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 ...
Michael Safyan
la_virtud
Offline Send Email
May 6, 2003
11:34 pm
4598
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...
arindrajit pal
arindrajit_aec
Offline Send Email
May 7, 2003
9:25 am
4599
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...
Nico Heinze
nico_heinze
Offline Send Email
May 7, 2003
11:41 am
Messages 4570 - 4599 of 8329   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help