No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
For anyone having the same problem as Knad in the post above, see here - [url]http://www.linuxquestions.org/questions/programming-9/compiling-c-files-237471/[/url] [QUOTE]The full implementation of a template class must be in that template class's header.[/QUOTE]
Hi! I am using the Boost uBlas interface for matrices and I'd like to be able to create matrices with the following syntax (or similar): [CODE] typedef boost::numeric::ublas::matrix<double> Matrix; //for clarity Matrix mat = {[1,1,1],[2,2,2],[3,3,3]}; [/CODE] The actual matrix should be 3x3 and look like the following - 1,1,1 2,2,2 …
I have just paid for a years hosting on [url]www.lod-clan.co.uk[/url], and started at university. For some really odd reason, the site can't be accessed (dns error/can't be resolved or something along the lines of that) on some days, but others it works fine. Other people at the university are having …
Hi I've just picked up a copy of SAMS teach yourself C in 21 days (I dont think Ill finish it that quickly) because I wanted to get into programming. I've worked through the first chapter, but keep enountering a problem: my programs exit before I can see what they …
The End.
pc0019