Forum: C++ Nov 22nd, 2008 |
| Replies: 1 Views: 271 Could u please tell me , how to create webpage through Dev C++ and write output on webpage ? |
Forum: C++ Nov 12th, 2008 |
| Replies: 3 Views: 453 Can anybody tell me how to overload << operator ? |
Forum: C++ Oct 14th, 2008 |
| Replies: 6 Views: 1,082 ok , can I typecast string into double?
I want to convert string 12.12 to double 12.12 |
Forum: C++ Oct 14th, 2008 |
| Replies: 6 Views: 1,082 Hello guies please help me
how can I typecast string to char |
Forum: C++ Oct 3rd, 2008 |
| Replies: 7 Views: 774 Actually I didnt understand that game?
So can u just explain it ? |
Forum: C++ Oct 3rd, 2008 |
| Replies: 7 Views: 774 Actually I didn't get that what is game of life,game?
So please can u just explain it to me. |
Forum: C++ Oct 3rd, 2008 |
| Replies: 7 Views: 774 Hi,
Please help me doing Program for "Game of life".
Here is the link for that:
http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life |
Forum: C++ Sep 27th, 2008 |
| Replies: 7 Views: 665 no man I am talking about execution. In above case first main will execute and then my_init_func() will be called.I dont want that.
See in following case
int main()
{
cout<<"In main"<<endl;... |
Forum: C++ Sep 26th, 2008 |
| Replies: 7 Views: 665 How can i change the priority of function?
I want to run nay other function before execution of main() function. |
Forum: C++ Sep 22nd, 2008 |
| Replies: 9 Views: 600 BUt how can we avoid repeated(same) values while generating random numbers? |
Forum: C++ Sep 22nd, 2008 |
| Replies: 9 Views: 600 Thanks a lot reply.
Actually I have array of 8 songs as song1[i]={string Title,string artist,int size} and I want reshuffle songs in it by generating random number automatically.
I got... |
Forum: C++ Sep 22nd, 2008 |
| Replies: 9 Views: 600 But condition is numbers should generate automaticall[i.e in above example 3,4,0,1,2 shouls generate automatically]
please reply |
Forum: C++ Sep 21st, 2008 |
| Replies: 9 Views: 600 I want some logic to shuffle numbers from array
if a[5]={1,4,3,7,5,}
then after shuffling 1,4,3,7,5 should be in any other order
please help |