Search:

Type: Posts; User: kikazaru

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,065

    10 E=200GPa 20 I = 1*10^-7m^4 30 ...

    10 E=200GPa
    20 I = 1*10^-7m^4
    30 L= 1m, w = 100N/m
    40 EId^2y/dx^2 = wx/2* (L-x)
    50 GOTO 10
  2. Thanks for the replies. I suppose if there was...

    Thanks for the replies.

    I suppose if there was a copy constructor then one could initialize like this:



    std::ostream array_of_streams[3] = { std::ostream( std::cout.rdbuf() ),
    ...
  3. Replies
    4
    Views
    1,136

    意味不明

    意味不明
  4. Quick question: Array/Vector of std::ostream ?

    How do you create an array of std:: ostream objects?

    It has no default constructor so it doesn't seem to be possible... is there a way?
Results 1 to 4 of 4