Search:

Type: Posts; User: nano78

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,101

    As far as I know cmath cannot do this for you. If...

    As far as I know cmath cannot do this for you. If you really wanna learn how to do this stuff buy a book on computational geometry such as Computational Geometry in C. The problem you will have with...
  2. Replies
    1
    Views
    2,564

    compiling assembly in linux with nasm

    So I started messing around with assembly but I am having some issues compiling.

    From the directions on one page I followed i did


    nasm -f elf program1.asm
    ls program1.o -o program1


    But...
  3. Replies
    8
    Views
    4,508

    Well I inserted a call to AllocConsole and it...

    Well I inserted a call to AllocConsole and it made a console window show up, but I cannot write to it or get input from it. It the documentation it says it initializes standard input and standard...
  4. Replies
    8
    Views
    4,508

    Windows apps verses Console apps

    With console apps I can use cin and cout, but then in windows apps (using bloodshed dev c++ 's windows template) If I try and use cin or cout I get nothing. I assume this has something to do with...
Results 1 to 4 of 4