Search:

Type: Posts; User: bufoss

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    3,632

    overloading operators when I have typename

    Good Morning,
    I am beginner in c++ and I need some help to implement a class to represent cell in excel.
    The first problem I have is that I don't know how to define date
    and the second is...
  2. Replies
    2
    Views
    3,743

    Read binary file with numbers

    Hi all I have generate a initial state of a sudok using the following code.
    Every triplet is translated to row,column,value.
    For example : 1,1,5 means row=1 column=1 value=5



    #include...
Results 1 to 2 of 2