Anzeige:

Suchen:

Art: Beiträge; Benutzer: pik7

Seite 1 von 5 1 2 3 4

Suchen: Die Suche dauerte 0,01 Sekunden.

  1. Antworten
    6
    Hits
    2.566

    hallo, probier mal popen gruß

    hallo,

    probier mal popen

    gruß
  2. Antworten
    5
    Hits
    2.491

    hallo, mal eben: (prozesse bitte mit kill...

    hallo,

    mal eben:
    (prozesse bitte mit kill "num" killen)



    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/wait.h>
  3. hallo, vieleicht mal MSG_NOSIGNAL ...

    hallo,

    vieleicht mal

    MSG_NOSIGNAL
    This flag turns off raising of SIGPIPE on stream
    sockets when the other end disappears.

    dem recv() mitgeben in den Flags?...
  4. Antworten
    4
    Hits
    2.510

    hallo, gibt noch ne Variante: #include...

    hallo,

    gibt noch ne Variante:



    #include <iostream>

    int * k;
  5. Antworten
    3
    Hits
    2.449

    hallo, von mir aus auch sigsuspend(). Das ist...

    hallo,

    von mir aus auch sigsuspend().
    Das ist aber nicht das Problem (gewesen?).

    gruß
  6. Antworten
    3
    Hits
    2.449

    hallo, #include...

    hallo,



    #include<sys/types.h>
    #include<unistd.h>
    /*#include<sys/wait.h>*/

    void forkn(int n);
    int main()
  7. Antworten
    4
    Hits
    2.545

    hallo, man packet gruß

    hallo,

    man packet

    gruß
  8. Antworten
    8
    Hits
    4.073

    hallo, kannste keine VLA's benutzen? z.b...

    hallo,

    kannste keine VLA's benutzen?

    z.b so:

    int zeilen=20;
    int spalten=40;
    char array[zeilen][spalten]
  9. hallo, nan=="not a number"? ...

    hallo,

    nan=="not a number"?

    http://ursa.as.arizona.edu/~rad/phys205/basic_c/node6.html#foot273

    mal lesen
  10. Antworten
    4
    Hits
    2.475

    hallo, #include...

    hallo,




    #include<stdio.h>
    #include<mntent.h>
    #include<string.h>
    #include<stdlib.h>
  11. Antworten
    6
    Hits
    2.681

    Hallo, #include...

    Hallo,



    #include<stdio.h>
    #include<sys/types.h>
    #include<sys/stat.h>
    #include<fcntl.h>
    #include<sys/ioctl.h>
    #include<linux/cdrom.h>
  12. Antworten
    2
    Hits
    2.236

    man remove ?

    man remove ?
  13. Antworten
    4
    Hits
    2.785

    hallo, #include int main() {...

    hallo,



    #include<stdlib.h>

    int main()
    {
    char test[10]={"ein test"};
  14. Antworten
    3
    Hits
    3.256

    hallo, man mem gruß

    hallo,

    man mem

    gruß
  15. Antworten
    4
    Hits
    3.573

    hallo #include #include...

    hallo



    #include <stdio.h>
    #include <stdlib.h>
    #include <curses.h>
    #define MAX 100

    int main(int argc, char *argv[])
  16. Thema: C/C++ Ram

    von pik7
    Antworten
    12
    Hits
    5.016

    hallo, wie wär's den mit man mem gruß

    hallo,

    wie wär's den mit
    man mem

    gruß
  17. Thema: threads

    von pik7
    Antworten
    12
    Hits
    3.905

    hallo, erschwerend kommt noch dazu das bei ...

    hallo,

    erschwerend kommt noch dazu
    das bei

    g++ -o test test.cpp

    keine Fehlermeldung kommt

    gcc -o test test.c
  18. Thema: threads

    von pik7
    Antworten
    12
    Hits
    3.905

    Hallo, Was machen?

    Hallo,



    Was machen?
  19. Thema: threads

    von pik7
    Antworten
    12
    Hits
    3.905

    hallo, bei mir funktioniert's g++ -o test...

    hallo,

    bei mir funktioniert's

    g++ -o test test.cpp -lpthread

    mal probieren.
  20. Thema: Linux Killsignal

    von pik7
    Antworten
    3
    Hits
    2.466

    hallo, kann man nicht SIGSTOP und...

    hallo,



    kann man nicht
    SIGSTOP und SIGCONT
    benutzen?
  21. Antworten
    10
    Hits
    7.454

    hallo, mag ja alles richtig sein. aber...

    hallo,

    mag ja alles richtig sein.
    aber verstehe jetzt nicht warum



    jetzt was mit der Pinbelegung zu tun hat?
  22. Antworten
    10
    Hits
    7.454

    Ich gehe von den Protokollconvertern aus die ich...

    Ich gehe von den Protokollconvertern aus die ich kenne
    also
    vorne RS485 rein hinten RS232 raus
    und umgekehrt.

    Was soll da nicht zu wissen sein?
  23. Antworten
    10
    Hits
    7.454

    hallo, Du mußt die Leitungen TxD (Transmit...

    hallo,



    Du mußt die Leitungen TxD (Transmit Data) und RxD(Recieve Data)
    miteinender kreuzen und noch eine Masse (GND) Verbindung herstellen.



    Kommt drauf an was das fürn Protokoll ist
  24. hallo, Warum? gruß

    hallo,



    Warum?

    gruß
  25. Antworten
    13
    Hits
    4.244

    hallo, natürlich:D Du benutzt Ecore,...

    hallo,



    natürlich:D

    Du benutzt Ecore, die lib die man für
    E17 braucht.
    Wollte ich mir schon seit ein parr Wochen mal installieren
    aber wegen Zeitmangels nicht zu gekommen.
Ergebnis 1 bis 25 von 106
Seite 1 von 5 1 2 3 4