Search:

Type: Posts; User: Pickels

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,118

    Brilliant! #include int...

    Brilliant!



    #include <stdio.h>

    int alg( int n, int cnt ) {

    if( n == 1 )
    return cnt;
  2. Replies
    3
    Views
    1,118

    Strange function output.

    I'm just doing a simple excercise today and I wrote this fuction--ALG--And I'm getting the weirdest outputs. I have taken the liberty to insert a printf right before the return, and to my confusion...
  3. Replies
    3
    Views
    1,787

    The code is in C. I'm using GCC.

    The code is in C. I'm using GCC.
  4. Replies
    3
    Views
    1,787

    Linking OpenGL with Jgrasp+Cygwin

    I am having little to no sucsess with this issue. Would be awesome to actually get this working. :confused:
  5. Replies
    3
    Views
    4,265

    Been google'ing my butt off trying to figure this...

    Been google'ing my butt off trying to figure this out. There is a 'Compile and Link' button in jgrasp but I think there must be more to it that I am missing.
  6. Replies
    3
    Views
    4,265

    Sorry for asking this but how do I go aboutdoing...

    Sorry for asking this but how do I go aboutdoing that? Thanks :P
  7. Replies
    3
    Views
    4,265

    How to: Use OpenGL with Jgrasp

    Hi I'm attempting to write games in C using OpenGL, however I am having difficulty compiling any code whatsoever. I'm using Jgrasp + cygwin w/ Gcc.
Results 1 to 7 of 7