Search:

Type: Posts; User: Etinin

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,052

    You're using Microsoft's .Net Framework stuff,...

    You're using Microsoft's .Net Framework stuff, it'll only work in computers that have it installed.
  2. Replies
    12
    Views
    2,052

    You can use directly the Windows API or use a...

    You can use directly the Windows API or use a library such as Microsoft MFC or Borland VCL to make development faster.
  3. Replies
    21
    Views
    2,960

    I'd definitly recommend the Thinking in C++...

    I'd definitly recommend the Thinking in C++ books, after it I would also recommend The C++ Programming Language from Stroustrup (he who created C++).
  4. Replies
    5
    Views
    1,377

    The new anti-virus from AOL is as good as...

    The new anti-virus from AOL is as good as Kapersky and is free I would recommend it.

    Boa sorte!!
  5. Replies
    4
    Views
    6,714

    Thanks a lot, it's working now!! For some...

    Thanks a lot, it's working now!!
    For some strange reason when I tried if before it didn't work, but I tried again now and it worked.



    C:\Documents and Settings\****\Meus documentos>g++...
  6. Replies
    4
    Views
    6,714

    Did you find out how to fix the problem, Tonto?...

    Did you find out how to fix the problem, Tonto?
    I didn't find any solution in the threads you mencioned :(

    Thanks for the help,
    Etinin
  7. Replies
    4
    Views
    6,714

    STLport with Mingw

    I've been trying to install STL with my Mingw compiler but I can't get the iostreams to work, other programs that uses the STL but not iostreams compiles succesfully using the STLport (I already...
  8. Replies
    13
    Views
    1,881

    Think whatever you want, I just think we...

    Think whatever you want, I just think we shouldn't go off-topic and start comparing MS VS or MFC with open-source tools, but we should compare the features of these new compilers I was talking about...
  9. Replies
    13
    Views
    1,881

    But borland does at least have VCL which is...

    But borland does at least have VCL which is pretty good for designing an interface quickly.

    But we don't want to turn this thread into a comparison between compilers, do we?
  10. Replies
    13
    Views
    1,881

    The problem of VS Express, in my opinion, is...

    The problem of VS Express, in my opinion, is exactly the lack of features to write compile native Win32 apps (you can install the PSDK but you still have no visual way of editing a resource file and...
  11. Replies
    13
    Views
    1,881

    New free compilers from Borland

    Has anyone checked the new Turbo Explorer compilers from Borland?
    They seem to be nice for free compilers, not a total joke like the Express crap from M$, I'm downloading the new Turbo C++ and I...
  12. Thread: store pi O.o;

    by Etinin
    Replies
    17
    Views
    2,902

    If you need to do calculations with it there are...

    If you need to do calculations with it there are some arbitrary precision libraries floating around on the internet, Google for them if that's the case.

    If you don't need to do any calculations...
  13. Replies
    12
    Views
    1,760

    One good suggestion is to replace char...

    One good suggestion is to replace char prompt[256] with string prompt and char information[256] to string prompt so both use the C++ string classes which are much more efficient than a 256 chars...
Results 1 to 13 of 13