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.

~2K People Reached
Member Avatar for tnvkrishna

I am having Acer 5920 (64bit ,intel mobile express 965 chipset family) laptop. I have been using ubuntu 8.04 64bit on it for a while.Even internet browsing makes the temprature of laptop to shoot to above 50C.I have tried configuring it a lot(using pwmconfig , gkrellm ...). But they either …

Member Avatar for Assembly Guy
0
763
Member Avatar for tnvkrishna

hii everyone I bought a new laptop and want to install both windows and suse. But i'm not able to decide between xp and vista. I would only use windows only if a certain work is simply not possible with suse (in a convenient way) heard that vista consumes huge …

Member Avatar for jbennet
0
98
Member Avatar for tnvkrishna

I have xp currently installed. I want to install vista business on my laptop. (my laptop's specs are at the bottom) could you tell me if my laptop is vista capable . I should have used vista upgrade advisor ... but my current xp installation is kinda broke down completely …

Member Avatar for hollowman1
0
234
Member Avatar for tnvkrishna

OS: windows vista 32 bit. I was searching the web for a compiler which has lesser numbers of issues and with good written help available. I am thinking of vc++ or blood shed dev c++ Then I came across this term ANSI ..... Is it necessary for a compiler to …

Member Avatar for jbennet
0
213
Member Avatar for tnvkrishna

I am using xp pro sp2. I wanted to install a vista theme. I installed some of the themes and every thing went fine. But after rebooting nothing was visible on the desktop. Nothing would appear by right clicking. I use task manager and type in command to do my …

Member Avatar for caperjack
0
201
Member Avatar for tnvkrishna

I have installed ubuntu. Every thing is working great ,except the fan control part. The fan starts at temperature around 60deg Celsius. I want to start it much before. I have installed lm-sensors. I noticed that there are no entries in /proc/acpi/fan . I am able to read the Core …

0
56
Member Avatar for tnvkrishna

Hello, After days of went-in-vain googling I finally wanted to start a thread here. I am using ubuntu 64bit 8.04 I just wanted to configure my fan settings. My fan starts when temperature is above 60C and stops when It reaches below it. I wanted to change my settings so …

Member Avatar for caperjack
0
87
Member Avatar for tnvkrishna

hello, i have a header file (intl.h)which contains the declaration of members of class intl and the members functions are defined in 5 different headers and i have one more header (floatl.h) which contains the total declaration of class floatl and it's member functions the over view is something like …

Member Avatar for vijayan121
0
114
Member Avatar for tnvkrishna

title was self explanatory.. i repeat .. can a class allow a friend method of a friend class to use it's protected or private members oh yes one more, can a friend method of a derived class use base class's protected members i am new to this type of concept …

Member Avatar for vijayan121
0
107
Member Avatar for tnvkrishna

is the syntax used below is correct? [code=cplusplus] class zz { private : string s; //constructor private: friend zz operator-(zz z); //assume definition of operator<< }; //constructor //operator<< zz operator-(zz z) { string s; s=z.s+"hello"; return zz(s); } int main() { zz a("fsd"); cout<<(-a); } [/code] i am new to …

Member Avatar for Duoas
0
151
Member Avatar for tnvkrishna

hello, i wrote a header file the file got deleted while i was compiling it that header file includes a class definition and nothing else what might be the problem? tnvkrishna

Member Avatar for Salem
0
92
Member Avatar for tnvkrishna

i dont understand what the function "flush" does please answer and one more, is there a way that we output a set of data only after a certain while in program execution without storing it in a file and again printing it after reading from that file eg.... i declared …

Member Avatar for vijayan121
0
109