Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cmackowski

  1. cmackowski

    Javascript Standards

    Hello All, First I have no real knowledge of javascripts. Only examples that I have been able to find. We have an intranet site which is unable to work with Firefox. I am assuming that the problem is MS JVM scripts vs. Sun Javascript. This site needs overhaul for other reasons. Personally...
  2. cmackowski

    Rounding Decimal Places

    Thank You !!!
  3. cmackowski

    Rounding Decimal Places

    I changed to the brackets (I found I needed the quotes using vi and gcc) Still getting these errors: c:\docume~1\x0005432\desktop\lab2-1.cpp:51: syntax error before `<' c:\docume~1\x0005432\desktop\lab2-1.cpp:51: syntax error before `>' c:\docume~1\x0005432\desktop\lab2-1.cpp:52: ANSI C++...
  4. cmackowski

    Rounding Decimal Places

    OOh my is right........Thanks for all your help. Still having problems though.. #include "iostream" /* include stdio.h header file */ #include "cmath" /* include math.h header file */ using namespace std; double round2(double); // not float, see round2...
  5. cmackowski

    Rounding Decimal Places

    Could someone point out what is wrong here. I can't seem to input the variable into this function..... #include "iostream" /* include stdio.h header file */ #include "cmath" /* include math.h header file */ using namespace std; /* Function Prototypes */...
  6. cmackowski

    Rounding Decimal Places

    Thank you ArkM!
  7. cmackowski

    Rounding Decimal Places

    Also in your example, where would I call the input from my variable?
  8. cmackowski

    Rounding Decimal Places

    This would round to the second decimal place correct? 12.3456789 would still round to 12.35? Thanks for your Help!!
  9. cmackowski

    Rounding Decimal Places

    Hello, I'm taking an intro to c++ and having problems with one of my projects. As part of it, I need to round to the second decimal place. I have searched all over my books and plenty of time on google before this. I even emailed the instructor who has not responded. So I need to take a number...
  10. cmackowski

    Variable not formatting correctly

    I need to make a variable to the previous day to grep items from /var/adm/messages. The command works fine from prompt. Once you turn it into variable, the formatting is wrong. bash-2.05$ /usr/bin/perl -e 'print substr(localtime(time-86400), 4, 6),"\n";' Dec 9 <<<Correct, with two spaces...
  11. cmackowski

    Connecting to Novell Netware servers using DOS

    This message is for TheLad..... I would really like to take a look at your IP boot disk.. I have been trying to figure out how to run 2.71 and connect only through IP... My email is chris.mackowski@eds.com -Thanks Chris
  12. cmackowski

    Client 2.71 DOS and Netware 5

    Can you actually login to a Netware 5 box only running ip with the DOS client? The client is getting avalid DHCP address but it cannot find the fileserver...Please let me know if you have any ideas. -Chris
  13. cmackowski

    Video Card Install Problems

    I have been having problems getting past the video card setup. I have a ATI Rage Pro 8m/b, whenever I select it as an option and test it (or any other card in the family like xpert@play ) the xserver reports it could not find a mach64 controller. The only way I can get the install to complete is...
  14. cmackowski

    Web Based plugin for sendmail

    Hello, I have my own novell 5 box that I use to play around with. I am running groupwise 5.5 with the web based plugin. I am wondering if there is a option in sendmail for web based email. -Chris
  15. cmackowski

    need help with netatalk and ncpfs

    I need a temporary (free) solution for a fileserver running appletalk and something (either ncpfs or samba) that will talk to pc's. I have 200 macs that will need to dump files from h/d then retrived on their new pc's. I thought I would be able to use my netware server to...

Part and Inventory Search

Back
Top