Search:

Type: Posts; User: Median

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    36
    Views
    4,386

    This is how I think I would re-structure...

    This is how I think I would re-structure everything in a first step, tell me if you think this is a good idea.

    So, at the moment I have six separate entities, I'll call them Processing Modules....
  2. Replies
    36
    Views
    4,386

    Thank you for such an extensive answer. I've read...

    Thank you for such an extensive answer. I've read it only once and will for sure read it some more times so I can really sink those concepts in.
    The part of identifying what is similar on the...
  3. Replies
    36
    Views
    4,386

    I understand what you mean, but, as I said, I am...

    I understand what you mean, but, as I said, I am re-structuring a module that is only a small part of the whole software, so, changing the paradidm to FP would mean that this module would be totally...
  4. Replies
    36
    Views
    4,386

    Thank you for you answer! At the beginning of...

    Thank you for you answer!
    At the beginning of the architecture design, we decided that each main task would be performed in its own class.. This means that I have a ProcessFingers class that will...
  5. Replies
    36
    Views
    4,386

    Settle down guys :) Lets try to keep this...

    Settle down guys :) Lets try to keep this conversation on topic.
    None of the comments were really helpful but thats because my question is so vague that it doesn't really have an answer.

    Mario...
  6. Replies
    36
    Views
    4,386

    What I found out while I was reading about UML,...

    What I found out while I was reading about UML, is that it is a good tool to represent an existing architecture, it is not used to idealize the architecture itself. What I need is to re-structure an...
  7. Replies
    36
    Views
    4,386

    There is a lot of material online about the UML....

    There is a lot of material online about the UML. Is there any source you can point me that will help me to draw a simple/basic UML diagram so I can get started with this?
    I'm really interested in...
  8. Replies
    36
    Views
    4,386

    I do not know what UML is. I'll come back when I...

    I do not know what UML is. I'll come back when I am able to provide you with those diagrams.
  9. Replies
    36
    Views
    4,386

    Code architecture: A call for advice

    Hello everyone.

    I've been working as a programmer for some months now, and, during this time, I have been improving my programming skills a great deal. My strongest suit is implementation,...
  10. Replies
    10
    Views
    5,401

    The way I did works nicely, but it is true that...

    The way I did works nicely, but it is true that your way seems much more elegant and correct.

    Thanks for the help
  11. Replies
    10
    Views
    5,401

    That would be possible using some shared pointer...

    That would be possible using some shared pointer (boost) funtionalities, but since this is a file that is phisically in the hard drive, its more straightforward this way.
  12. I suggest you write an independent function that...

    I suggest you write an independent function that will print the gameboard everytime someone plays. That way your code will become 10 times smaller.

    You print the gameboard with the changes in a...
  13. Replies
    10
    Views
    5,401

    Ok problem is solved, actually it was easier than...

    Ok problem is solved, actually it was easier than I thought, and it was thanks to the tip that Elysia gave :)

    in main:


    int main (int argc, char **argv)
    {
    fstream...
  14. Replies
    10
    Views
    5,401

    @ grumpy: I'm sorry I wasn't to clear in my...

    @ grumpy:

    I'm sorry I wasn't to clear in my OP. I'm programming under ROS (Robot operating system) environment, which has it's own funcionalities and I didn't want to put to much information that...
  15. Replies
    10
    Views
    5,401

    Writting to file in callback function

    Hey everyone! I want to do a basic thing but for some strange reason there is something not working.

    I need to write to a file but I'm handling all the code in a callback function, which in turn...
  16. Passing data through callback functions [GTK+ 2.0]

    Hello everyone.

    I realize this isn't a GTK forum, but I am still hoping that someone might know how to get this going.

    I used glade to make a GTK GUI. It has several buttons and each one has...
  17. Replies
    1
    Views
    927

    Calling a function on event

    Hello!

    I programmed the 4 in line game in ASCII characters. Now, I am creating a visual interface for it, and this brings whole new concepts that I must learn.

    I using the openCV library, and...
  18. Replies
    31
    Views
    4,679

    OK! My game is finally finished, couldn't have...

    OK!

    My game is finally finished, couldn't have done it without your help AndiPertsi!

    Thanks a lot!
  19. Replies
    31
    Views
    4,679

    This is the last thing I have to implement in my...

    This is the last thing I have to implement in my code and the game will be completed.

    I need to be able to save and load game. For that I save the values of the cells in a txt file in the...
  20. Replies
    31
    Views
    4,679

    hehe it did the trick

    hehe it did the trick
  21. Replies
    31
    Views
    4,679

    You are right. I rebuilt my whole program in...

    You are right.

    I rebuilt my whole program in order to make it simpler. This time i accepting one digit (integer) as user input. It simplifies everything.

    But another problem arises. When I ask...
  22. Replies
    31
    Views
    4,679

    I thought about that, reading the move as an...

    I thought about that, reading the move as an integer, it sure would avoid all this meaningless subtractions, etc. But since the move had to be written in the following way [row,col], i didn't know...
  23. Replies
    31
    Views
    4,679

    @AntiPersi! Thank you so much for taking the...

    @AntiPersi!

    Thank you so much for taking the time to write such an extensive answer, I really appretiate it.
  24. Replies
    31
    Views
    4,679

    This is my first program that has more than 40...

    This is my first program that has more than 40 lines.

    I'm having a class in college that is being my main resource for learning. My teacher gave us the basis of the 4 in line program which was the...
  25. Replies
    31
    Views
    4,679

    That was arsh ... I started programming in C 1...

    That was arsh ... I started programming in C 1 month ago, cut me some slack, I will get better with practice
Results 1 to 25 of 43
Page 1 of 2 1 2