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 63951 - 63980 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63951
I'm trying to write a choose your own adventure program and I was wondering if a switch statement was the best choice. I suppose I could do a large amount of...
secretosamani
Offline Send Email
Oct 1, 2007
10:53 am
63952
hi nadia, your network simulation sounds really really interesting. would love to know more about its functioning and implementation. would love to help u out....
suchismit mahapatra
smith_616
Offline Send Email
Oct 1, 2007
10:53 am
63953
These are the types of questions asked often in Indian Inteviews. The test of 'technical skill' overrides ability to be productive. It has strong implications...
Mahesh Bhat
bhatmahesht
Offline Send Email
Oct 1, 2007
10:54 am
63954
Hi lakapoor, Ed's message has lot of meaning. Pls try to follow what he is saying. why you are trying like this int main() { solution=ask_somebody(problem); ...
Mahesh Bhat
bhatmahesht
Offline Send Email
Oct 1, 2007
10:54 am
63955
... I would use a switch, it works very well for making state-based decisions... and a game like this is basically a state-machine. I would also look around...
Brett McCoy
smartandkewl
Online Now Send Email
Oct 1, 2007
11:08 am
63956
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 :...
c-prog@yahoogroups.com
Send Email
Oct 1, 2007
11:17 am
63957
On 1 Oct 2007 11:17:13 -0000, Yahoo! Groups Notification ... Anyone have any constructive comments about this? -- PJH "Statistics are like a bikini. What they...
Paul Herring
shabble
Offline Send Email
Oct 1, 2007
11:20 am
63958
... Looks like you covered all the bases! -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." --...
Brett McCoy
smartandkewl
Online Now Send Email
Oct 1, 2007
11:33 am
63959
Hi, ... the following message when i run the above code What do you mean by that "file.txt is not having any value", the file does not exit or is empty? ... ...
Saurabh Jain
hundredrabh
Offline Send Email
Oct 1, 2007
5:28 pm
63960
Can anyone tell me what's wrong here? The code will run but it won't read the switch case statement in my first switch case statement. /* This code will guide...
secretosamani
Offline Send Email
Oct 1, 2007
10:08 pm
63961
After some reconsideration of your question this morning (whether to use a switch or not) and now seeing what you re trying to do, I think my original response...
Brett McCoy
smartandkewl
Online Now Send Email
Oct 1, 2007
10:48 pm
63962
... VC++ 2005 express has a debugger also, and it adheres pretty well to the standard. there is NO excuse for using Turbo [Non-text portions of this message...
Vic Wagner
vawjr1943
Offline Send Email
Oct 2, 2007
3:07 am
63963
#include<stdio.h> void main() { } errror.. unable to open stdio.h...
mandeep_rince
Offline Send Email
Oct 2, 2007
10:07 am
63964
hi mandeep do one thing chk d cpp or c is properly installed this error comes if d cpp is not properly installed or d wrong directory is given ok mandeep_rince...
ASIF sheikh
as85if
Offline Send Email
Oct 2, 2007
11:33 am
63965
Hi all, i have been trying to write a program that sorts an array for its values in increasing order but generates the o/p as the sorted indices of those...
anand
apkapk_2000
Offline Send Email
Oct 2, 2007
11:34 am
63966
... It's NOT in the least bit clear. You need to show the code that is giving you trouble -- it will illustrate the problem far more than just describing it....
Brett McCoy
smartandkewl
Online Now Send Email
Oct 2, 2007
11:52 am
63967
Hi, How about using a structure ?? struct abc { int num; int pos; }; you could create an array of that structure with what so ever positional values you want,...
sunil_h_v
Offline Send Email
Oct 2, 2007
11:52 am
63968
... Hi Brett, i did not write my own sort algorithm.I am using bubble sort method. You may look at the foll. code.Here i am showing some random values of i/p &...
anand
apkapk_2000
Offline Send Email
Oct 2, 2007
12:09 pm
63969
... What I meant was whether you were writing the code for the sorting (using a standard algorithm) or using a library call like qsort or the C++ function...
Brett McCoy
smartandkewl
Online Now Send Email
Oct 2, 2007
1:46 pm
63970
u have to add the library. mandeep_rince <mandeep_rince@...> wrote: #include<stdio.h> void main() { } errror.. unable to open stdio.h ... 5,...
Saket Mishra
saketmishra1985
Offline Send Email
Oct 2, 2007
2:06 pm
63971
... HOW sorting is done is not of importance here.Important is i have an unsorted array,another sorted array & now i need the indices of the unsorted array in...
anand
apkapk_2000
Offline Send Email
Oct 2, 2007
2:52 pm
63972
... OK, well, seeing how things are getting sorted would be helpful, and seeing how you are keeping track of the array indexes when you sort them as well....
Brett McCoy
smartandkewl
Online Now Send Email
Oct 2, 2007
3:12 pm
63973
... Even though you mentioned "Stupid", I am sure the your file helps many interviewers in assessing 'productive' workers. Regards, Mahesh Bhat...
Mahesh Bhat
bhatmahesht
Offline Send Email
Oct 2, 2007
5:28 pm
63974
i need some db maked on sqlserver 2005 and software that connected to it. thanx. ... From: ed <ed@...> To: c-prog@yahoogroups.com Sent: Sunday, September...
Majd Yafi
majdyafi
Offline Send Email
Oct 2, 2007
5:30 pm
63975
Hi all I have a question I use "visual studio 6 (c++)" I want to read wave file in C and make a processing in it I search alot in this field but all code Habe...
ahmed abdelwahab
ahm_hefni
Offline Send Email
Oct 2, 2007
11:08 pm
63976
... Howdy! ... Actually a rather nice compiler. I prefer that over Visual Studio 2005 Express (which has no resource editor). I use Visual Studio 6 at home...
Robbie Hatley
jacobian_det...
Offline Send Email
Oct 3, 2007
12:06 am
63977
Hi I have a quastion. I want to replace characters in this prog. but the found value prints :4294967295 i dont understand why this happen? #include<iostream> ...
sejal patel
sejalb81
Offline Send Email
Oct 3, 2007
1:29 am
63978
... Hunt the Wumpus?? WOW! Now THAT brings back some old memories. How about "Adventure"? http://rickadams.org/adventure/e_downloads.html ~Rick ... [Non-text...
Rick Bowers
thefirstrepa...
Offline Send Email
Oct 3, 2007
3:31 am
63979
[Please detab your code before you post it.] ... That's the value of string::npos on your implementation. ... That's the value returned when 'find' can't find...
peternilsson42
Offline Send Email
Oct 3, 2007
8:21 am
63980
can you any body tell me how to write a sin or cos or exponential series in an easy way. please give me some sample programes. 5, 50, 500, 5000 - Store N...
siva kumar
siva_tntech
Offline Send Email
Oct 3, 2007
8:25 am
Messages 63951 - 63980 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