Forum: C Aug 9th, 2009 |
| Replies: 1 Views: 235 I made a rough algorithm from given program.
1. Take inputs from user.
2. Do calculations.
3. Print the result.
I suggest you to add do...while loop as follows =>
1. do
{ |
Forum: C Aug 7th, 2009 |
| Replies: 13 Views: 572 I assume that you know how to traverse a linked list.
just strat from 0th node and go to the node which containg negative number.
make next node of this current node(which containg negative... |
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2009 |
| Replies: 7 Views: 751 I guess you are talking about vb6.
I am using vb6 since past 1 yr and I learned that there is no such way (using vb) to change button font color.
Initially when i was newbie I also had that thought... |
Forum: Getting Started and Choosing a Distro Jul 28th, 2009 |
| Replies: 4 Views: 7,652 hi Ken,
I want to create linux installation disc.(not necessarily live cd/dvd)
I have ubuntu 9.04 installed on my pc.
But my requirement is that i want to add all the packages & softwares which I... |
Forum: Getting Started and Choosing a Distro Jul 25th, 2009 |
| Replies: 8 Views: 746 I think this problem is due to partition.
I read somewhere that we cannot have more than 4 'Primary' partitions on one hdd.
If you can, first free one partition among your 4 partitions fro linux... |
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2009 |
| Replies: 7 Views: 530 which language u r using?
and what actually u want? |
Forum: C Jul 12th, 2009 |
| Replies: 9 Views: 939 it is not postfix / prefix in 'c' language i.e. it is not ++a (pre increment 'a') or b-- (post decrement 'b')
it a postfix/prefix which referes to conversion of human readable mathematical... |
Forum: Getting Started and Choosing a Distro Jul 2nd, 2009 |
| Replies: 11 Views: 2,593 dear krnekhelesh
which version of vista u hve pre-installed.?
And i am sure, (i have done re-installing vista in my brand new laptop for more than 8 times whithin first 6 months) that my vista... |
Forum: Getting Started and Choosing a Distro Jul 1st, 2009 |
| Replies: 11 Views: 2,593 Hey thanx all of u.
My vista is came PRE-INSTALLED in my laptop.
so i dont have vista installation disk.
I have vista Recovery Disk. (Which is to be created by user)
Which means in any sequence... |
Forum: Getting Started and Choosing a Distro Jun 30th, 2009 |
| Replies: 11 Views: 2,593 I have vista basic preinstalled in my laptop.
I want to install FIRST windws XP over VISTA and THEN Linux over XP.
So my pc will have three os like this:
1. Vista
2. XP
3. Linux
will it work?... |