Search:

Type: Posts; User: Moni

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    998

    IIS 6 or 5.1 isssh...

    Yes, having trouble with IIS.

    Though I've downloaded and installed IIS6 it's showing 5.1
    Then, anyway, I kept it that way and then downloaded:

    ASP.NET Chart and Charting for .NET

    I'll work...
  2. Thread: C++ to C#

    by Moni
    Replies
    1
    Views
    1,540

    C++ to C#

    I need to convert few of my C++ classes into C# is there any free software available or do you know any other way to accomplish it???
  3. Thread: memcpy()

    by Moni
    Replies
    3
    Views
    2,395

    memcpy()

    AnyClass *s1 = (AnyClass *) malloc(sizeof(AnyClass));

    AnyClass *s2 = (AnyClass *) malloc(sizeof(AnyClass));

    Now if I use something like this, where AnyClass contains any pointer variable in its...
  4. Replies
    7
    Views
    1,139

    try: "Program.txt.txt" in the file name. or...

    try: "Program.txt.txt" in the file name.

    or check if showing file extentions are ticked there.
  5. Thread: StringList?

    by Moni
    Replies
    20
    Views
    2,445

    ^ haha...its my habit ;) Cat I value your...

    ^ haha...its my habit ;)

    Cat I value your words...let me read more on this...thanks again :)
  6. Thread: String Replace!

    by Moni
    Replies
    2
    Views
    2,816

    String Replace!

    writing a function:


    void StrReplace(wchar_t *OrgStr, wchar_t *RepStr)
    {

    }

    I've another function that returns the position of the substring I find in the original:
  7. Thread: StringList?

    by Moni
    Replies
    20
    Views
    2,445

    Thanks guys! Well...I said slower...just...

    Thanks guys!

    Well...I said slower...just because...I don't need all the functionalities of the <list> class...or <vector>...I need only 10 to 15 functions....and not much! So..why load all the...
  8. Thread: StringList?

    by Moni
    Replies
    20
    Views
    2,445

    yeah...but using STL...will be slower....I need...

    yeah...but using STL...will be slower....I need faster....I'll go with the double pointer list :p...with "malloc" "realloc" or "new" :)
  9. Thread: StringList?

    by Moni
    Replies
    20
    Views
    2,445

    well...it must be Unicode supported.

    well...it must be Unicode supported.
  10. Thread: StringList?

    by Moni
    Replies
    20
    Views
    2,445

    StringList?

    I'm trying to write a StringList class....is there any example you know?

    Is it better to use the <list> class?

    I'm trying to do it by taking pointer to the pointer...double pointer format.
    ...
  11. Replies
    15
    Views
    16,780

    Thanks for the math forum link :)...

    Thanks for the math forum link :)
    Yes...sometimes programming and algorithms make us too much involved...that we forget...these lies on Mathematics :D
  12. Replies
    15
    Views
    16,780

    Sorry...yes...you are correct...I should have...

    Sorry...yes...you are correct...I should have write the whole thing in a programmers manner :)

    The problem statement:

    The following:



    S E N D
  13. Replies
    15
    Views
    16,780

    Cryptarithmetic puzzle :(

    Hi there...I am in a great danger !!!

    I have to write a program just in 14hours....not finding any ref. code for that.....can anyone help a bit???
    ...
  14. Thread: Towers of Hanoi

    by Moni
    Replies
    6
    Views
    2,721

    Huh! correct! Not only that it's also very...

    Huh! correct!

    Not only that it's also very difficult to code without recursion ;)
  15. Thread: Hosting Contest

    by Moni
    Replies
    1
    Views
    2,648

    Hosting Contest

    Hi, can I give programming problems for the Cprogramming contests???

    I mean do you host others contests???
  16. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Hmm...but why? this strange things happenning???...

    Hmm...but why? this strange things happenning???
    I am really looking for the answer.............
    I've manged to get another solution of the problem...so now only I need to just WHY ???
  17. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    May be: cout.setf(ios::fixed);...

    May be:


    cout.setf(ios::fixed);
    cout.precision(2);


    This is causing the ERROR :(
  18. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Hmm...but the previous (my first post) code is...

    Hmm...but the previous (my first post) code is behaving normally...isn't it :rolleyes:
  19. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Hmm...I also know about that floor and ceil but...

    Hmm...I also know about that floor and ceil but when I went in programming field I found this! (the link above!) But if you now compile, can you explain about its strange behaviour ???
  20. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Hmm...you can change pow10(2) by pow(10.00,2) ...

    Hmm...you can change pow10(2) by pow(10.00,2)

    And about that floor:

    You may see this :rolleyes:

    Then what might be the answer :confused:
  21. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Hmm...if it is OK! Then can you tell me...why...

    Hmm...if it is OK!
    Then can you tell me...why this same function fails in this section???

    Which one is correct then? I want the first one (above) but why this is behaving strangley in this ???
    ...
  22. Thread: Strange !!!

    by Moni
    Replies
    19
    Views
    2,445

    Strange !!!

    Do you think the output of this code alright???



    #include<iostream.h>
    #include<math.h>


    inline double round(double X, int k)
    {
  23. Thread: Little Problem

    by Moni
    Replies
    5
    Views
    988

    Hi, lobo but why this would happen??? I use...

    Hi, lobo but why this would happen???

    I use borland C++ 5.02

    And what your compiler (what's it?) says about 2 & 3 IO set???
  24. Thread: Little Problem

    by Moni
    Replies
    5
    Views
    988

    Hmmm...may be.... but what you'll tell about the...

    Hmmm...may be....
    but what you'll tell about the 2nd and 3rd IO set ???
  25. Thread: Little Problem

    by Moni
    Replies
    5
    Views
    988

    Little Problem

    Hi, I have a problem :( with this:




    #include<iostream.h>

    typedef unsigned long int ulong;

    int main()
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4