Search:

Type: Posts; User: inmaterichard

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,101

    HELP PLEASE! ~Threads

    I have made a large program which takes information form a serial port.
    I'm currently using CreateFile to 'open' the serial port to communicate with the other computer. However I'd like to be able...
  2. HELP with storing serial port data into txt file

    I have a programming which draws a graph for .txt data and other things.

    Im trying to make this code take single character inputs from the serial port and store them into a txt file as an integer...
  3. Replies
    2
    Views
    1,103

    help please

    i am using Linux to program in for the first time. i have a basic knowledge of c and am currently learning c#. can anyone help me retrieve text from a URL in Linux with in C. if any one can help me...
  4. Replies
    34
    Views
    6,487

    if you look at modern games like forza...

    if you look at modern games like forza motorsports 2 on the 360. what language is that made in, does anyone have any ideas
  5. Replies
    3
    Views
    1,936

    Help for the learner

    hi, i have done basic c programming, and done a little c++

    i really want to get started in programming. where is the best place to start. i would one day like to look into games. also wheres the...
  6. Replies
    4
    Views
    1,502

    thanks alot, it works now, i put ...

    thanks alot, it works now, i put


    final[0]='\0';


    thanks for that explanation, very helpful.
  7. Replies
    4
    Views
    1,502

    i no this wont work on its own, but i hanent got...

    i no this wont work on its own, but i hanent got a memory stick to copy the actual code across, an im not online with the computer that im writing it on, i was just wondering if anyone has had a...
  8. Replies
    4
    Views
    1,502

    strcar keep closing my program

    i have made a program, i had code that said



    void main()
    {
    char a[20];
    char txt[20];
    char final[50];
  9. Replies
    1
    Views
    1,220

    Help ignoring spaces.

    i have writen a program which basically does a form of SSC. it loads two arrays and then prints them.

    then takes a user input and changes the a's to d's (just an example), but i want to make it...
  10. Replies
    2
    Views
    1,108

    Help please, storing my FILE

    i have got a program which loads a file and reads it in char buy char and then print it.

    does anyone no how to change this program so it will store the char's into an array as they are being...
  11. Replies
    5
    Views
    1,129

    help with my overfollow

    I cant get this code to stop allowing overfollow on the inputs. at the moment it carries any char's over 7 on to the next line and messes it up.
    is there a way i can stop this?



    #include...
  12. Replies
    6
    Views
    1,210

    by the way, thanks again, great help

    by the way, thanks again, great help
  13. Replies
    6
    Views
    1,210

    ok, so now with some excellent help from you guys...

    ok, so now with some excellent help from you guys ive got this.




    #include <stdio.h>

    int main()
    {
    char a[10];
  14. Replies
    11
    Views
    1,019

    should i declare the a[i] as a variable. im just...

    should i declare the a[i] as a variable. im just starting to learn, dident realise how dificult this can be, lol.
  15. Replies
    6
    Views
    1,210

    i have made a small mistake on the code i put up,...

    i have made a small mistake on the code i put up, it should not say enter first name and last name, i want it to just work with intergers. sorry about that. il have a go now, thanks very much
  16. Replies
    11
    Views
    1,019

    ah, cool, ive managed to do this ...

    ah, cool, ive managed to do this




    #include <stdio.h>

    int main ()
    {
  17. Replies
    11
    Views
    1,019

    great, ill have a flick through an let you no how...

    great, ill have a flick through an let you no how i get on, thankyou guys
  18. Replies
    11
    Views
    1,019

    It is just A-Z with no spaces

    It is just A-Z with no spaces
  19. Replies
    11
    Views
    1,019

    arrays, pleases help!!!

    i am trying to open a .txt file into an array and then print it on the screen.

    i managed to do it in c++ but have been told i have to do it in c.

    i think i have managed to load the file but...
  20. Replies
    6
    Views
    1,210

    PLEASE!!! help intersections problems

    i have to write a program that takes two inputs as arrays and then outputs the intersection.

    please help as im really new at this, lol.

    here is what i have come up with so far.



    void...
Results 1 to 20 of 20