Search:

Type: Posts; User: Downnin

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,027

    Go to the begining of file by same pointer

    if i write c++ like this code, write the value to file.
    Then,how can i set the pointer back to the beginning of file that i have just written it.



    #include <iostream>
    #include <fstream>
    ...
  2. Replies
    5
    Views
    8,381

    how to set value equal to infinity

    if TEST is a variable, then how can i set this variable,Test, equal to infinity.
    When i have already set it to infinity, how can i check it that it is already set to infinity.
  3. rearrange the value in a given set from max to min

    how can i write programme with C++ that rearrange the value in a given set from max to min....
  4. Replies
    7
    Views
    37,409

    Find all possible subset of a given set

    If we have set A that is represented as A = {1,2,3,4}. How can we generate the all possible of set B such that B is subset of A and A is not equal to B by writing C or C++ programming.

    Ex. ...
Results 1 to 4 of 5