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...
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....
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...
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); ...
... 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...
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
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...
... 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." --...
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? ... ...
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...
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...
... 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...
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...
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...
... 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....
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,...
... 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 &...
... 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...
... 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...
... 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....
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...
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...
... 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...
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> ...
... Hunt the Wumpus?? WOW! Now THAT brings back some old memories. How about "Adventure"? http://rickadams.org/adventure/e_downloads.html ~Rick ... [Non-text...
[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...
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...