Search:

Type: Posts; User: NewCProgrammer

Search: Search took 0.00 seconds.

  1. Awesome! This is exactly what I needed, and...

    Awesome! This is exactly what I needed, and actually solves a lot stuff I was running into with my previous testing. So it looks like the typedef keyword allows me to decorate a new type without...
  2. Sorry that should have been one pound sign on the...

    Sorry that should have been one pound sign on the first include, I mistyped!
  3. Thanks so much to everyone thats replied, it...

    Thanks so much to everyone thats replied, it really helps me learning this!

    So I was able to work through a whole lot of my errors thus far, I was missing some lack of declerations that I was able...
  4. Thanks! I was able to get rid of that line,...

    Thanks!

    I was able to get rid of that line, ran into some more errors that I am going to try to work through now.

    To be honest, I am a C# developer by trade, and am trying to pick up on C :p....
  5. Compiler Syntax Error (Newbie Question)

    I have written my first, and what I thought was a legal, C function. This is what it looks like:



    int __fastcall testFunc(int *a1)
    {
    int result;
    int v2;

    result = *a1;
Results 1 to 5 of 5