Search:

Type: Posts; User: Sekti

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: image roll overs

    by Sekti
    Replies
    4
    Views
    1,700

    image roll overs

    ok im makeing a website and i know alot aobut html and all but i havent made anything in a while and forgot how to make it to where when the mouse goes over one of the buttons in the menu it chanegs...
  2. Thread: mouse in console

    by Sekti
    Replies
    3
    Views
    891

    mouse in console

    ok so im sitting here useing edit in dos and it hits me im useing the mouse how would you do this i wasnt sure what to search for on google so um any point in the right direction would be nice im...
  3. Replies
    3
    Views
    4,644

    drawing a 2d array

    ok im makeing a game and the maps are 80 accross 15 down and the only way i can think of drawing it is with a lot of
    couts or with alot of loops but i cant get the loop idea to work any have some...
  4. Thread: opengl books

    by Sekti
    Replies
    6
    Views
    2,445

    opengl books

    any advice on any opengl books?
  5. Thread: domain name

    by Sekti
    Replies
    3
    Views
    2,274

    domain name

    where can i get one money doesnt matter (well 20 a year or so would be nice) or if you know of a host with a free domain name includeed that would be nice but only if you use them and enjoy their...
  6. Thread: gotoxy

    by Sekti
    Replies
    9
    Views
    1,424

    ok

    i have been working on it and it compiles fine but when you run it you cant move the guy unless you like go into the wall i dont know its wierd



    #include <iostream.h>
    #include <conio.h>

    int...
  7. Replies
    2
    Views
    757

    unresolved external errror

    when i go to compile my program the error comes up

    Error: Unresolved external 'collesion_d(char)' referenced from C:\PROGRAM
    * FILES\VIDE\WALLS\TEST.OBJ

    i dont know how to fix it though
  8. Thread: gotoxy

    by Sekti
    Replies
    9
    Views
    1,424

    one thing what does return false do

    one thing what does return false do
  9. Thread: text engine

    by Sekti
    Replies
    2
    Views
    980

    text engine

    can anyone pont me in the right direction of a tutorial for makeing maps and useing gotoxy and suck for a text based game
  10. Replies
    62
    Views
    6,525

    How did you make those boxes ive been thinking of...

    How did you make those boxes ive been thinking of makeing a game this would help me alot
  11. Replies
    4
    Views
    962

    reading from a file

    i have a list of names in a file but i dont know how many like
    bob
    joe
    john
    and i need them in different variables so my first idea was to use getline to put them into an array of pointers. but...
  12. Thread: clipboard

    by Sekti
    Replies
    2
    Views
    1,950

    clipboard

    How do you take whats in the clip board (ctrl c) into a string. and how do you put a string into it.
  13. Replies
    9
    Views
    2,655

    ok what dont you understand ill help you personly...

    ok what dont you understand ill help you personly over aim if you want
  14. Replies
    8
    Views
    3,034

    I see persons in a lot of legal things

    I see persons in a lot of legal things
  15. Replies
    8
    Views
    3,034

    persons and people

    What is the difference between persons and people
  16. Thread: Folders

    by Sekti
    Replies
    1
    Views
    2,424

    look for info on the mkdir() function

    look for info on the mkdir() function
  17. Replies
    4
    Views
    1,340

    look in the function list at cprogramming theres...

    look in the function list at cprogramming theres one to round it off then turn it into an int
  18. Replies
    20
    Views
    4,755

    **** my little brother watches it and i seriously...

    **** my little brother watches it and i seriously think it is turning him gay he is like hamsters are cute...
  19. Thread: xoring

    by Sekti
    Replies
    3
    Views
    1,358

    xoring

    how do i encrypt things that are say 10 characters long with a key that is 5. like this

    char string[10];
    char key[5];

    string=string^key;

    only encrypts half of string.
  20. Programming C++ for dummies

    Programming C++ for dummies
  21. Thread: Linux/Xp

    by Sekti
    Replies
    32
    Views
    7,473

    ...

    Think of it this way:
    Linux -> Free
    Windows -> From 180 and up (Cheapest I've seen)

    And linux is stable but freeBSD is better windows has the majority and acos isnt up for doanload (or is it...
  22. Thread: simple question

    by Sekti
    Replies
    2
    Views
    832

    simple question

    what is an unsigned integer?
  23. Replies
    5
    Views
    1,134

    go to google type in vide download it install it...

    go to google type in vide download it install it and you have a decently nice looking program to type in then compile your code in
  24. Replies
    5
    Views
    1,662

    here you go #include ...

    here you go



    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    cout<<"Running sekti.bat"<<endl;
  25. Thread: Vending machine

    by Sekti
    Replies
    6
    Views
    6,314

    here is a little part dude #include...

    here is a little part dude



    #include <iostream.h>
    #include <conio.h>

    void vend (int drink);

    int main()
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4