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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: asm1
  • Order by date
  1. asm1

    Portability

    Thanks for your good advice. I am sure we will be back to ask more on this subject. The tougher it gets the more you learn! The more you learn the tougher it gets!
  2. asm1

    Compile probs

    Thanks guys, feel a bit silly now I have been messing for two days. [bugeyed] The tougher it gets the more you learn! The more you learn the tougher it gets!
  3. asm1

    which distro ?

    thanks got apache going now i will move the web site. thanks again The tougher it gets the more you learn! The more you learn the tougher it gets!
  4. asm1

    XP Pro running Apache.... # of concurrent connections?

    Straight from the horses mouth http://support.microsoft.com/?kbid=314882%22 The tougher it gets the more you learn! The more you learn the tougher it gets!
  5. asm1

    which distro ?

    ok looked there and no Apache i must not have installed it, can i just put the redhat disk in, then boot from cd and choose to upgrade? then install apache or is there a better way? thx for your time. The tougher it gets the more you learn! The more you learn the tougher it gets!
  6. asm1

    Compile probs

    ok i have taken the programme back to an hello world and this is what i get //deleating pointers //alocating and deleating pointers #include <iostream> using std::cout; //using std::endl; int main () { /* int localVar = 5; int * plocal = &localVar; int * pheap = new int; *pheap =...
  7. asm1

    Portability

    thank you for your reply, we will have a chat about it. The tougher it gets the more you learn! The more you learn the tougher it gets!
  8. asm1

    Compile probs

    i did this but i now get more errors and i can't see the problem. could i be compiling wrong or maybe the .cpp file extension wrong, i just dont know. i have put the alterd programme and errors below thx //deleating pointers //alocating and deleating pointers #include <iostream> using...
  9. asm1

    which distro ?

    i think i am talking about LAMP, the website is already setup on an XP machine but i want to put Apache on my redhat box then move the website over but dont know how to install Apache on redhat. thanks for your help The tougher it gets the more you learn! The more you learn the tougher it gets!
  10. asm1

    Compile probs

    thanks for that, now u mention it I actually remember reading it somewhere; I will have a mess The tougher it gets the more you learn! The more you learn the tougher it gets!
  11. asm1

    which distro ?

    Sorry i actually meant which Apache The tougher it gets the more you learn! The more you learn the tougher it gets!
  12. asm1

    Compile probs

    please help, when i compile the following code i get errors not sure what they mean though. very new to Linux and C++ #include <iostream> int main () { int localVar = 5; int * plocal = &localVar; int * pheap = new int; *pheap = 7; cout << &quot;localVar: &quot; << localVar <<...
  13. asm1

    which distro ?

    Hi all, i want to move my website from XP over to a redhat 9 but when i went to http://apache.mirrors.rossfell.co.uk/dist/httpd/ i did not have a clue which to get. could some one please point me to the correct one. i would like support for: PHP SSL thanks The tougher it gets the more you...
  14. asm1

    Portability

    Hi all, Thinking of developing a network programme that we would like to be able to use on different platforms (Linux and Windoze) and i was wondering how portable this programme is likely to be. The assumption is that the programmes would have to be compiled on the appropriate platforms. Any...
  15. asm1

    depreciated &lt;iostream.h&gt;

    ok thanks i will look into -static The tougher it gets the more you learn! The more you learn the tougher it gets!
  16. asm1

    Memory Usage?

    type man sar into google. i did it and this was at the top http://www.hmug.org/man/1/sar.html The tougher it gets the more you learn! The more you learn the tougher it gets!
  17. asm1

    un-mount usb stick

    that could be the problem. i had a window open as i was going to watch it happen. i will try again thx for your reply. The tougher it gets the more you learn! The more you learn the tougher it gets!
  18. asm1

    un-mount usb stick

    i have tried the umount but didnt seem to work can u explain a simple unmount <path> thx The tougher it gets the more you learn! The more you learn the tougher it gets!
  19. asm1

    depreciated &lt;iostream.h&gt;

    ok thanks for pointing that out, i will alter my screen res to better my reading. i will do a search for the new standards on google. thanks again The tougher it gets the more you learn! The more you learn the tougher it gets!
  20. asm1

    depreciated &lt;iostream.h&gt;

    Hi all, I have a question but not sure if I am in the right forum, so please let me know if there is a more appropriate one to ask the question. I am messing with c++ from a book (C++ for Linux) and when I compile the programme below with the command “gcc cplus.cpp –o myoutput” I get stuff...

Part and Inventory Search

Back
Top