Search:

Type: Posts; User: Kyrin

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,857

    Windows Gui Question

    I was wondering is there a better Windows gui library that is just like WinAPI but better overall. Meaning Native coding and doesnt' require a certain feature to be installed cause WinAPI is mainly...
  2. Thread: VSC++ Question

    by Kyrin
    Replies
    4
    Views
    944

    well see the problem is i love the visual C++ ide...

    well see the problem is i love the visual C++ ide but it doesn't support c99. And also im looking for a C99 64 bit compiler for Windows.
  3. Thread: VSC++ Question

    by Kyrin
    Replies
    4
    Views
    944

    is there a way to implent another compiler in...

    is there a way to implent another compiler in vsc++ besides that one?
  4. Thread: VSC++ Question

    by Kyrin
    Replies
    4
    Views
    944

    VSC++ Question

    is it possible to use MinGW with visual stduios C++ 8?
  5. i ran this with mingw and found quite a few...

    i ran this with mingw and found quite a few problems that you made and got it running now.

    but you need to still make some changes to really get it to work on unix cause i believe unix is more...
  6. Replies
    2
    Views
    2,193

    yeah i know that char care different so its...

    yeah i know that char care different so its really useless to use signed int foo; cause its signed by default right?
  7. Thread: Windows XP 32/64

    by Kyrin
    Replies
    1
    Views
    1,072

    Windows XP 32/64

    I was wondering is it very much possible to install windows xp home 32 and windows 64 in a dual boot? With no problems. Which would be best to install first im only using the 64 bit for 64 bit...
  8. Replies
    2
    Views
    2,193

    Stupid Question Probably

    i got a question lets say this program for example.



    #include <stdio.h>

    int main(void){
    signed int foo = 1;

    printf("foo is %i", foo);
  9. Thread: MingW Question

    by Kyrin
    Replies
    1
    Views
    921

    MingW Question

    Okay I have mingw compiler installed and when i do any winapi programs and compile i get a terminal in the back of it and was wondering how to get rid of it.
Results 1 to 9 of 9