Search:

Type: Posts; User: Mr.President

Search: Search took 0.00 seconds.

  1. yes thank you ! darn I missed the terminating 0/...

    yes thank you ! darn I missed the terminating 0/


    #include <string.h>
    #include <stdio.h>
    #include <stdlib.h>

    char *strrev(char *str){
    size_t len = strlen(str);
    char *tmp =...
  2. [SOLVED] Trouble solving Invalid write of size 1 please advice

    I wrote a reverse function it works fine but having trouble solving valgrind throwing


    #include <string.h>
    #include <stdio.h>
    #include <stdlib.h>

    char *strrev(char *str){
    char *tmp =...
  3. PCI Telephoney recorder card output detection C or C++

    I am using WINDOWS and the card vendor didn't provide any information or SDK about the telephony recorder card is it possible to extract voltage change or any output information from that card

    I...
Results 1 to 3 of 3