Search:

Type: Posts; User: Krush

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: VB Bot Project

    by Krush
    Replies
    7
    Views
    1,514

    How can I move this post to C++ forum?

    How can I move this post to C++ forum?
  2. Thread: VB Bot Project

    by Krush
    Replies
    7
    Views
    1,514

    Why would you send me there? That's not even a...

    Why would you send me there? That's not even a forum.
  3. Thread: VB Bot Project

    by Krush
    Replies
    7
    Views
    1,514

    VB Bot Project

    Ok I'm making a chat program for my own personal use and I keep getting a Method or Data member not found message when I try to run it. I'd post the code on here, but I feel from the error I"m...
  4. Thread: Question.

    by Krush
    Replies
    9
    Views
    1,201

    Uncalled for? They're my roommates. I see no...

    Uncalled for? They're my roommates. I see no reason in them replying being smartanus' when I was simply asking one question.
  5. Thread: Question.

    by Krush
    Replies
    9
    Views
    1,201

    munky you do know the word is pseudo with a 'e' i...

    munky you do know the word is pseudo with a 'e' i don't know what the hell 'psudo' is.
  6. Thread: Question.

    by Krush
    Replies
    9
    Views
    1,201

    No poly is being a jackass. I wanted to know...

    No poly is being a jackass. I wanted to know what the function is supposed to do when it encounters those symbols as it's reading them. And I can't use standard functions. I just need to know what...
  7. Thread: Question.

    by Krush
    Replies
    9
    Views
    1,201

    Question.

    If I'm converting the number

    1.0e67L

    from a string to a double

    what should the function finds the e and L ?

    I have it checking a character set and as long as they are all in there it is...
  8. Thread: String to Long

    by Krush
    Replies
    6
    Views
    1,576

    But, for example what if those didn't exist. ...

    But, for example what if those didn't exist. Then what would you do?
  9. Thread: String to Long

    by Krush
    Replies
    6
    Views
    1,576

    int StringLen( char src[] ) { int len = 0;...

    int StringLen( char src[] )
    {
    int len = 0;
    while( src[len] )
    len++;
    return len;
    }

    int StringSpn( char str[], char set[] )
    {
  10. Thread: String to Long

    by Krush
    Replies
    6
    Views
    1,576

    Couldn't I do something with a character set like...

    Couldn't I do something with a character set like



    char set[] = "1234567890";


    ?
  11. Thread: String to Long

    by Krush
    Replies
    6
    Views
    1,576

    String to Long

    int StringLen( char src[] )
    {
    int len = 0;
    while( src[len] )
    len++;
    return len;
    }

    long StringToLong( char src[] )
    {
  12. Replies
    2
    Views
    1,002

    double STD( char src[] ) { can someone give...

    double STD( char src[] )
    {
    can someone give me pseudo code here please
    i need to convert from string to a double/ i just want psuedo code
    }
  13. Replies
    2
    Views
    1,002

    Need Link To Resource

    Where could i find the actual code inside the function atol() ?
  14. Thread: help with html

    by Krush
    Replies
    13
    Views
    1,811

    Ask the domain if they support php. Or you may...

    Ask the domain if they support php. Or you may be screwed.
  15. Thread: help with html

    by Krush
    Replies
    13
    Views
    1,811

    You'll have to use that gay page builder provided...

    You'll have to use that gay page builder provided by geocities to do forms.
  16. Thread: binary

    by Krush
    Replies
    52
    Views
    11,868

    110101010101010111000110011001010100110010100100 ...

    110101010101010111000110011001010100110010100100 ?

    0101010101011000011100 !!!!!!
  17. Thread: homework time

    by Krush
    Replies
    3
    Views
    1,108

    Same class.

    Same class.
  18. Thread: Saving a File

    by Krush
    Replies
    1
    Views
    1,161

    Saving a File

    How do I rewrite a file over a previous one? Here is what I have.



    #include <stdio.h>

    int LowUpp(int ch)
    {
    if('a' <= ch && ch <= 'z')
    {
  19. Thread: Help me

    by Krush
    Replies
    4
    Views
    994

    I am. I just wanted to make sure.

    I am. I just wanted to make sure.
  20. Thread: Help me

    by Krush
    Replies
    4
    Views
    994

    If i can have someone show me how to open it. I'm...

    If i can have someone show me how to open it. I'm sure I can do the rest just fine.
  21. Thread: Help me

    by Krush
    Replies
    4
    Views
    994

    Help me

    Ok here is what I am supposed to do. Now what I need is to know how to get the stuff out of that file so I can perform my tests and changes to it.
  22. Thread: New IP

    by Krush
    Replies
    1
    Views
    932

    New IP

    Does anyone know how to reset the ip on a computer? I know you type something in the RUN thing to open it so you can release your ip but what is it?
  23. Thread: StrCmp

    by Krush
    Replies
    8
    Views
    1,572

    No I mean the function itself not using it.

    No I mean the function itself not using it.
  24. Thread: StrCmp

    by Krush
    Replies
    8
    Views
    1,572

    StrCmp

    Can someone show me what StrCmp looks like written out?
  25. Thread: 2D Array

    by Krush
    Replies
    2
    Views
    895

    Could you specifically show me where in here it...

    Could you specifically show me where in here it goes cause I'm stupid or something and it's stumped me for a week or so now.



    #include <stdio.h>

    /* This function takes all the characters...
Results 1 to 25 of 60
Page 1 of 3 1 2 3