Search:

Type: Posts; User: Cpro0

Search: Search took 0.00 seconds.

  1. Thread: pointer question

    by Cpro0
    Replies
    5
    Views
    1,019

    I am just trying to understand what not to do...

    I am just trying to understand what not to do with pointers because they are very tricky..

    Jorl17 has answered my question!

    Thank you!
  2. Thread: pointer question

    by Cpro0
    Replies
    5
    Views
    1,019

    pointer question

    OK.. This is a classic beginner question..

    We've got:

    double x = 100.1; double y; int *p;

    and I do this:

    p = (int *)&x; y = *p;
  3. Replies
    7
    Views
    2,096

    @bithub Yes I have internet connection and I can...

    @bithub Yes I have internet connection and I can type words on google search.. thank you!!!


    @Salem I have no tutor.. I like self-study things..


    @cyberfish @nemuikuma OK guys... I have...
  4. Replies
    7
    Views
    2,096

    Microcontroller ??

    I am learning C and C++... I've done my homework... I need a cheap Microcontroller kit to practice my skills.. Which is the best for me???
Results 1 to 4 of 4