Search:

Type: Posts; User: toysoldier

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,550

    I had same question in VC++ , but ok in DEV-C++,...

    I had same question in VC++ , but ok in DEV-C++,
    after read some source code from book, I find this is answer:


    class Distance; //adding prototype declare to remove this error.
    istream&...
  2. Replies
    10
    Views
    11,382

    @ Elhaz : Thanks for your weblink, now I...

    @ Elhaz :
    Thanks for your weblink, now I understand how to use cin.clear() and cin.ignore(),
    add this web to my bookmark.
  3. Replies
    10
    Views
    11,382

    @ Vicious : May I ask you a little question? ...

    @ Vicious :

    May I ask you a little question?
    When I input "1.1" not "1" in your selection menu,
    ".1" be received by next cin,
    this is my problem:
    How to clear (or flush) no used input value...
  4. I correct some little error, now it's pass...

    I correct some little error, now it's pass compiling:



    #include <iostream>
    using namespace std;

    //**********************************************Func tion prototypes
    ...
  5. Thread: DLLs

    by toysoldier
    Replies
    2
    Views
    907

    I use dll to process my capture video stuff. you...

    I use dll to process my capture video stuff. you can look at this web:
    www.avisynth.org
  6. Replies
    21
    Views
    2,427

    Haha, this simple prog adapt to newbie like me,...

    Haha, this simple prog adapt to newbie like me,
    below is my trying:



    #include <iostream>
    using namespace std;

    int main()
    {
  7. Replies
    7
    Views
    1,274

    immediately, why?

    immediately, why?
  8. Replies
    7
    Views
    1,274

    @ Mastadex : I have been caught with chaff,...

    @ Mastadex :

    I have been caught with chaff, run your code make my computer restart!!!!
  9. Replies
    13
    Views
    3,125

    let me try to use like this: enum deck {J, Q ,...

    let me try to use like this:

    enum deck {J, Q , K , A} cardval;
  10. Replies
    10
    Views
    1,253

    I use if .. else break to set this loop: ...

    I use if .. else break to set this loop:


    .........
    while (1)
    { aa&#091;bb&#093; = mvgetch(8,38+bb); //This will repeated on any error
    mvprintw(8,38+bb,"%c",aa&#091;bb&#093;);
    if((aa&#091;bb&#093; < 0x30)...
  11. Replies
    6
    Views
    1,154

    @ chasehill: your code is very complex, this is...

    @ chasehill:
    your code is very complex, this is my program work as yours:



    #include <iostream>
    using namespace std;

    int prime(int start, int end)
    {
  12. Replies
    9
    Views
    1,652

    I try to edit it , although it's can running...

    I try to edit it , although it's can running correctly now,
    but I am donn't master loop condition set like this ,
    somegurus, please give me some suggestion about

    for(?;? ;?;){for(?;?;?).......}...
  13. Replies
    15
    Views
    2,430

    why I cann't find this statement.

    why I cann't find this statement.
  14. Replies
    14
    Views
    2,041

    @ Lithorien : I am a newbie , just know some...

    @ Lithorien :

    I am a newbie , just know some little error about your prog:


    int Creature::GetStat(char* stat) // add type "int"

    int Creature::SetStat(char* stat, int value) // add type...
  15. Replies
    8
    Views
    2,278

    @ bennyandthejets : Thanks , I have added it...

    @ bennyandthejets :

    Thanks , I have added it in my bookmark.
  16. Replies
    8
    Views
    1,424

    every problem can be fond in msdn...

    every problem can be fond in msdn :
    this is it's give out example about rand() using method.

    Example


    // crt_rand.c
    /* This program seeds the random-number generator
    * with the time, then...
  17. Replies
    8
    Views
    2,278

    @ manofsteel972 : Thanks for your warmhearted...

    @ manofsteel972 :
    Thanks for your warmhearted helpness ,
    and it's make me so ashamed to waste your so many gold time ,
    seem I have no choice to learn in C++ well.
    from your goals I find how many...
  18. Replies
    8
    Views
    2,278

    @ manofsteel972 : Thanks, my original...

    @ manofsteel972 :

    Thanks, my original intention of learning C++ is
    to write some virtuldub & avisynth filters,
    to improve my captured avi stuff.
    So hurrying to select start from vc++6.0 ,
    but...
  19. Replies
    8
    Views
    2,278

    @ Koyaanisqatsi : Thanks for your serious...

    @ Koyaanisqatsi :

    Thanks for your serious suggestion,
    but now I think it's a quickly improvement way ,
    to read all books covering c++ every point ,
    after I understand every point , then to...
  20. Replies
    8
    Views
    2,278

    What's advanced c++ contents ?

    I am a newbie in c++ learning,
    I have finished reading some basic c++ books,
    I want to learn more and more,
    now I want to know advanced c++ contents,
    but I donn't know what should be continue...
  21. Thanks to every friend: I download spybot and...

    Thanks to every friend:
    I download spybot and remove some problem,
    but it can't able to recover my IE main webpage,
    Ha,Ha, now I find a very easy way :

    1, enter IE's property ,
    2, enter web...
  22. @ Shadow : Thanks, but these two software not...

    @ Shadow :
    Thanks, but these two software not free,
    can you suggest some freewares ?
  23. Replies
    16
    Views
    2,744

    I try to edit some error , now it's pass...

    I try to edit some error , now it's pass compilation.


    #include <iostream> //not ostream!
    #include <string>
    using namespace std;

    class FootballGame
    {
    public:
  24. Replies
    16
    Views
    2,744

    sorry, wrong operation!

    sorry, wrong operation!
  25. @ prog-bman : how to remove it, please help ?

    @ prog-bman :
    how to remove it, please help ?
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4