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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4320 - 4353 of 8328   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4320
I think that you are having buffer's problems. Maybe if you create an char auxiliar variable, you can do it: ... auxiliar = getchar(); if(ReadInWord[0] ==...
André Thiago
atss_comp
Offline Send Email
Mar 2, 2003
1:37 pm
4321
hi frens, i want to make a media player, but hv no clues how to go abt it.. can nyone help me out.. waitin for reply...
rupi311 <rupi311@...>
rupi311
Offline Send Email
Mar 3, 2003
1:17 pm
4322
hi frens, i want to make a media player, but hv no clues how to go abt it.. can nyone help me out.. waitin for reply...
rupi311 <rupi311@...>
rupi311
Offline Send Email
Mar 3, 2003
1:17 pm
4323
The code emits "Undefined Behavior" by the standard. See the link that Dave gave in his reply: http://www.eskimo.com/~scs/C-faq/q3.2.html. If you still have...
Shyan Lam
sflam108
Offline Send Email
Mar 3, 2003
3:58 pm
4324
Hi, Most of the sites in C/C++ wouldn't speak regarding UNIX networking and the sites of UNIX may not speak clearly on UNXI networking. However you can search...
somasekhar
sekharss
Offline Send Email
Mar 4, 2003
4:46 pm
4329
Hi, This program try to save Linked-List Data to FILE. This seemed to work successfully. Do this really work successfully? I feel something that I made some...
giction
Offline
Mar 4, 2003
10:25 pm
4330
I have a question abotu CLASSES... my teacher gave us the .h file and i i think we have to come up with the .cpp file.. but i'm not sure what to write in it.....
broke_as_ajoke
Offline
Mar 4, 2003
10:42 pm
4331
Hi, This program try to save Linked-List Data to file, and from the file reconstruct the Linked-List. This seemed to work successfully. Do this really work...
giction
Offline
Mar 4, 2003
10:59 pm
4332
Reply/comment embedded... ... Please do not use the tab character for indentation. Use spaces or check your editor how to convert tab to spaces. ... ^^^ Case...
Shyan Lam
sflam108
Offline Send Email
Mar 5, 2003
4:57 pm
4333
API is Application Program Interface.they are sort of links between your program and windows. like u want to draw a window, u use API function to pass...
zafar iqbal
bluecomp2002
Offline Send Email
Mar 5, 2003
9:17 pm
4334
Hello All, I'm having some difficulties with trunkating strings. For example, assume I have the string: Char txt[] = "01234567890123456789"; If the string is...
Michel.P
michelpetrovic@...
Send Email
Mar 6, 2003
8:42 am
4335
There are at least two ways I can think of: 1. Make a duplicate of txt, copy up to the required width, change the last three character to '.'. 2. Output one...
Shyan Lam
sflam108
Offline Send Email
Mar 6, 2003
3:54 pm
4336
Trunkate string ? I did some krap like this rekently at skhool look at this krap { error = FALSE; outfile.close(); outfile.open (filename, ios::app); } } while...
anthony
anthonyr08724
Offline Send Email
Mar 7, 2003
2:07 am
4337
You know we're supposed to do our assignment on Friend class and No one understands it at all. can you give us a link how we can understand it in the laymen...
Jeremy Tuck
X_Player_99
Offline Send Email
Mar 7, 2003
5:46 am
4338
When you write a class, you can control accessibility by using public/protected/private keyword. The accessibility controls who can and cannot access the...
Shyan Lam
sflam108
Offline Send Email
Mar 7, 2003
3:18 pm
4339
Anyone know how to use C PreProcessor constants? example the _FILE_ Preprocessor constants which is equal to the name of the current source file. #include...
lucabratze
Offline
Mar 8, 2003
3:59 am
4340
Hi i m a new member of this group i have a problem i have to design a security system using parallel port and voltage controller in C language if any body can...
coolcomsian
Offline Send Email
Mar 8, 2003
6:46 pm
4341
... name ... and ... I believe your error comes from not telling the compiler what you mean by your _FILE_ term. I would wager you must define it yourself via...
ceedeep99
Offline
Mar 9, 2003
11:56 pm
4342
This is probably a really easy situation, but how do you stop your program from flashing up and disappearing! I am looking for something like a pause. When I...
basicxml2011
Offline Send Email
Mar 10, 2003
1:31 pm
4343
u can use something like getch() at the end of the program Your program'll wait u press somekey ... From: basicxml2011 To: cprogramming2@yahoogroups.com Sent:...
Daniel C. França
daniel_franc...
Offline Send Email
Mar 10, 2003
3:54 pm
4344
I think it should be __FILE__ - there are two underscore characters on each side. HTH Shyan...
Shyan Lam
sflam108
Offline Send Email
Mar 10, 2003
8:10 pm
4345
i lost a the web site on linked list and postfix evaulation could you please resend it again? [Non-text portions of this message have been removed]...
Jeremy Tuck
X_Player_99
Offline Send Email
Mar 10, 2003
8:20 pm
4346
could someone please help me with linked list?? I"m totally confused I have read several books and etc. and I'mt rying to write code on linked list with...
Jeremy Tuck
X_Player_99
Offline Send Email
Mar 10, 2003
8:49 pm
4347
Please use a different subject. Infix to postfix conversion required a FILO data structure - typically a stack construct, which can but not necessary...
Shyan Lam
sflam108
Offline Send Email
Mar 10, 2003
9:01 pm
4348
I know that stacks do not have to have queue so what I don't understand where do I insert you know infix an evaluation and then it it display stack number...
Jeremy
X_Player_99
Offline Send Email
Mar 10, 2003
9:26 pm
4349
I know that: int a=1; int b=3; float answer; answer = a/b; // answer = 0 but, Please consider the following code (GNU compiler, PRC-Tools 2.0): double...
benhgray
Offline Send Email
Mar 10, 2003
9:30 pm
4350
In a message dated 3/10/2003 9:37:21 AM Eastern Standard Time, ... yeah what he said Just a DOS window and then it disappears where are my results?? I'm using...
xoet@...
xoet12
Offline Send Email
Mar 10, 2003
11:04 pm
4351
Do you have to implement your own linked list? The links I give seem broken because the mail client breaks a long line into multiple lines. I know this would...
Shyan Lam
sflam108
Offline Send Email
Mar 10, 2003
11:06 pm
4352
Hello folks I have a real problem here i'm getting error messages on Unix and on borland i don't know how to complie classes.. someone PLEASE help me and point...
broke_as_ajoke
Offline
Mar 11, 2003
5:30 am
4353
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cprogramming2 group. File : /mp3.exe ...
cprogramming2@yahoogr...
Send Email
Mar 12, 2003
2:22 pm
Messages 4320 - 4353 of 8328   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