Forum: C++ Nov 18th, 2008 |
| Replies: 5 Views: 642 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... |
Forum: Windows Vista and Windows 7 Nov 16th, 2008 |
| Replies: 3 Views: 821 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... |
Forum: Windows NT / 2000 / XP Nov 16th, 2008 |
| Replies: 15 Views: 1,212 Ok , then I shall install vista.
Thankyou for your prompt replies . |
Forum: Windows NT / 2000 / XP Nov 16th, 2008 |
| Replies: 15 Views: 1,212 Yeah the prompt which appeared by typing sfc scannow disappeared with any message.
I think that I would give up repairing xp and i think it is time for me pre - pone installing vista .
I ran... |
Forum: Getting Started and Choosing a Distro Nov 16th, 2008 |
| Replies: 14 Views: 4,303 Thank you, I shall then install ubuntu 8.10 64 bit. |
Forum: Windows NT / 2000 / XP Nov 16th, 2008 |
| Replies: 15 Views: 1,212 Yeah , I restored to a date before I installed my vista theme. |
Forum: Windows NT / 2000 / XP Nov 15th, 2008 |
| Replies: 15 Views: 1,212 I have went through the system restore process ...
In the end it restarted , but after booting up the problem still persists. |
Forum: Windows NT / 2000 / XP Nov 15th, 2008 |
| Replies: 15 Views: 1,212 I tried restoring it in safe mode but it did not work.
I use an acer 5920
1.83Ghz
2GB ram
intel mobile 965 express chipset family
64 bit but the os is 32 bit. |
Forum: Windows NT / 2000 / XP Nov 15th, 2008 |
| Replies: 15 Views: 1,212 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... |
Forum: Getting Started and Choosing a Distro Nov 15th, 2008 |
| Replies: 14 Views: 4,303 hehehe
thank you :-)
Since ubuntu 8.10 is out what I am thinking is that I do a complete reinstall of the "32bit" os.
can I still use the same patch? |
Forum: Getting Started and Choosing a Distro Nov 15th, 2008 |
| Replies: 14 Views: 4,303 I went through the second link that you have posted.
The author there said that he has attached the attachment in the post in... |
Forum: Getting Started and Choosing a Distro Nov 14th, 2008 |
| Replies: 14 Views: 4,303 Now I thing mine is more of a question of fancontrolling than choosing a distro.
So, It's better for others who browse through the site , to see this thread in a different section of daniweb.
... |
Forum: Getting Started and Choosing a Distro Nov 13th, 2008 |
| Replies: 14 Views: 4,303 I searched the directory /sys/devices/platform as you said but ....
you yourself have a look in the directory ... I could not find any fan1_ ... files
krishna@talupula:/sys/devices/platform$ ls... |
Forum: Getting Started and Choosing a Distro Nov 13th, 2008 |
| Replies: 14 Views: 4,303 olycomputer , I just went through the default installation setup that ubuntu gave.
After that i never installed any laptop packages . could you please tell me how do i do it now.
evstevemd,I am... |
Forum: Getting Started and Choosing a Distro Nov 12th, 2008 |
| Replies: 14 Views: 4,303 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... |
Forum: *nix Hardware Configuration Oct 16th, 2008 |
| Replies: 0 Views: 1,554 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... |
Forum: Cases, Fans and Power Supplies Oct 13th, 2008 |
| Replies: 2 Views: 944 There would be someone who can help me ...please... |
Forum: Cases, Fans and Power Supplies Oct 12th, 2008 |
| Replies: 2 Views: 944 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... |
Forum: Getting Started and Choosing a Distro Sep 3rd, 2008 |
| Replies: 4 Views: 2,412 Searching the internet I could find fair enough tutorials explaining how to do a dual boot.
But I am not able to get the answer to my question:which should i use xp or vista |
Forum: Getting Started and Choosing a Distro Sep 2nd, 2008 |
| Replies: 4 Views: 2,412 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... |
Forum: C++ Nov 10th, 2007 |
| Replies: 5 Views: 986 this is a strange problem!
i declared class floatl(not defined)int the header intl.h
and declared class intl(not defined)floatl in the header floatl.h
and the error was strange!
power_i.h:... |
Forum: C++ Nov 9th, 2007 |
| Replies: 5 Views: 986 all the header files contain friend operators definitions
and order in allheaders.h was
intl.h
intl_mem-1
inrl-mem-2
...
..
floatl.h |
Forum: C++ Nov 9th, 2007 |
| Replies: 5 Views: 986 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)... |
Forum: C++ Nov 7th, 2007 |
| Replies: 2 Views: 3,898 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... |
Forum: C++ Oct 29th, 2007 |
| Replies: 2 Views: 638 is the syntax used below is correct?
class zz
{
private :
string s;
//constructor
private:
friend zz operator-(zz z);
//assume definition of operator<< |
Forum: C++ Oct 16th, 2007 |
| Replies: 6 Views: 749 i use a g++ compiler
the file was there as it is ,
it was the whole of the text in the .h file that
has disappeared!
i have a class definition in the header file
and i have heard that... |
Forum: C++ Oct 15th, 2007 |
| Replies: 6 Views: 749 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? |
Forum: C++ Oct 5th, 2007 |
| Replies: 10 Views: 1,625 narue,
you told me of two cases when buffer gets flushed (when buffer gets filled up or while input is from a tied stream )
tell me the other cases
if these are the only cases
and if input is... |
Forum: C++ Oct 5th, 2007 |
| Replies: 10 Views: 1,625 now,
if i have a code whose only
only work is to print "hello world"
to the monitor
and in that code i increased the capacity
of the buffer so that it is not saturated
by the length of... |
Forum: C++ Oct 5th, 2007 |
| Replies: 10 Views: 1,625 i think i got it,
now ,is there a way that we stop flushing action of
output stream buffer for a while either by
........increasing the capacity that the buffer can hold
or
.........by... |
Forum: C++ Oct 4th, 2007 |
| Replies: 10 Views: 1,625 but using cout or any object of ofstream also makes
the data to be outputted what difference does flush make |
Forum: C++ Oct 4th, 2007 |
| Replies: 10 Views: 1,625 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... |