Search:

Type: Posts; User: ryan_germain

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Compiler

    by ryan_germain
    Replies
    10
    Views
    1,382

    or go to another computer (if you have any...

    or go to another computer (if you have any friends or work or something) and download it from the ms website. after burn it to a cd. i did that a while ago, not sure if you can still just download...
  2. Replies
    32
    Views
    7,419

    love all the motorhead...everyone needs to a...

    love all the motorhead...everyone needs to a little trashy metal sometimes!!! ;)
  3. Replies
    4
    Views
    4,626

    Im definetly no sensei but maybe you could do...

    Im definetly no sensei but maybe you could do something like


    for eight_squares_high

    for four_rows_per_square

    for four_xo_patterns

    for 8_x_wide
  4. Replies
    16
    Views
    2,920

    it doesnt. i had tried that. i didnt want to...

    it doesnt. i had tried that. i didnt want to sound too sure since I had been corrected enough times already in this thread! lol!
  5. Replies
    16
    Views
    2,920

    ok good to know... this runs on VC++6 so i...

    ok good to know...

    this runs on VC++6 so i imagine the cstring functions are in the global namespace for VC++6 though


    #include <cstring>
    #include <iostream>

    int main(int argc, char*...
  6. Replies
    16
    Views
    2,920

    >>Correct, but not because of the std namespace...

    >>Correct, but not because of the std namespace
    sorry my bad....was getting mixed up between the string and the cstring headers.

    so to undo what i did:

    include 'string' to add string class...
  7. Replies
    16
    Views
    2,920

    Anything with '.h' doesnt support namespaces. So...

    Anything with '.h' doesnt support namespaces. So when you add 'string.h' instead of just 'string', then std::string will not work.
  8. Replies
    13
    Views
    1,630

    yes you could use it like that but it's not...

    yes you could use it like that but it's not really what it's for since it will just leave the if in the next line anyways. Maybe a more appropriate place for a break would be a while loop or...
  9. Replies
    18
    Views
    4,764

    like I totally need "omg" because like omg I'm...

    like I totally need "omg" because like omg I'm like a 14 yr old blonde in high-school! ahah! ok...anyways...

    nobody liked RoD, that is why he is laughing, insinuating he did not know alot of...
  10. Replies
    18
    Views
    4,764

    why r u lost? now I'm lost myself! wtf? omg I...

    why r u lost? now I'm lost myself! wtf? omg I need more coffee...
  11. Replies
    18
    Views
    4,764

    "He seemed like he knew alot of stuff" ---->...

    "He seemed like he knew alot of stuff" ----> didnt he write those OpenGL tuts for this site?
  12. Replies
    18
    Views
    4,764

    while I was gone

    OK I was away for a while, but once upon a time there was some rep squares on these boards...what happened to them?

    And now for my real question that probably shouldn't be asked: what happened to...
  13. Replies
    10
    Views
    2,040

    ok got it, thx

    ok got it, thx
  14. Replies
    9
    Views
    3,931

    yes it should be 2^256 - 1 as the max value or...

    yes it should be 2^256 - 1 as the max value or 2^256 combinations
  15. It's the absolute best reference for solving...

    It's the absolute best reference for solving diff. equ. It was so much clearer than my profs stupid lecture notes! maybe not so much for algebra part of it.

    p.s. I like your title under your...
  16. Signals and Systems was fun!!! But seriously...

    Signals and Systems was fun!!!

    But seriously why dont you just go over your calc 1/2 assignments and try a few problems. I find the only way I ever understand is doing problems.

    A good book...
  17. Replies
    10
    Views
    2,040

    I dont think I quite understand, maybe cause Im...

    I dont think I quite understand, maybe cause Im new at this. The thing is, if I spawn a new thread in a function in the DLL, will that function return to VB right away?

    I tried a quick google...
  18. Replies
    10
    Views
    2,040

    Well my local guru informed me VB does not...

    Well my local guru informed me VB does not support multi-threading. So just to let u guys know, I'm gonna make an ActiveX EXE in VB, this will call the C++ DLL because it will be in a different...
  19. Replies
    10
    Views
    2,040

    Thx a million, I had forgotten/[didn't really...

    Thx a million, I had forgotten/[didn't really know] 'bout the whole multi-threading part!
  20. Replies
    10
    Views
    2,040

    cancel a DLL call

    Hi all,

    I know this is a c forum and all but this is worth asking. Anyways I made a DLL in C++ that changes the owner of certain files (might be as many as a few hundred thousand files...) so the...
  21. Replies
    10
    Views
    5,516

    do you mean you want pre-built templates in the...

    do you mean you want pre-built templates in the stl to do some math?
  22. Replies
    61
    Views
    8,835

    do NOT use a vacuum for the dust...blow it off...

    do NOT use a vacuum for the dust...blow it off with some compressed air
  23. Replies
    10
    Views
    2,016

    i used jgrasp...worked fine...just one thing:...

    i used jgrasp...worked fine...just one thing:
    when i used a class that i got from a .jar file, it gave me an error saying it couldnt write to a file. Since it gave the path of the file, all i did...
  24. Replies
    18
    Views
    2,586

    what version of dev do u use? I wasnt working...

    what version of dev do u use? I wasnt working for me so i upgraded to 4.9.9.0 (the 5 beta or whatever) and it worked

    >>>>>You can also take out int main() inside main and replace by a do while or...
  25. Replies
    18
    Views
    2,586

    well to start off...you could use: ...

    well to start off...you could use:
    #include<iostream>
    using namespace std;Also, you can put char command[99999] at the begining of main. you can also use
    cin >> command; instead of ...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4