Search:

Type: Posts; User: lukasjob

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,837

    Hi, thank you for you reply, I'd like variable...

    Hi, thank you for you reply, I'd like variable declarations to be wherever they can be.
    Is this a too difficult task?
    Do you have some sample code I could start tinkering with?
    Thanks,
    Luca.
  2. Replies
    3
    Views
    2,837

    Simple parser - K&R ex6-2

    Hi everyone, I'm trying to solve problem 6-2 from the K&R book.
    I need to identify the variable names in a c source file, what is the best approach to this problem?
    Do I have to write a simple...
  3. Thread: what to write

    by lukasjob
    Replies
    8
    Views
    1,637

    Thank you guys for all of your good advice, I'll...

    Thank you guys for all of your good advice, I'll keep studying and try to practice as well with the exercises from the books, by the way Project Euler rocks, I'm going through it one problem at a...
  4. Thread: what to write

    by lukasjob
    Replies
    8
    Views
    1,637

    That made me feel real better... :)

    That made me feel real better... :)
  5. Thread: what to write

    by lukasjob
    Replies
    8
    Views
    1,637

    Common I'm doing it, I also took time to study...

    Common I'm doing it, I also took time to study the quicksort algorithm in details since K&R use it many times in their examples, still I don't see the fun, I'm not writing an OS or an intelligent...
  6. Thread: what to write

    by lukasjob
    Replies
    8
    Views
    1,637

    what to write

    Hi guys, I've just started learning C, I'm going through these books:
    1- K&R the C Language
    2- Beginning C By Ivor Horton

    Ok so far so good.

    I know I'm just a beginner but the examples in...
  7. Thread: funtion reuse

    by lukasjob
    Replies
    6
    Views
    1,149

    hi

    That's fine now.
    Thank you very much.
  8. Thread: funtion reuse

    by lukasjob
    Replies
    6
    Views
    1,149

    hi

    I tried to follow the steps but I'm getting this error
    "undefined reference to 'WinMain@16'" while I try to compile stringutils.c, here's the code

    stringutils.c


    #include <stdio.h>...
  9. Thread: funtion reuse

    by lukasjob
    Replies
    6
    Views
    1,149

    funtion reuse

    Hi everyone, I've just started learning C.
    I'm trying to figure out one thing, if I have a program, say myprogram.c with a main and a bunch of functions in it, how could I take out function1 save it...
Results 1 to 9 of 9