Search:

Type: Posts; User: nickk

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,586

    I'v tried... and all it points me to is the ODBC...

    I'v tried... and all it points me to is the ODBC stuff, but the header isnt there
  2. Replies
    3
    Views
    1,586

    MySQL header problems

    Hi,

    I relatively new to C, and want to connect to/query a MySQL server. I have MySQL installed on my pc (Ubuntu), and it works fine with PHP, but following this tutorial:...
  3. Replies
    15
    Views
    2,020

    Ok thanks I tink I understand it more now... but...

    Ok thanks I tink I understand it more now... but I still have problems with some functions that have complicated pointers. Cant think of any right now but Il get back to you
  4. Replies
    15
    Views
    2,020

    Yeh but I mean if I just do printf("Whatever");...

    Yeh but I mean if I just do
    printf("Whatever");
    'Whatever' itself isnt stored as a variable, so its not stored in memory (is it?), so how can you "point" to it?
  5. Replies
    15
    Views
    2,020

    Question about pointers

    Hi,

    I get the basics of pointers, but as soo as they get more complex I'm stuck. For example, even the printf function:
    int printf ( const char * format [ , argument , ...] );
    What do they...
  6. Replies
    5
    Views
    1,214

    haha i cant believe i didnt see that

    haha i cant believe i didnt see that
  7. Replies
    5
    Views
    1,214

    thanks so much for your help :) too bad this...

    thanks so much for your help :) too bad this forums doesnt have some sort of system of giving karma (for exmaple), many othr forums allow you to give another person karma or add to his/her reputation...
  8. Replies
    5
    Views
    1,214

    Random numbers in C

    Hi, sorry for the very basic question but i really have no clue why it doesnt work :(
    Here is my code:


    #include <stdlib.h>
    #include <stdio.h>
    #include <time.h>

    #define N 101
  9. Replies
    3
    Views
    2,432

    Help with rounding a number

    Hi, I have a math project in which i need to round numbers correctly (ie. not just rounding up, but proper rounding, so if it was 4.4 it would become 4, and if it was 4.5 it would be 5). Now its easy...
  10. Replies
    4
    Views
    2,155

    String permutations help

    I'm pretty new to c, so please excuse the basic question. I'm trying to make a program for string permutations, I couldint do it, so I looked at the solution at...
  11. Thread: What next?

    by nickk
    Replies
    2
    Views
    844

    What next?

    I've been learning C for a few weeks now, and I'm sure I know the basics, I've also done a few challenged and such. But now I'm stuck, because I have no idea what to make/write. This has happened...
Results 1 to 11 of 11