Search:

Type: Posts; User: mad

Search: Search took 0.00 seconds.

  1. Thread: Boost Format

    by mad
    Replies
    3
    Views
    2,428

    How about this from boost? %{nt} , where n...

    How about this from boost?


    %{nt} , where n is a positive number, inserts an absolute tabulation. It means that format will, if needed, fill the string with characters, until the length of the...
  2. Thread: Tree Search

    by mad
    Replies
    4
    Views
    951

    Why is this block needed anyway? if (flag ==...

    Why is this block needed anyway?


    if (flag == true)
    cout<<"FOUND";
    return;
Results 1 to 2 of 2