Search:

Type: Posts; User: firefly

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: octal numbers

    by firefly
    Replies
    4
    Views
    2,986

    octal numbers

    ok i wont to make a program that converts octal to decimal.
    what i need to do is read a number like 1256 and brake it up.


    so it will say ok your number was 1256.
    than do
    1*8^3
    than
    2*8^2...
  2. Thread: cant compile

    by firefly
    Replies
    2
    Views
    807

    cant compile

    i am having some problems with this program. i have hilighted the areas in red that have errors.


    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <time.h>
    #include...
  3. Thread: get key?

    by firefly
    Replies
    4
    Views
    1,025

    that helps alot

    that helps alot
  4. Thread: get key?

    by firefly
    Replies
    4
    Views
    1,025

    get key?

    ok is the a way do do something like:


    if(someone presses the up arrow)
    {than do this}

    i know i use and if and i need to do something like the ketkey were if the user presses a key than the...
  5. Thread: compiler

    by firefly
    Replies
    21
    Views
    2,169

    i have went around and i foune devcpp is very...

    i have went around and i foune devcpp is very good and its free but i like my new visual studeo .net thanx for the input
  6. Thread: compiler

    by firefly
    Replies
    21
    Views
    2,169

    i just would like a diffrent or better user...

    i just would like a diffrent or better user interface and i did do a couple of trials and i like other things better but i just wonted some suggestions for a user friendly compiler
  7. Thread: compiler

    by firefly
    Replies
    21
    Views
    2,169

    hmmm that MVS .net sounds like a good idea

    hmmm that MVS .net sounds like a good idea
  8. Thread: compiler

    by firefly
    Replies
    21
    Views
    2,169

    compiler

    ok devcpp was ok but i wont a really good user friendly compiler and price isnt really my problem cuz im really getting into this c++.
    so can anyone give me a recomendation on were i should invest...
  9. Thread: vector??

    by firefly
    Replies
    5
    Views
    895

    vector??

    can someone show me how to use vector to read .txt files.
  10. Thread: saveing

    by firefly
    Replies
    5
    Views
    952

    im srry but my reply was put in the wrong thred i...

    im srry but my reply was put in the wrong thred i was going too quickly
  11. Replies
    1
    Views
    1,596

    reading saved file

    ok i am making a game and i wont to save it. like with file inout and output so when the program ends it will be able to use the data.
    so what i was thinking hay lets have it make a .txt file and...
  12. Thread: string

    by firefly
    Replies
    3
    Views
    975

    thanx that was easyer than i thought

    thanx that was easyer than i thought
  13. Thread: string

    by firefly
    Replies
    3
    Views
    975

    string

    ok how can i get it so it will ask for a string and the string will be and number of char long.
    ex:
    hello or hi
    and have if check the string to do something like this:
    ok you tyeped hello so the...
  14. Thread: saveing

    by firefly
    Replies
    5
    Views
    952

    i know you can but how? i need the code...

    i know you can but how?
    i need the code specificly
  15. Thread: saveing

    by firefly
    Replies
    5
    Views
    952

    saveing

    how do i make it so if i use a file input and output so that is will save the .txt file were i wont and not were the compiled program is...
  16. Thread: quick math

    by firefly
    Replies
    1
    Views
    909

    quick math

    ok im working with a graph and im making it so if i click somewere and it makes a ball that ball will go twords another point.
    what i have to work with is a function than is like this :

    ...
  17. Thread: help

    by firefly
    Replies
    5
    Views
    1,110

    k +thanx that helped

    k +thanx that helped
  18. Thread: help

    by firefly
    Replies
    5
    Views
    1,110

    i just dont know what it is or what its used...

    i just dont know what it is or what its used for... the tutoral didnt help
  19. Thread: help

    by firefly
    Replies
    5
    Views
    1,110

    help

    this is just something i dont get...

    int main ( int argc, char *argv[] )
  20. Thread: my node

    by firefly
    Replies
    5
    Views
    1,044

    ok but i still get some error here : class...

    ok but i still get some error here :


    class database
    {
    private:
    node one;
    node two;
    node three;
  21. Thread: my node

    by firefly
    Replies
    5
    Views
    1,044

    my node

    well i tryed changing this around alot and this is the way i have it and got the least amount of errors i was trying to make a node but it really didnt work out.. this was just to get used to them no...
  22. Thread: nodes

    by firefly
    Replies
    8
    Views
    1,559

    nodes

    well can someone exsplan node and i did read the tutoreal about 5 times... but i dont get it... it usually helps me when i can see two examples so i can compare.... pls someone
  23. Thread: file out put

    by firefly
    Replies
    2
    Views
    864

    file out put

    ok im using the tutoral example and im tying to change it so i can get more tan justthis as an output and i want o make it like an array so i can use a cin to prompt for a number and have it go to...
  24. Thread: string

    by firefly
    Replies
    4
    Views
    869

    i was really using it to get used to using a...

    i was really using it to get used to using a class but thanx
  25. Thread: string

    by firefly
    Replies
    4
    Views
    869

    string

    i have a string and its in red and it dosne get an input i just king of skips over it... : (


    #include <iostream>
    #include <cstring>

    using namespace std;

    int x;
    class database
Results 1 to 25 of 47
Page 1 of 2 1 2