Search:

Type: Posts; User: jamesjeffery

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,017

    Actually, I know. I dont need to loop through...

    Actually,

    I know. I dont need to loop through memory for the int. If I just create a loop that runs through 32 times, and compare the int to the bitmask, shifting by 1 each time through the loop,...
  2. Replies
    1
    Views
    1,017

    Quick question. Memory and Bitshifting

    Im following a question from a book. Basically I need to convert an unsigned int to decimal and I have to use BitShifting and BitMasking.

    So, I have my 32 bit number stored in an unsigned variable...
  3. Replies
    40
    Views
    8,943

    Because you're mocking an idea without...

    Because you're mocking an idea without understanding. Just because not many Mac developers don't talk on here, does not mean they are a minority. As someone already said, Mac developers might come...
  4. Replies
    40
    Views
    8,943

    Guys there is no need to be negative about the...

    Guys there is no need to be negative about the issue.

    It was an idea. When you're in the morning meeting and ideas are being thrown around, however silly they may sound to you, you don't mock the...
  5. Replies
    20
    Views
    12,505

    Can C++ Replace PHP?

    Might seem like a stupid question, but I have been using PHP for years. I was wondering, can C++ be used to replace that?

    I know it's more powerful, and would allow me to do ALOT more. Would it be...
  6. Replies
    40
    Views
    8,943

    Or at least a forum on Mac programming? At...

    Or at least a forum on Mac programming?

    At least that way, anything related to Mac, such as Carbon, Cocoa, Objective-C, Appkit etc can all be discussed under one forum.
  7. Replies
    40
    Views
    8,943

    Good point. When I was developing iPhone apps,...

    Good point.

    When I was developing iPhone apps, I could never find an active community. And sometimes I'd need to ask questions relating to C and C++ as some of the Cocoa libraries are not...
  8. Replies
    40
    Views
    8,943

    Objective C section on the forums

    With the increase in iPhone developers, would it not be good to have an Objective-C section on the forum so people can discuss Obj-C and Mac related programming questions?

    Just an idea as I work...
  9. Replies
    160
    Views
    1,197,737

    Sticky: The C Programming Language...

    The C Programming Language - Brilliant book. I came from Java and PHP, and allocation, pointers etc confused me. This book put me on track. But I left C for 9 months, and used PHP 99% of the time as...
  10. Ah, solved it. The memory set aside for buffer...

    Ah, solved it. The memory set aside for buffer was to small.
  11. Ah, so it does. Sorry. What I did was shorten the...

    Ah, so it does. Sorry. What I did was shorten the C file, to show an example of what I was doing. The original file don't work.

    Here is what I was trying to do.



    #include <stdio.h>
    #include...
  12. CStrings, Passing to function and manipulating string?

    Hi guys.

    I've got a frustrating problem that has seriously been puzzling me for a week.

    Basically, I want my function to change the text within the CString. Here is an example:


    #include...
  13. Replies
    7
    Views
    4,538

    Ah I think libcurl might be useful. I only need...

    Ah I think libcurl might be useful. I only need it to get the content from a page. It's for a data harvester.
  14. Replies
    7
    Views
    4,538

    HTTP Request/Response Libraries?

    Are there any free libraries available for performing HTTP requests and responses?
Results 1 to 14 of 14