Search:

Type: Posts; User: kdoggfunkstah

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    13,767

    bit shifting uint8_t

    I'm having a problem and I can't figure it out!

    I have this variable that has the uint8_t type (and yes I have to use this one for this project).

    First I had the problem of outputting it:
    ...
  2. Replies
    8
    Views
    4,664

    well, i currently have this post button:

    well, i currently have this post button:

    <form method="POST" action="<?php exec("/root/armtest"); ?>">

    however in the end I want to be able to trigger a function within a c++ program (the...
  3. Replies
    8
    Views
    4,664

    php to execute c++ programs

    Currently I have PHP4 running on my localhost and I can execute programs that I've written (a simple program that will insert a dummy entry into a sqlite database).

    What I want to do is somehow...
  4. Replies
    2
    Views
    2,063

    struct question

    I'm writing this program that has a struct that contains a close to a dozen variables. I know that these variables can be accessed with the "." notation, however I was wondering if there is a way to...
Results 1 to 4 of 4