Forum: C++ Nov 22nd, 2008 |
| Replies: 1 Views: 258 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: 430 Can anybody tell me how to overload << operator ? |
Forum: C# Nov 4th, 2008 |
| Replies: 1 Views: 554 Hello All,
I am confused about difference betn ASP.NET and Dreamweaver, so could u please explain difference between them.
Santosh |
Forum: C++ Oct 14th, 2008 |
| Replies: 6 Views: 937 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: 937 Hello guies please help me
how can I typecast string to char |
Forum: C Oct 3rd, 2008 |
| Replies: 7 Views: 580 But there is for loop in it but program should not contain any loop. |
Forum: C Oct 3rd, 2008 |
| Replies: 7 Views: 580 Hi every body , I got one problem that how can we generate 1 to n numbers without using any loop and without using recursion function ? |
Forum: C++ Oct 3rd, 2008 |
| Replies: 7 Views: 748 Actually I didnt understand that game?
So can u just explain it ? |
Forum: C++ Oct 3rd, 2008 |
| Replies: 7 Views: 748 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: 748 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: 640 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: 640 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: 579 BUt how can we avoid repeated(same) values while generating random numbers? |
Forum: C++ Sep 22nd, 2008 |
| Replies: 9 Views: 579 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: 579 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: 579 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 |