Search:

Type: Posts; User: seanfmglobal

Search: Search took 0.01 seconds.

  1. Hello question about the infamous pointers

    Hello I am kind of stuck on this idea of how memory works in C.
    Is the tmpPtr pointing to the 3rd element in the array or the 7th in the second if statement. If the later is that why I would use...
  2. Replies
    4
    Views
    2,019

    I am using gcc. I've changed my code to look...

    I am using gcc.

    I've changed my code to look like such



    #include<stdio.h>
    #include<time.h> // added
    #include<stdlib.h> // added
  3. Replies
    4
    Views
    2,019

    Segmentation Fault

    Hello everyone,

    I've been programming in Java for approx 1.5 years and am moving to C now for my CS degree. I have a book that I'm moving through pretty fast but am kind of stuck on a rand number...
  4. Replies
    4
    Views
    2,376

    Works in windows but not in debian

    Hello everyone. I was wondering if anyone has ever came across this issue.


    #include <stdio.h>

    main(){
    printf("Testing");
    }
Results 1 to 4 of 4