Search:

Type: Posts; User: bjdea1

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Many thanks!

    Many thanks!
  2. Gcc array size limit? Can't make arraysbigger than 10MB

    Hi,
    I've got gcc running on a Daul Xeon (1Gb Ram ) server. Problem is I can't seem to have arrays bigger than 10 MB - as in eg:
    char temp[9000000];

    is allowed, but nothing bigger -...
  3. Replies
    3
    Views
    2,216

    My Unix/Linux SECURITY SOLUTION - pls read

    Hi,
    I recently had my linux server hacked into and after reading over all the information I could find about how root kits work I've come up now with a VERY SIMPLE but VERY GOOD Unix security...
  4. Replies
    6
    Views
    64,111

    thanks guys, very helpful

    thanks thats just what I needed,
    many thanks
  5. Replies
    6
    Views
    64,111

    How to convert from float to int?

    Hi,
    this is a really simple problem, but I just can't find a solution.
    How do you convert a float like 12.34 to a rounded integer like 12??

    Thanks to whoever answers, your help is much...
  6. Replies
    24
    Views
    8,103

    Prob php

    I think I'll use php - not sure yet.
  7. Replies
    24
    Views
    8,103

    Fair Enough

    Ok fair enough - C can stay the way it is and I'll change.
    :-)
  8. Replies
    24
    Views
    8,103

    I get your point but C is dieing in this area

    I get your point quite well and in reality perhaps you're right - because there's a lot of work involved doing something like this.
    But think about it - why are there so many competing languages...
  9. Replies
    24
    Views
    8,103

    Why not make C the most Comprehesive

    What I'm mainly talking about is creating something like asp with C. It doesn't really require any real changes - just some additional libraries and server software. Perhaps I will develop it myself....
  10. Replies
    24
    Views
    8,103

    Further developing C for the web

    Hi,
    I'm just wanting to express my strong desire for C to become a more prominent Web language, something like php. I am a web developer and have a strong loyalty to C. C is the first language...
  11. Replies
    1
    Views
    2,008

    Is this good programming?

    Hi,
    please tell me if you think this is a good software package - as in its quality. Just a quick yes or no will do. Its meant to be a simple web content management system.
    ...
  12. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    hi all and thnks

    Just saying thanks for all your input,
    The final solution has been to change hosts. Actually this has turned out for the best. I've found a much cheaper and more professionally set up host provider....
  13. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    got that

    I tried the small program you showed and it gave the same problem. I also tried gcc -S and it still gave the same problem. I'm looking at the stdio.h file now. I think I do see some problems - this...
  14. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    Reply

    Um, prefer not to attach all the code - its 3000 or so lines of code which I spent months on. I want to sell the script some time in the future. I'd be giving it away by putting it on the C board...
  15. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    first 30 lines or so of search.c

    Note : the same problem exists with other scripts as well which all used to compile before. Anyway here's the start of the code:

    //
    //Telescopemaking.com Search Directory
    //Written by Brett...
  16. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    follow up on gcc problem

    Their server/system was working fine a few days ago and suddenly it came up with the below problem when compiling??? Anyway here are the errors from one of my scripts - it appears the libary function...
  17. Thread: gcc problem

    by bjdea1
    Replies
    13
    Views
    12,528

    gcc problem

    Hi,
    has anyone ever come accross a problem with gcc not compiling the libary functions properly on a linux server? By this I mean the includes at the top of the program giving compililation...
  18. Replies
    1
    Views
    828

    thumbnail creator program???

    Hi,
    just wondernig if anyone knows a good program to generate thumbnails from larger picture files. Is there a GNU program that does it? Or another from somewhere else? All I want is a very basic...
  19. Single Large files do compile reliably. Gcc is Always Right

    Just a follow up post on a strange and very difficult problem I finally cracked, yet in actual fact it was very simple.

    I'd written a 11000+ line program that was on a single file. It compiled and...
  20. Replies
    5
    Views
    1,285

    Are long single C source files unreliable?

    Hi,
    I'm needing an experienced programmers opinion about gcc and writing c programs. I've written a fairly large program 11000 + lines of code in a single program - a single file.
    It compiles...
  21. Replies
    5
    Views
    1,285

    is there a limit to what gcc can handle?

    Hi,
    I'm needing an experienced programmers opinion about gcc and writing c programs. I've written a fairly large program 11000 + lines of code in a single program - a single file.
    It compiles...
  22. Replies
    2
    Views
    4,053

    Thanks a Million

    HI Quzah,
    you were right - it was a write permission problem. Many many thanks, much appreciated,
    Brett
    (bjdea1)
  23. Replies
    2
    Views
    4,053

    Problem with cgi script - can't rename files

    Hi,
    I've come across a problem trying to create new files and rename files on a Linux server through a cgi script - written in C. I seem to only be able to open existing files, read existing...
  24. Replies
    2
    Views
    3,040

    Anyone know a good file upload routine.

    Hi,
    just looking for a little piece of C code (cgi script) that can handle a simple file upload to a server from a browser. Or does anyone know of any general library for such tasks,

    Thanks...
  25. Anyone know how to open and save a webpage given it's http, with a cgi "C" program.

    Hi,
    I've just been struggling with something probably quite simple. I want to open webpages given their URL, from a cgi program. Does anyone know the code to open a remote webpage (on another...
Results 1 to 25 of 27
Page 1 of 2 1 2