Search:

Type: Posts; User: Guest852

Search: Search took 0.01 seconds.

  1. I can be 110% wrong, but I thought you can do...

    I can be 110% wrong, but I thought you can do object even without main???

    And, how about compiling the fortran functions first?

    And generally, if you solve the problem, I am EXTREMELY...
  2. Finally got it working... I used tiedosto...

    Finally got it working...

    I used


    tiedosto *pagefiles = new tiedosto[250]; /*creates new object.
    .
    .
    .
    while(feof(readindex)==0){
  3. I see stud :) You did the pathname & filename...

    I see stud :)

    You did the pathname & filename arrays much more clever than I :) That way the program updates 2 arrays instead of creating 2arrays/file :)

    Well, the code is still not working O_o...
  4. tiedosto.h #ifndef _TIEDOSTO_H #define...

    tiedosto.h


    #ifndef _TIEDOSTO_H
    #define _TIEDOSTO_H
    class tiedosto
    {
    private:
    public:
  5. Thanks 7stud :) I am not really familiar with...

    Thanks 7stud :)

    I am not really familiar with strings, I'm Ol' school c programmer ;) I know I should learn them too..

    Since you suggested me to create constructor without arguments too, I...
  6. Rhaaa. Either I'm stupid, or this is difficult...

    Rhaaa.

    Either I'm stupid, or this is difficult :|

    I still cant make it working :/ I used:



    char **pagenames[250]; //arrays for filenames
    char **paths[250]; //arrays for paths
  7. pointers in arrays... Declaring objects in a loop.

    Hi deeee Ho again! ^_^

    I was bugging you guys with my questions about creatin a class for handling files (to update my webpages). Well, I managed to create the class (class tiedosto), and...
  8. Thanks for help Mort :) Well, the code I...

    Thanks for help Mort :)

    Well, the code I pasted to here was (pre) beta version ;) So It did not work well at all, and was mainly done to test the "tiedosto" class and it's functions ;) Well, the...
  9. initialized.. Another fancy term ^_^ (I am a...

    initialized.. Another fancy term ^_^

    (I am a noob in C++, and if not exactly a noob in C, at least a beginner :D )

    Whole code...

    I can do it, but it is written in Finnish, which will make it...
  10. FILE *streamname as a public member of a class.

    Okaay. At this spring I decided to start learning C++. C I knew somehow before... Now I'm doing a lil proggie to help me with updating my webpages... And I encounter a prob.

    I have a class for...
Results 1 to 10 of 10