Search:

Type: Posts; User: Witch

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,547

    [solved]

    After re-writing the program 5 times from scratch I finally found out how to make everything in the program connect. Not that I know what I have done I just guessed like crazy. But the code works...
  2. Replies
    7
    Views
    1,547

    Thanks for all the tips, unfortunately I'm still...

    Thanks for all the tips, unfortunately I'm still confused by pointers. I think I will have to revisit this subject at a later time instead when I have practiced more with C.
  3. Replies
    7
    Views
    1,547

    If I understood you correctly. Then the reason...

    If I understood you correctly. Then the reason for me using double instead of int on the array variable, is because this is the test program for my bigger complex numbers program. I just try to...
  4. Replies
    7
    Views
    1,547

    Program crashes I suspect variable n.

    Program crashes I suspect variable n but I'm not a 100% sure. I showed this code to my teacher and we tried different things to solve the crash. But without a single warning and error from...
  5. [solved]

    Thanks laserlight that code rocks! :D
  6. So why doesn't my Dynamic-memory-allocation code...

    So why doesn't my Dynamic-memory-allocation code above connect when I modularize it into a function? It works when I run it without using a function. :confused:

    Example code 4 - [ Error ]
    You...
  7. Thanks laserlight that code looks cool. :cool: ...

    Thanks laserlight that code looks cool. :cool:
    Could somebody also show me how the same code, should be solved using the dynamic-memory-allocation-technique?

    These two ways of dealing with...
  8. Thanks for pointing me in the right direction. ...

    Thanks for pointing me in the right direction. :) I googled and got help from Binky Pointer Fun Video along with the reading material Pointer Basics.
    Now I finally grasp the concept of pointers I...
  9. /* Input */ codes stops working when I modularize the code?

    Example code 1 - [ OK ]
    3Wah7S4K - Pastebin.com

    But when I try to modularize the /* Input */ codes then I get all sorts of warnings and errors. I managed to fix most of them but get stuck here...
  10. Replies
    3
    Views
    1,805

    Thanks that was quick! :D You solved 90% of my...

    Thanks that was quick! :D You solved 90% of my entire to be program, by that single line.
  11. Replies
    3
    Views
    1,805

    array copy problem - [SOLVED]

    I have a basic code where I can copy an array without problems. But when I introduce another kind of array, a more advanced variant which I think is called a dynamic array. Then my program crashes...
  12. Replies
    4
    Views
    3,431

    Nah it's not that newbie books about games...

    Nah it's not that newbie books about games inspires me. It's more like the only thing I can manage to associate to when thinking about C and C++ programming in general.

    I've been a member at ROS...
  13. Replies
    4
    Views
    3,431

    Goal: ReactOS programmer, Tactic: Unknown?

    Who am I?
    I don't have much experience as a programmer in any kind of languages. You could say that I got serious in learning to become a programmer around the year 2007.

    From 2007 until now I...
  14. Replies
    4
    Views
    3,913

    Roger on the casting tips! I have an old skool...

    Roger on the casting tips! I have an old skool teacher. :)
  15. Replies
    4
    Views
    3,913

    Why does this program crash when I do this?

    Hi I'm a newbie in C programming attending a night course. Right now I'm trying to learn about: arrays, calloc and pointers.
    None of these things has truly sunken in yet, I'm still not comfortable...
Results 1 to 15 of 15