Search:

Type: Posts; User: Mars_Volta

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    2,916

    I think you should concider making a smaller...

    I think you should concider making a smaller project m8!
  2. Replies
    3
    Views
    876

    Linking error....

    Hi,

    I'm doing a project, I have a file called 'Building.h' a 'Building.cpp' where I define fonction of my classes, and a 'Main.cpp'

    In building.h I have:
    #ifndef Batiment_H
    #define...
  3. Replies
    4
    Views
    1,276

    Because if you 'write' a class to do a specific...

    Because if you 'write' a class to do a specific task(such calculate the surface of a circle) and you need it someday in another project, well the class you've wrtie will work in any programs.... if...
  4. Replies
    11
    Views
    1,126

    ***No meaning with subjetc**** just glad to...

    ***No meaning with subjetc****


    just glad to see someone who voted for Nader!!!


    Barjor!
  5. Replies
    4
    Views
    1,165

    yeah I know sorry, but mine a re in french...i'll...

    yeah I know sorry, but mine a re in french...i'll do it i na few when i'll have 2 sec
  6. Replies
    4
    Views
    1,165

    Swicthing data orders...

    Ok,

    My progs, read data in a file, show content on screen, and now It must save data in another files but in a different orders( the last will be the first record and the first the last....)...
  7. Replies
    6
    Views
    1,048

    Hey, I now have to write those data in...

    Hey,

    I now have to write those data in a new files, but in oppossite order..... the first name at the end etc....

    I thought making
    for(cnt=7;cnt=0;cnt--){
    ...
  8. Replies
    6
    Views
    1,048

    Thanks a lot prelude!!!! very very appreciated!!!!

    Thanks a lot prelude!!!! very very appreciated!!!!
  9. Replies
    6
    Views
    1,048

    shall I use fread instead of fscanf???

    shall I use fread instead of fscanf???
  10. Replies
    6
    Views
    1,048

    show struct....

    Hi,

    My little progs work except it just show the first value of my struct 6 times instead of showing my 6 differents value....

    #include <stdio.h>
    #include <conio.h>
    #include <stdlib.h>...
  11. Replies
    1
    Views
    1,912

    I can read my data without problem, my trouble is...

    I can read my data without problem, my trouble is to keep all the value to use it again in another function....
  12. Replies
    1
    Views
    1,912

    temp struct....

    hi,

    I have a struct

    struct Person{
    char name[20];
    char firsname[20];
    }Names[7];

    and I have to fill it with data from a files and then show the content....
  13. Replies
    3
    Views
    825

    ok thx a LOT!

    ok thx a LOT!
  14. Replies
    3
    Views
    825

    Problem with char declaration...

    hi,

    there is my problem, i'm new to C and i'm doing a project and I have something I've never seen before plz help...

    char firstname[7][15], name[7][15];
    ( what is a char with [][], I think...
Results 1 to 14 of 14