Search:

Type: Posts; User: Fahrenheit

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    20,063

    taylor series for sin and cos are entire

    taylor series for sin and cos are entire
  2. Replies
    5
    Views
    1,599

    It isn't identical at all, in your first example...

    It isn't identical at all, in your first example you are incrementing str twice. str++ modifies the pointer, unlike str+i.
  3. Replies
    9
    Views
    56,781

    well since I fixed my problem and it works now...

    well since I fixed my problem and it works now i'll stop replying after this post, but forward declarations let you do that ;/ it's defined later in the source so it isn't "incomplete"
  4. Replies
    9
    Views
    56,781

    It's obviously not the typedefs, since what I was...

    It's obviously not the typedefs, since what I was doing there is legal. I wrote a small workaround with the typedefs still in front and it worked. I suppose it must be an oddity in Microsoft's...
  5. Replies
    9
    Views
    56,781

    I don't see where i'm doing that... I assume it's...

    I don't see where i'm doing that... I assume it's in some STL container that I don't understand.
  6. Replies
    26
    Views
    9,142

    Poll: The only reason I read this topic was to see if...

    The only reason I read this topic was to see if someone said that :cool:
  7. Replies
    9
    Views
    56,781

    Everytime i've encountered something with...

    Everytime i've encountered something with circular references before, forward declarations have fixed it. Why not in this example?
  8. Replies
    9
    Views
    56,781

    "error: incomplete type is not allowed"

    I've been coding for a long time, and never have I faced this error message before. I am writing a compiler for a language that dynamically compiles itself on other platforms.. while the...
  9. Thread: Hello

    by Fahrenheit
    Replies
    9
    Views
    3,111

    I've been here quite a while and I post so little...

    I've been here quite a while and I post so little that i'm probably just as new.


    .. well, thats my post for this year. See you all in 2006.
  10. Replies
    3
    Views
    2,236

    Windows Shells?

    I know most shell accounts are for Linux/Unix, but does anyone know a good, Windows shell?
  11. Replies
    36
    Views
    12,732

    right

    right
  12. Replies
    36
    Views
    12,732

    Hiphop makes you stupid

    Hiphop makes you stupid
  13. Replies
    5
    Views
    1,080

    int whatevar = (int) 'this' ;

    int whatevar = (int) 'this' ;
  14. Replies
    2
    Views
    2,646

    wget?

    wget?
  15. You sure do remind me of that KingZooliarouehfiz...

    You sure do remind me of that KingZooliarouehfiz idiot.
  16. Replies
    6
    Views
    2,801

    Yes, please do

    Yes, please do
  17. Replies
    12
    Views
    2,865

    lol Slipknot sucks

    lol Slipknot sucks
  18. Replies
    36
    Views
    12,732

    I like alot of classic rock, Jimi Hendrix, Pink...

    I like alot of classic rock, Jimi Hendrix, Pink Floyd, Led Zeppelin, Cream, Derek & The Dominos, Eagles... etc.

    Alot of metal is good too. Old Metallica, Opeth, Pantera, Slayer, Iron Maiden...
  19. Thread: Hi

    by Fahrenheit
    Replies
    15
    Views
    5,994

    Re: Hi

    bye whoever you are :(
  20. Replies
    54
    Views
    20,343

    Why did you paste that poem here

    Why did you paste that poem here
  21. Replies
    2
    Views
    1,042

    Why are you rewinding stdin and stdout?

    Why are you rewinding stdin and stdout?
  22. You're welcome

    You're welcome
  23. Replies
    17
    Views
    7,279

    Poll: I would have got an Epiphone/Gibson/B.C. Rich ;)

    I would have got an Epiphone/Gibson/B.C. Rich ;)
  24. Replies
    8
    Views
    2,741

    char abc[5] ; abc POINTS to statically...

    char abc[5] ;

    abc POINTS to statically allocated memory, correct?
  25. Replies
    19
    Views
    3,268

    http://www.computerhope.com/batch.htm First...

    http://www.computerhope.com/batch.htm

    First link off googling for "Batch Files" ...
Results 1 to 25 of 129
Page 1 of 6 1 2 3 4