Search:

Type: Posts; User: Raian

Search: Search took 0.00 seconds.

  1. Thread: decompileing?

    by Raian
    Replies
    4
    Views
    1,603

    decompileing?

    is there a program that will take an exe file and you can get the source code off of that???
  2. Replies
    10
    Views
    1,564

    ok ic double = better

    ok ic double = better
  3. Replies
    10
    Views
    1,564

    saaa weet ,,, float does the trick i think //...

    saaa weet ,,, float does the trick i think

    //
    // Program to convert temperature from Celsius degree
    // units into Fahrenheit degree units:
    // Fahrenheit = Celsius * (212-32)/100 +32
    //...
  4. Replies
    10
    Views
    1,564

    ???

    so instead of making them int, they should be float?
  5. Replies
    10
    Views
    1,564

    weeeeeeeeeeeeeee

    nm i figured it out now it all works properly and spiffy... btw its my first program that i didnt type out the source from a book, sort of

    //
    // Program to convert temperature from Celsius degree...
  6. Replies
    10
    Views
    1,564

    new problem

    //
    // Program to convert temperature from Celsius degree
    // units into Fahrenheit degree units:
    // Fahrenheit = Celsius * (212-32)/100 +32
    //
    #include <stdio.h>
    #include <iostream.h>

    int...
  7. Replies
    10
    Views
    1,564

    oh i c thx

    oh i c thx
  8. Replies
    10
    Views
    1,564

    what is wrong with this???

    //
    // Program to convert temperature from Celsius degree
    // units into Fahrenheit degree units:
    // Fahrenheit = Celsius * (212-32)/100 +32
    //
    #include <stdio.h>
    #include <iostream.h>

    int...
  9. Thread: binary code

    by Raian
    Replies
    3
    Views
    2,006

    binary code

    okay i bought this book called C++ for Dummies and on Part 1 Chapter 4, its explaining how binary code works,,, is it that important to know how binary code works out??? because i wont understand a...
  10. Replies
    1
    Views
    1,922

    Visual Basic Compiler Free???

    I know this is generally a c/c++ site but i need a good free vb compiler, any help???
  11. Thread: gotya

    by Raian
    Replies
    0
    Views
    811

    gotya

    yes i understand now

    int multi was short for mulitiply

    i really should take notes as i read this thing cuz the first time i read it i figured that out but then forgot the second time
  12. Thread: int question

    by Raian
    Replies
    2
    Views
    885

    int question

    somewhere in the tutioral for this site i think the function page i saw a thing that says

    int mult(int x, int y);

    i was wondering why they used this? isnt it the same as doing

    int x;
    int y;...
Results 1 to 12 of 12