View Single Post
  #15  
Old 09-19-2004, 10:04 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by jbb
Thanks , I tried about 20 different times with html and [img] tags but the preview just showed what I typed in.
For future reference. (Imageshack images only)

Lets say
Code:
http://img76.exs.cx/img76/9436/render01.jpg
is the picture. To get the preview version attach th. to the suffix. So its now
Code:
http://img76.exs.cx/img76/9436/render01.th.jpg
.

So you use
Code:
[url=http://img76.exs.cx/img76/9436/render01.jpg][img]http://img76.exs.cx/img76/9436/render01.th.jpg[/img][/url]
[size=9]Click to Enlarge.[/size]
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote