Search:

Type: Posts; User: iAmFedor

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,325

    thanks!

    thanks!
  2. Replies
    2
    Views
    1,325

    Help with rounding INT's

    Hi,

    I have an exam comming up and i noticed something strange in one of the past papers, i wonder if anyone could please explain this to me.

    The question is like so..........

    a)The...
  3. Replies
    16
    Views
    3,974

    Ok another question.......... Sorry dont want...

    Ok another question..........

    Sorry dont want to be annoying but i find it so much easier to code when i understand how things work.

    What is the difference that creating a pointed to the array...
  4. Replies
    16
    Views
    3,974

    so in c++ you cant just create a dynamic array? ...

    so in c++ you cant just create a dynamic array?

    int myAry[x];
  5. Replies
    6
    Views
    1,381

    ah a do while with a bool, yeah should be perfect...

    ah a do while with a bool, yeah should be perfect i'll give it a bash tomorrow, i know its silly but the rest works perfectly want it all working spot on :D

    thanks
  6. Replies
    16
    Views
    3,974

    ^^^^ nobe question but is that not creating a...

    ^^^^ nobe question but is that not creating a pointer to an array?
  7. Replies
    6
    Views
    1,381

    String input looping my hash function

    Hi, ok ive had to make a prog for my uni and i have it all working perfectly apart from one small detail. To search my hash fuction it takes in an int value and searches the table. If i input a...
  8. Replies
    9
    Views
    1,148

    yeah it is an int i will be reading in. so...

    yeah it is an int i will be reading in.

    so there is no classes to do this sort of thing? sorry im a noob at c++

    in java i would just use the scanner and nextInt()

    thanks for the replys.
  9. Replies
    9
    Views
    1,148

    oh, so i cant just break it up you can in java?

    oh, so i cant just break it up you can in java?
  10. Replies
    9
    Views
    1,148

    Stupid easy noob question.

    Hi, i've tried look about for this but cant find it :(.

    Basically all i want to do its break a number up into single ints.

    I.E

    id have

    int a
    int b
  11. Replies
    8
    Views
    1,601

    try like so??? in your lights .cpp ...

    try like so???

    in your lights .cpp




    void lights::makeArray(){
    int size;
    cout << "Please enter a amount of lights" << endl;
  12. Replies
    9
    Views
    1,245

    Of course, ha told you it was a stupid question....

    Of course, ha told you it was a stupid question.

    i run the method that creates the index of my number, store that index number as a temp int, and put it into my array at myArray[temp] = number.
  13. Replies
    9
    Views
    1,245

    ok thank god, im not going mad! would any of...

    ok thank god, im not going mad!

    would any of you nice folks be able to direct me to where i can get info on creating hash functions i can reverse?

    thanks for the replys
  14. Replies
    9
    Views
    1,245

    Stupid newbie Q on hash functions.

    Array to hash function.

    Hi im trying to get my head around reading into a hash function.

    I know i must be doing something stupid so please excuse the dumb questions...............

    Now i want...
Results 1 to 14 of 14