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 John Tel 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: pegazaus
  • Content: Threads
  • Order by date
  1. pegazaus

    list.erase(it) problem

    Hello , First I wanna thank all the people that hade helpt with "string to int" problem. I'm using Visual studio 6.0 and I 'm woking on the following code: list<Figure *>HildingsKakor; ..... Figure* p = new Figure("somebitmp.bmp, 100, 100"); HildingsKakor.push_back(p); Figure* p = new...
  2. pegazaus

    String to int

    Is there a function in C++ other than atoi() that converts a string to int?
  3. pegazaus

    String to int

    Is there a way to convert a string (class string) to int in c++, Other than atoi()? I mean is there a function writen, specially for C++, that does that?
  4. pegazaus

    Parsing in PHP

    Hi I need to know how to parse a String in PHP. Exemple when a use enters his/her name, I need a function that checks if the user did type some nonalphabethical characters.
  5. pegazaus

    Sqlite with PHP

    Hello Good people I'm beginner with PHP and I'm trying to create a simple guest book. I'm using Sqlite because I'm familiar with it and I'm trying to spare me the complications of installing Mysql or other DB-applacation. Does anybody knows a good tutorial about Sqlite with PHP? Thx
  6. pegazaus

    Help Needed to install Apache 2.0.54 on WinXP

    Hello I'm trying to install apache2.0.54 on winXP. I want to use it to test my own PHP files on my local PC. During installation I 've choosen : 1- whatevernet.com 2- www.whatevernet.com 3-webmaster@whatevernet.com then I've choose the option that listens to 8080 (personal use) I really...
  7. pegazaus

    Need help to install Apache 2.0

    Hello I'm trying to install apache2.0.54 for Windows,on winXP. I want to use it to test my own PHP files on my local PC. During installation I 've choosen : 1- whatevernet.com 2- www.whatevernet.com 3-webmaster@whatevernet.com then I've choose the option that listens to 8080 (personal use)...
  8. pegazaus

    Mixing Css with Javascript

    Hello I'm creating a home page that allow users to change it layout. My layout is defined in CSS form i the <head> tag . . <head> <style type="text/css"> td.mintd {font-family:Verdana; font-weight:normal; font-size: 12px...
  9. pegazaus

    Going back to priviosly visited window via a created button

    Hello I'm new to java script. I need to know how to create script that allow the user to go back to previosely visited window whenshe/he pushes a button from with in the HTML. I don't wanna use the "back" button in the menu. Is there a javascript that can do that? I appreciate all help. thanks
  10. pegazaus

    JSP problem with tomcat 5.0.28

    Hi I 'm beginner with tomcat and I have a problem with JSP files. I have tomcat5.0.28 (preconfigured) installed on WINXP OS. I'm working in ROOT directory (C:\Program\Apache Software Foundation\Tomcat 5.0\webapps\ROOT), this is where all my jsp files are, and my java class-file are in a...

Part and Inventory Search

Back
Top