Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 65883 - 65912 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
65883
hi i want to do the projects in c, so if u know abt c projects thn reply me immidiately plz tel me the project names and information about tht Thomas Hruska...
minakshi deore
minaksi_deor...
Offline Send Email
Mar 1, 2008
1:28 pm
65884
... While it is admirable that you are wanting something to do and want to spend your time learning C/C++, c-prog is not here to give you ideas on what to do....
Thomas Hruska
shininglightpro
Offline Send Email
Mar 1, 2008
2:20 pm
65885
please can anyone give me a clear idea about the creation and handling of linked lists? though i was able to understand 60% of it in the class, i'm getting ...
hemz_1_priya
Offline Send Email
Mar 1, 2008
3:10 pm
65886
... Correction: I just fired up VS 2008 Professional and there is a menu called "Test" which allows you to create unit tests. I have no idea how good it is...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 1, 2008
3:17 pm
65887
... Post the code. Reinventing the wheel is generally pointless. Your class could be doing more useful things. -- Thomas Hruska CubicleSoft President Ph:...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 1, 2008
3:18 pm
65888
1) Please send mail to c-prog@yahoogroups.com, not the moderator address 2) Please use standard English. This is not a chatroom or cellphone text. ... From:...
Brett McCoy
smartandkewl
Offline Send Email
Mar 1, 2008
4:01 pm
65889
I am just learning pointers and have a question about how to display from an array. I have created a program that has a preset array loaded with the word...
Jon
jonboyz71
Offline Send Email
Mar 2, 2008
11:13 am
65890
when u get a string of any length the final character is null'\0'.Use this as check condition while counting.(increment the pointer variable and counter). bye ...
pandivel jaivel
pandivel_2006
Offline Send Email
Mar 2, 2008
1:34 pm
65891
does anyone have any idea. using get_Roman_token() the result should look like II.+III. =5 IX.-II. =7 IV.*XI. =44 The result I get is: vi...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 2, 2008
5:33 pm
65892
does anyone have any idea. using get_Roman_token() the result should look like II.+III. =5 IX.-II. =7 IV.*XI. =44 The result I get is: vi...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 2, 2008
5:34 pm
65893
Great information. Thanks!! ... Looking for last minute shopping deals? Find them fast with Yahoo! Search. [Non-text portions of this message have been...
Jackson Kaminski
nimak247
Offline Send Email
Mar 2, 2008
6:29 pm
65894
Thanks Andrew! The help is appreciated!! nim ... Never miss a thing. Make Yahoo your homepage. [Non-text portions of this message have been removed]...
Jackson Kaminski
nimak247
Offline Send Email
Mar 2, 2008
6:32 pm
65895
Hi, everybody. I'm new in programming. I want to ask you, which programming language should i learn. First, i learnt pascal. However, i do not use pascal now....
ismayilov_ali
Offline Send Email
Mar 2, 2008
7:09 pm
65896
... No. I've probably learned about 30-40 different languages. But I've decided which ones I really like and which ones I don't want to mess with. There are...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 2, 2008
7:40 pm
65897
#include <stdio.h> #include <conio.h> #include <string.h> void main() { int i,n; char *s; clrscr(); gets(s); n = strlen(s); for (i=0;i<n;i++) ...
sunil_h_v
Offline Send Email
Mar 2, 2008
8:59 pm
65898
... conio.h is not a standard header and is specific to the old Borland compilers (like Turbo C++) ... int main() it's always int main() ... ouch... never use...
Brett McCoy
smartandkewl
Offline Send Email
Mar 2, 2008
11:08 pm
65899
Hello all, I have gotten myself a new IDE; in the end I went with the Visual Express, because the environment is familiar to me (I do quite a bit of work with...
Jackson Kaminski
nimak247
Offline Send Email
Mar 3, 2008
1:58 am
65900
... It is the Microsoft Visual C++ compiler. ... Huh? The final executable is always going to be OS-specific regardless of compiler. You have to build for...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 3, 2008
2:21 am
65901
Yessir, point taken :) Old habits die hard :) Regards, Sunil. ... <mailto:c-prog-unsubscribe@yahoogroups.com>....
sunil_h_v
Offline Send Email
Mar 3, 2008
4:30 am
65902
... Not allocating memory is an old habit? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 3, 2008
4:32 am
65903
Well i do, but when i am trying out just for example, i tend to skip that part....
sunil_h_v
Offline Send Email
Mar 3, 2008
12:42 pm
65904
It's an essential part that CAN NOT be skipped, especially when you are showing an example. ... -- ... "In the rhythm of music a secret is hidden; If I were to...
Brett McCoy
smartandkewl
Offline Send Email
Mar 3, 2008
1:03 pm
65905
Yessir, my mistake, i apologize. Wouldn't try to do that again. Regards, Sunil. ... <mailto:c-prog-unsubscribe@yahoogroups.com>....
sunil_h_v
Offline Send Email
Mar 3, 2008
1:06 pm
65906
... Delphi isn't completely dead yet. :-) There is an open source "clone" named Lazarus which works under Windows, Linux, BSD & Mac OS X, for building portable...
andrew clarke
zoomosis
Offline Send Email
Mar 3, 2008
1:22 pm
65907
I am still working on this problem.. it does take a bunch of thought.... thanks Robert Ryan <bobzcplpl@...> wrote: does...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 3, 2008
2:08 pm
65908
... That reminded of an old Monty Python skit one-liner, "I'm not dead yet." Yeah, I've known about Lazarus. It just hasn't shown up on my radar recently as...
Thomas Hruska
shininglightpro
Offline Send Email
Mar 3, 2008
2:12 pm
65909
Hi All, Can anyone please help me with my project. This project can be based on Structure and files. The C program is for a hotel reservation. The criteria is...
Hema
hema_vinodha
Offline Send Email
Mar 3, 2008
5:38 pm
65910
is it in c or c++ ... [Non-text portions of this message have been removed]...
pankaj kumar
pankaj99in
Offline Send Email
Mar 3, 2008
6:26 pm
65911
after much thought I got this problem solved Robert Ryan <bobzcplpl@...> wrote: I am still working on this problem.. it...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 3, 2008
10:30 pm
65912
Hello again, " As to avoiding the development of Windows-specific programs, don't touch C#, the CLR, and stick to ANSI Standard stuff. Any third-party ...
Jackson Kaminski
nimak247
Offline Send Email
Mar 4, 2008
1:11 am
Messages 65883 - 65912 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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