Search:

Type: Posts; User: sea_4_ever

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. GTKMM developer required for a simple front-end application

    We have developed a new type of unbounded, procedural, relational database which was under development for roughly 7 years.

    Now, we require one GTKMM developer to make a simple front-end...
  2. Replies
    4
    Views
    1,495

    to print one %, use two. printf("%%");

    to print one %, use two.


    printf("%%");
  3. Replies
    5
    Views
    1,018

    Simple, Just add something to stop it from...

    Simple, Just add something to stop it from exiting, it exits because it has no reason to stay open.
    try :
    putting the program in an intinite loop.
    adding a scanf at the end, to hold it open.
    if...
  4. Replies
    6
    Views
    1,359

    Has anyone ever wondered what would have happened...

    Has anyone ever wondered what would have happened if Neo had picked the blue pill?
    A lot of inventions came from the Matrix movies, if they never happened, what state would the world be in now?...
  5. Replies
    26
    Views
    13,484

    No Fear! I am here to save the Day! *sea_4_ever...

    No Fear! I am here to save the Day!
    *sea_4_ever rides up on a white horse.
    I WILL ATTEMPT THIS!
    so, am I allowed to use more than one variable?
    I will need at least 7;

    At least I think this...
  6. Replies
    6
    Views
    1,359

    Check the FAQ on how to get input without having...

    Check the FAQ on how to get input without having the user press Enter.
  7. Replies
    3
    Views
    2,782

    I need ASCII art.

    I need someone who is good at ASCII art to make a few pictures of some animals, for my "GigaPet".
    Any animals would be useful.
    My gigapet can evolve into countless species, so make whatever animal...
  8. Replies
    17
    Views
    3,535

    I think you want something to print all possible...

    I think you want something to print all possible numbers(in words)
    like
    1 800 FOO BAR
    How many digits do these American numbers have?
    I am accostomed to 7 digit numbers.
    Hm...You DO realize...
  9. Replies
    10
    Views
    3,077

    regarding finding your ip address. Type in...

    regarding finding your ip address.
    Type in command prompt :
    ipconfig

    apparently computers have more than one ip. hmm.
  10. Replies
    5
    Views
    2,521

    All skill levels? As with Bazerx, I have no...

    All skill levels?
    As with Bazerx,
    I have no talent but I'd be more than happy to help!
  11. Replies
    26
    Views
    8,188

    In my personal opinion, Humans have come as far...

    In my personal opinion,
    Humans have come as far as possible in evolution, and technology is the only thing that continues to evolve in this world, with the exception of animals(not humans),...
  12. Replies
    4
    Views
    1,450

    I don't know about posting the code I have...

    I don't know about posting the code I have written so far, It is really repetitive, and boring, not to mention long.
    But I can explain better.
    I am using the example from the FAQ for using the...
  13. Replies
    4
    Views
    1,450

    Declare universal

    In this program,
    In the main function, the user inputs the values of certain variables, and then goes to a menu, which is connected to various other functions.
    My problem is that I need the other...
  14. Replies
    7
    Views
    1,965

    robwhit, I already know how. I just need to...

    robwhit, I already know how.
    I just need to think of what game to make.
  15. Thread: Seg fault

    by sea_4_ever
    Replies
    40
    Views
    4,655

    Still, save that source. At some time, you will...

    Still, save that source.
    At some time, you will come back when you are good enough, and be able to fix it.
  16. Replies
    7
    Views
    1,965

    Alright, I have a something working, thanks for...

    Alright, I have a something working, thanks for all the help.
    Now, I JUST figured out the "get input without pressing enter" thing, and have a good idea of how it works, now to practice it, I need...
  17. Replies
    7
    Views
    1,965

    Don't answer all at once! really.

    Don't answer all at once!
    really.
  18. Replies
    7
    Views
    1,965

    Read more than one line in a file

    Is there a way to read from a text file, more than the first line?
    I tried fgets, but I don't know how to continue on the next line, fscanf screws up if it encounters a space ' '. I just need to...
  19. Oooooh *Now* I understand. Yes, Windows...

    Oooooh
    *Now* I understand.
    Yes, Windows (cmd.exe) can run any .exe file by just giving the full path.
    And, How did you get that quote box?
    Another thing.
    In linux, *where* is the / directory?...
  20. ...Run the executables..? you mean like :...

    ...Run the executables..?
    you mean like :
    'C:\WINDOWS\system32\notepad.exe'

    I don't think I am understanding what you are saying.
    "run the executables by giving their full path without relying...
  21. Heheh I don't know why either, but I DO know...

    Heheh
    I don't know why either, but I DO know that fgets does sometimes move ahead too fast, and that getchar helps, Salem just sort of explained why.
  22. What he said.

    What he said.
  23. Hmm, I really am at a loss, try adding a ...

    Hmm, I really am at a loss, try adding a


    getchar()
    /*just above the printf */
    printf("Enter the opponent's name : ");
  24. Where is the fgets? you posted quite a lot there,...

    Where is the fgets? you posted quite a lot there, 'keep it short' I have read somewhere.
  25. Replies
    24
    Views
    1,942

    Erhm, look carefully, it should be obvious, if...

    Erhm, look carefully, it should be obvious, if you *really* cannot see it, ask again
    by the way, telnum does not have to be an array, that just makes it harder.

    It will work fine as an ordinary...
Results 1 to 25 of 34
Page 1 of 2 1 2