hi all i want to wrap an unmanaged C DLL to use it in C# i have the source and header files so it should be possible
string,int,int(1,2,3.4,"WOW wtd is going on",10,10); }
Compilation successful
Who is this??!?!?!?
!laforge
you kidnapped geordi
sparta
mwahaha
!sparta
!sata
!whothehellisthis
IDE?? THIS IS SAAATAAA!
!larforge is another C++ bot that supports certain C++0x utilities. No, it did not replace geordi.
By your command.
larforge haha
ohhhhh
nice one
i thought that was varidatic templates
Bigcheese, it is
exactly
T const& … t whta th eheck is that?
c++0x
Oh, it is variadic templtaes
a glimpse of the future
Scary.
sexy
tbh
outstream fileOut(fileName + ".txt"); — fileName is a string with the name of the file
laforge, void foo(int&& bar){cout bar;} int main(){foo(4);}
4
WOOO!
laforge will you go to bed with me
If this "outstream" takes a string const&, yes.
r value?
references, yeah
sexy
do you mean ofstream?
ostream doesn't take a string. you need to call c_str()
outstream fileOut("filename.txt");
ofstream file("something.txt");
laforge, {std