Search:

Type: Posts; User: XVirtusX

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,503

    Sorry, I was reading a tutorial.. I also noticed...

    Sorry, I was reading a tutorial.. I also noticed that it was beeing called twice.
  2. Replies
    5
    Views
    2,503

    I'm getting it to work replacing fgetc by...

    I'm getting it to work replacing fgetc by fscanf.... whats the problem with fgetc?!
  3. Replies
    5
    Views
    2,503

    Error reading from a file, help plz!

    I'm beginning with C i/o on file, so I wrote a simple program just to read from a file and to output it:



    #include<stdio.h>

    int main(){
    char *str1 = "workspace/folder/text.txt";

    FILE *fp...
  4. Replies
    1
    Views
    2,539

    GTK+ and PKG_CONFIG_PATH problems!

    Hello fellas,


    I have gtk+3.0 installed but I'm having a hard time compiling a simple program that merely shows a window. When I type at terminal:

    gcc `pkg-config --cflags --libs...
  5. Jeez, I felt like a stupid now... tnx for the...

    Jeez, I felt like a stupid now... tnx for the fast reply guys!
  6. GCC don't compile codes from the book "The C Programming Language".

    Hello,

    I was reading this amazing book by Dennis Ritchie (RIP) and some codes just don't compile. I can understand the logic of the program, but somehow, GCC don't accept it. For instance, for...
Results 1 to 6 of 6