Search:

Type: Posts; User: sept

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    35
    Views
    19,561

    Strange but true. Source:...

    Strange but true. Source:
    http://llvm.org/docs/GettingStartedVS.html#tutorial


    I am on it.

    Even if this is not the most practical solution.

    Really strange that this bc file can be...
  2. Replies
    35
    Views
    19,561

    I am not amazed because the .bc file can be only...

    I am not amazed because the .bc file can be only created on *nix and not on NT based.
  3. Replies
    35
    Views
    19,561

    To be honest, you are talking about lot of things...

    To be honest, you are talking about lot of things here but not that much what I asked. C++ to C converters.

    Is there really only one?
  4. Replies
    35
    Views
    19,561

    Well, there are a lot of C++ compilers not...

    Well, there are a lot of C++ compilers not supporting most useful features such as templates or stringstreams. Sure anyone can argue these features are not needed but that's a personal preference, a...
  5. Replies
    35
    Views
    19,561

    Dunno what I have just wrote about object. ...

    Dunno what I have just wrote about object.

    Have you tried it?

    I am reading here.
    http://llvm.org/docs/FAQ.html#translatec++

    The three lines
    % llvm-g++ a.cpp -c
    % llvm-g++ b.cpp -c
  6. Replies
    35
    Views
    19,561

    Yes, it inspired me to look for it. The listed...

    Yes, it inspired me to look for it.

    The listed converters are weak.
    - Cfron is outdated, no question.
    - Comeau C++ is not free, it's expensive and it's no "real" conversation. It creates C code...
  7. Replies
    35
    Views
    19,561

    Is there any up to date C++ to C converter?

    On google I found only informations about cfront, which is now outdated, no longer sold and not supporting newer standard.

    Is there any other C++ to C converter?

    The code doesn't need to be...
  8. Replies
    26
    Views
    9,451

    I am glad that you are interested....

    I am glad that you are interested.
    http://download.gna.org/grub4dos/
    for source grub4dos-0.4.4-2008-08-08-src.zip, for binary grub4dos-0.4.4-2008-08-08.zip.


    The source looks complicated, some...
  9. Replies
    26
    Views
    9,451

    The usual "this program can not be run in DOS...

    The usual "this program can not be run in DOS mode".
  10. Replies
    26
    Views
    9,451

    Before I thought NT and DOS are pretty much...

    Before I thought NT and DOS are pretty much different.



    The HX website says it has win32 console emulation, no more need to prove it. :)


    After booting Ubuntu I can go to console, join the...
  11. Replies
    26
    Views
    9,451

    OS means in my personal association also older...

    OS means in my personal association also older OS, not just recent ones. Also more different ones, NT, Linux and DOS. This was also the thing I was talking about.

    Indeed, currently I was only...
  12. Replies
    26
    Views
    9,451

    How to detect the operating system at runtime?

    I ask this because I learned the ability to compile an exe to run on more then one operating system at the same time. Imho it's pretty cool.

    Do you know a common way to detect the operating system...
  13. Replies
    20
    Views
    4,863

    Yes, that's the whole point asking here. :) A...

    Yes, that's the whole point asking here. :)

    A library I am using compiles only with a C compiler, but not with a C++ compiler. My platform and compiler is outdated. Also no C++ compiler available...
  14. Replies
    20
    Views
    4,863

    Adding C++ support to C thought library?

    Is there an library for C compiler which will add C++'s features?
  15. Replies
    6
    Views
    2,222

    strlen for nummeric types?

    Please imagine size is a variable and could be also a long double with 2.000.000.

    int size = 50;
    char size_as_chararray[8000];
    sprintf(size_as_chararray, "%d", size);

    How to allocate the...
  16. The name was correct. You where right,...

    The name was correct.

    You where right, relative paths are working. It was a Visual Studio solution with sub projects.

    Even if both exe where in same folder I needed to copy the console.exe to...
  17. exec with system(..), how to use relative paths?

    Hi!

    (I like to use stdlib and system because I want this portable for Win32 and DOS.)

    To execute an command line application from within my C++ program I use int i =...
  18. Thread: What is a virus

    by sept
    Replies
    17
    Views
    4,834

    I think malware is here the genius. For a...

    I think malware is here the genius. For a definition of the words malware and virus propose using wikipedia.
  19. Replies
    23
    Views
    162,888

    Yes, quite difficult. To difficult for me so I am...

    Yes, quite difficult. To difficult for me so I am suggesting this project. :) I am quite sure such an application would require installation + admin rights + restart.

    From what I know....
    - Some...
  20. Replies
    23
    Views
    162,888

    I have a cool idea for a programming project. ...

    I have a cool idea for a programming project.

    On Windows it`s quite hard to migrate one install to another. You can not simply do this with a boot cd and explorer and two disks plugged in.

    You...
  21. Replies
    3
    Views
    1,003

    Nice, might be useful for very beginners. But...

    Nice, might be useful for very beginners.

    But if you post in a forums after a while this posting will get lost down... So better add this at some learning source, a programmers wiki or something....
  22. Replies
    1
    Views
    3,499

    now to set global path variable with batch?

    add-to-path.bat (starting as admin on windows xp)

    echo old path:
    echo %path%

    path = %path%;c:\teee

    echo new path:
    echo %path%
  23. Thread: vs 05 or 08

    by sept
    Replies
    2
    Views
    1,037

    vs 05 or 08

    What do you recommend? Using Visual Studio 2005 or 2008?

    Currently I am only interested in C++ and think sticking to 05 for at least a year would have more point? (because better compatibility?)
  24. Private people yes, not very much concerned about...

    Private people yes, not very much concerned about privacy. But firms are.


    In case of photoshop many people I know pirated it because "it`s good, it`s cool and expensive". It`s about starting a...
  25. Replies
    4
    Views
    2,196

    package manager for windows?

    Is there something like a packet manager for windows to install other Open Source librarys (boost, crypto++, qt....)? (for linking with your software)
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4