Search Results

Search: Posts Made By: Fingerz
Forum: Programming 10-26-2012
2,390
Posted By Fingerz
What going on
Ok been at this most of the day. The book I am reading stated that this was a bug.

Given a binary arithmetic operator, and arguments of different types, the compiler will treat both as if they're...
Forum: Programming 10-26-2012
2,390
Posted By Fingerz
Compiler is gcc 4.5.2 on Solaris11 Box
It prints fine however given the 2 different formulas it prints 2 different results.

kilometers = 1.609 * (miles + yards / 1760.0);
end result = A marathon is 42.185970 kilometers.

...
Forum: Programming 10-26-2012
2,390
Posted By Fingerz
printf
printf("\nA marathon is %f kilometers.\n\n", kilometers);
Forum: Programming 10-26-2012
2,390
Posted By Fingerz
Math function with C
I have

int miles, yards;
float kilometers;
float kilometers2;
miles = 26;
yards = 385;
kilometers = 1.609 * (miles + yards / 1760.0);


where...
1,430
Posted By Fingerz
. and / usuage
From what I have read . is for current director and the / represents directory.

So I have a file hello.c in order to run that file I have to type
./hello which is a compiled C program. If I put a...
Forum: Solaris 10-22-2012
15,464
Posted By Fingerz
Fixed
Ok I was missing the GNU Developement Tools for Solaris files. Found them and installed it. Everything is working now.:b:
Forum: Solaris 10-22-2012
15,464
Posted By Fingerz
fatal error: stdio.h: No such file or directory
Trying to compile a C program recievin this
hello.c:1:19: fatal error: stdio.h: No such file or directory
gcc is installed on the system.

echo $PATH...
Forum: Ubuntu 10-20-2012
4,083
Posted By Fingerz
Ok in safe mode
So how do I go about changing the resolution for the video card. tried using xrandr and keep getting Cant open display. How can I get the list of types of video adapters are being used. Figured it...
Forum: Ubuntu 10-20-2012
4,083
Posted By Fingerz
Monitor issues Invalid Format
Hello Folks,
Monitor took a crap on me so I bought a new flat screen. Im running Ubuntu 12 recieving an invalid format after the GUI login screen. How do I go about trying to change the...
Forum: Programming 10-16-2012
1,386
Posted By Fingerz
Signed and unsigned intergers
when a date type is considered signed and unsigned is that simple referring to - for signed and positive numbers for unsigned? Further if that is the case would mutiplying and dividing ect where 2...
Forum: Solaris 10-12-2012
8,479
Posted By Fingerz
Ok everytime I make some progress more is piled...
Ok everytime I make some progress more is piled on top. However what is piled on top is more jiberess. Its obvious Im new to Unix. If this was windows the program would be installed and usable, done...
Forum: Solaris 10-12-2012
8,479
Posted By Fingerz
Ok got the path variable set. I typically dont...
Ok got the path variable set. I typically dont root around but thanks for the advice on that, now I have a backup folder I copy files to rename one to fileold and edit the other so I can revert to...
Forum: Solaris 10-11-2012
8,479
Posted By Fingerz
Java and Javac problems
Ok need some help getting Java working I have the JRE JDK as well as the Netbeands IDE installed. But still having issues getting java and javac working from command line. Running Solaris 11 64 box....
Forum: Fedora 10-06-2012
3,904
Posted By Fingerz
Installing netbeans
How can I install netbeans on Solaris. Is there a package manager like yum for Fedora. I have tried pkg install netbeans, doesnt find it. Already preformed pkg install slim_install and it installed...
Forum: Solaris 10-05-2012
7,881
Posted By Fingerz
Web Browsers
How and what other web browsers can I install for Solaris 11 86_64?
Forum: Red Hat 10-03-2012
3,590
Posted By Fingerz
Well I installed Fedora 12 on the same disk that...
Well I installed Fedora 12 on the same disk that was giving me errors when trying to install Fedora 17. I have never had to dig so deep to install an OS as to getting into actually drivers and such....
Forum: Red Hat 10-02-2012
3,590
Posted By Fingerz
I appreciate all the info great stuff. Gonna give...
I appreciate all the info great stuff. Gonna give this install a whirl now. Thanks so much for the time.

---------- Post updated at 04:09 PM ---------- Previous update was at 02:08 PM ----------
...
Forum: Red Hat 10-02-2012
3,590
Posted By Fingerz
Ok so Swap is the equivalant to Cache for...
Ok so Swap is the equivalant to Cache for Windows? Very well explained about the mounting makes much better sense now. Ok as far as the hard drive. I finally was able to get rid of all the partition...
Forum: Red Hat 10-02-2012
3,590
Posted By Fingerz
Hard drive formating
Im trying to install a fresh version of Fedora 17. I keep getting formating errors when trying to reformat the hard drive. I recieve errors as well I I try to use the entire disk for the install...
Forum: Solaris 09-26-2012
2,033
Posted By Fingerz
What OS closest represents Solaris
Hi all. Im new to programming and Unix. Want to start learning to use Solaris 11. I have 2 boxes currently and want to run an all in one Solaris Box to act as a file server, web server ect. I want to...
2,431
Posted By Fingerz
tar file help and uid guid?
when I executed tar xvf jre-7u7-soloris-i586.tar.gz it created the last entry with user as 10 and group as 143. When I execute the cd to the jrel directory I get directory not found error. Not sure...
Forum: IP Networking 02-20-2012
2,142
Posted By Fingerz
Sharing internet connection
Hello all,

Recently took a dive into Unix using Fedora 12 atm. I have cable modem with DHCP and a linksys 8 port router. With windows I was able to simple use the uplink port and plug each...
Showing results 1 to 22 of 22

 
All times are GMT -4. The time now is 11:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy