Search:

Type: Posts; User: joe232

Search: Search took 0.00 seconds.

  1. Thread: C++ and Rust

    by joe232
    Replies
    3
    Views
    3,429

    Lol thanks for the link and quote =D

    Lol thanks for the link and quote =D
  2. Replies
    4
    Views
    4,500

    Thanks guys :)

    Thanks guys :)
  3. Replies
    4
    Views
    4,500

    Referencing in C

    int main()
    {
    int x;
    x = 10;

    printf("%d\n", x);

    scanf("%d", &x);

    printf("%d", x);
  4. Thread: C and Rust

    by joe232
    Replies
    1
    Views
    3,905

    C and Rust

    I am learning C and Rust at the moment and I wanted to ask is there anything that Rust can't do whereas C can do?
  5. Thread: C++ and Rust

    by joe232
    Replies
    3
    Views
    3,429

    C++ and Rust

    Is there anything that Rust can't do that C++ can?
Results 1 to 5 of 5