Search:

Type: Posts; User: xyman

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,050

    Thanks

    Thanks
  2. Replies
    4
    Views
    4,050

    Package methods in struct

    Is it common practice to package methods with other elements(string-s, int-s, float-s, array-s...) of struct?

    Than struct acts as a class or is acting similar to class and that have no sense to...
  3. Replies
    4
    Views
    2,015

    Thx for good link, to answer my own question...

    Thx for good link, to answer my own question :biggrin:

    Types declared inside a class without an Access Modifier default to private.
  4. Replies
    4
    Views
    2,015

    Variable protectiono level in Class

    With what protection level c# treats variable "a" in "myclas", because I get error code when I want to change it?


    using system;

    class myclass {
    int a;
    }

    class mainclass {
  5. Replies
    9
    Views
    4,468

    Thanks, problem solved.

    Thanks, problem solved.
  6. Replies
    9
    Views
    4,468

    Thanks I see... Can fread() go out of the bound...

    Thanks I see... Can fread() go out of the bound of the file and potentially SegFault, or it stops when EOF is reached?
  7. Replies
    3
    Views
    970

    ya, it's stupid error I had few weeks ago, it's...

    ya, it's stupid error I had few weeks ago, it's because some compiler flag that don't allow unused variables(giving value is not counting).
  8. Replies
    9
    Views
    4,468

    text file -> memory usage

    Hi I am coding on win7 in C.
    If I'm right win7 is not counting EOF(end of file) in total memory usage of text file(.txt)?
    E.g., if I have simple text file with 3 characters:
    a
    b
    c
    this file is...
  9. Replies
    9
    Views
    21,986

    Thanks, I'll give it a try.

    Thanks, I'll give it a try.
  10. Replies
    9
    Views
    21,986

    The link is still down. I also checked your links...

    The link is still down. I also checked your links in signature - lot's of good resources.
  11. Replies
    9
    Views
    21,986

    Thank you, your link is very good. I found the...

    Thank you, your link is very good. I found the answers i need.
  12. Replies
    9
    Views
    21,986

    I could use some other library for playing audio...

    I could use some other library for playing audio .wav files, but i am not so skillfull in searching for wright one.
  13. Replies
    9
    Views
    21,986

    I found this lib in /usr/lib directory...

    I found this lib in /usr/lib directory librhythmbox-core.so.0.0.0
    I google that lib and found Ubuntu -- Filelist of package rhythmbox/hardy/i386 but i don't know how that can help me.
  14. Replies
    9
    Views
    21,986

    Simple C library for playing .wav files

    Hi, can anyone suggest me simple c library for playing .wav files. I am coding on Ubuntu-linux using KDevelop. I would also need a link or help how to implement that library in KDevelop.I found...
  15. Replies
    1
    Views
    2,926

    I found something: RBPlayer...

    I found something: RBPlayer but i don't know which library this header #include <rb-player.h> belongs.
  16. Replies
    1
    Views
    2,926

    Simple library for playing .wav files

    Hi, can anyone suggest me simple c library for playing .wav files. I am coding on Ubuntu-linux using KDevelop. I would also need a link or help how to implement that library in KDevelop.
Results 1 to 16 of 16