Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~765 People Reached
Favorite Tags
Member Avatar for shanker86

Hello again, I am running Ubuntu 10.10 on my toshiba laptop, and having problem that it can not turn on the fan, I searched on web and tried few of these command but no success, I would appreciate any help in this regard! code: sudo toshet -fan on required kernel …

0
100
Member Avatar for shanker86

Hi all, I have a silly question regarding how to translate this command in CMakeLists.txt g++ x04.cc -o demo -lplplotcxxd x04.cc is c++ file , information about lplplotcxxd can be found here [url]http://ubuntuforums.org/showthread.php?p=8538977[/url] since the command " g++ x04.cc -o demo -lplplotcxxd" is working on my computer so I think …

Member Avatar for shanker86
0
168
Member Avatar for shanker86

Hi all I have a .wrl file in my linux machine, which I have generated using a c++ code, and I am supposed to display the contents of .wrl file in graphics, which should show few shpere with different colours, If some body can help me with finding the proper …

0
71
Member Avatar for shanker86

Hi all here is my pair.h file which when I run using g++ on linux I am getting error like "pair.h:39: error: expected constructor, destructor, or type conversion before ‘ostream’" any help would be greatly appreciated! Thanks WRAP template <class T1, class T2> class pair2 { private: T1 first_; T2 …

Member Avatar for shanker86
0
426