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 bkrike 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: XoFF
  • Content: Threads
  • Order by date
  1. XoFF

    multiple sites

    hey, i have a website under /var/www/html/personalwebsite/index.html my DocumentRoot is /var/www/html/ I contacted my isp for redirecting an ip to website.foo.com but it always shows the index file under /var/www/html now i want to acces my webpage when entering website.foo.com When i...
  2. XoFF

    startx problem

    hey i run debian 3.0r2 but when i want to start my startx i get a fatal server error: AddScreen/ScreenInit failed for driver 0 tx in advance
  3. XoFF

    cant reboot

    hello, since recently I can't reboot my system. I've installed winxp & linux and they have both this problem. i can still shutdown my pc so i think it is hardware related. i ve got a ASUS P4SP - MX mobo. can anyone help? thx
  4. XoFF

    irda,, fir, pcmcia

    what's the difference between irda and fir? I want to buy a laptop with a centrino chip but has no pcmcia. When i'm looking at other configurations i see a lot of laptops without pcmcia? why is this? tx greetz XoFF
  5. XoFF

    buying laptop

    hey, I want to buy a laptop but i don't have any idea what's important and what to look for... What i want to use my laptop for: programming, photoshop, office, internet, watching dvd's, tx
  6. XoFF

    functions & arrays

    hi, i wanna use an array in my main for declaring and fill the array. but i wanna use in my function the array to determine who is oldest person but when i call my function in main i get error : parse error before ']' token here is code: #include <stdio.h> int oldest(int array [2][3]) {...
  7. XoFF

    adjust cursor position

    in c++ you can by including library <conio.h> use gotoxy to adjust your cursor position. Can anybody tell me how to use it in c?
  8. XoFF

    library math.h

    i use microsoft visual (c/c++). When I include library math.h and in program i use M_PI i get error : error C2065: 'M_PI' : undeclared identifier tx 4 help
  9. XoFF

    int / float

    i want to make the sum of very large numbers. My question is can i use it with a long type? cause now i use a double it works fine but i don't wanna use floats just positive numbers... maybe a long unsigned??? also what is l used for %lf? ex: scanf(&quot;%lf&quot;,&getala);
  10. XoFF

    Checkers

    i want to build a user defined checkers board but when i execute program,he's stuck in a endless loop... he's continously printing @'s here is code: #include <stdio.h> #define WHITE &quot; &quot; #define BLACK &quot;@&quot; main() { int ZoneX,ZoneY,n,k,i,j; printf(&quot;Give...
  11. XoFF

    conversion

    when i enter a float in my program he always shows 4 digits after the point. but i dont want leading zero's so: 5.2 not 5.2000 5 not 5.0000 5.236 not 5.2360 It's hard to explain because english isn't my mother tongue

Part and Inventory Search

Back
Top