Search:

Type: Posts; User: SaTaNaMa

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,307

    Truth is that I didn't have to make it...

    Truth is that I didn't have to make it dynamically allocated, but since the max size of the matrices is 256*256, I thought it wasn't so good to always automatically reserve 262 kB of RAM (for int)...
  2. Replies
    9
    Views
    1,307

    Oh sorry for the line number, I didn't copy the...

    Oh sorry for the line number, I didn't copy the header ... :S The code actually started at line 13.




    Well, the professor of this unit tells to use only what he already referred to in his...
  3. Replies
    9
    Views
    1,307

    I wanted to do the table = new short[rows][cols]...

    I wanted to do the table = new short[rows][cols] thing first, but that was even less working. (I have to say I'm new to pointers and dynamical allocation of memory.) Here I try something else, based...
  4. Replies
    9
    Views
    1,307

    Won't get out of the function!

    Hello!

    The following code, surprisingly, works very well until it is time to return to the main function. I really never saw such an error... I'm working with MS Visual Studio 2005 Pro and I've...
  5. Replies
    3
    Views
    1,078

    okay, thanks Salem.. I'll browse these forums..

    okay, thanks Salem.. I'll browse these forums..
  6. Replies
    3
    Views
    1,078

    Is there anyone on this planet who knows how to...

    Is there anyone on this planet who knows how to drive a MySQL database from BCB???
  7. Replies
    3
    Views
    1,078

    Help me with MySQL please!

    Hi everyone!

    I'm using Borland C++ Builder...
    Started to write a little application, I'm running mysql 5 on localhost...
    I used a TSQLConnection to connect to the mysql database, no error there,...
  8. Thread: RAM size!?

    by SaTaNaMa
    Replies
    4
    Views
    1,036

    I'm on 32bit WinXP with Borland C++ Builder...

    I'm on 32bit WinXP with Borland C++ Builder...
  9. Thread: RAM size!?

    by SaTaNaMa
    Replies
    4
    Views
    1,036

    RAM size!?

    Hi there!

    I've been searching a while with google and found nothing interesting about it... My program needs to know how much RAM memory there is on the system it's running on.

    I'd like some...
  10. Replies
    5
    Views
    1,074

    paper!

    paper!
  11. Replies
    5
    Views
    1,074

    Okay, I'll do that... But what are you guy using...

    Okay, I'll do that... But what are you guy using when you need to print something?... maybe you got a better idea than me!
  12. Replies
    5
    Views
    1,074

    Oh, please, don't tell me nobody ever worked with...

    Oh, please, don't tell me nobody ever worked with Rave reports!

    :(
  13. Replies
    5
    Views
    1,074

    RAVE Reports... need a hand!

    Hi everyone,

    I'm searching the help and web and can't figure out how to modify parameters of a component of a TRvProject.

    For example I created a text field in on the page... and I want to...
Results 1 to 13 of 14