User Profile

Collapse

Profile Sidebar

Collapse
scarbo
scarbo
Last Activity: Aug 31 '07, 10:44 PM
Joined: Sep 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • scarbo
    replied to multidimensional array initializer costruct class
    in C
    yes, is the banal forgetfulness is one. But the problem remains.
    See more | Go to post

    Leave a comment:


  • scarbo
    replied to multidimensional array initializer costruct class
    in C
    multidimensiona l array initializer costruct class

    Hello to all. I have a problem for initialize an Array multidimensiona l, therefore I have seen from the forum, but it does not work correctly. An Array of 1024 allocations for 2 channels would serve me (left and rigth). that is:

    double A [1024] [2];

    myClass ()
    {
    public:
    myClass()
    {
    s = 1024;
    A = new...
    See more | Go to post

    Leave a comment:


  • scarbo
    started a topic multidimensional array initializer costruct class
    in C

    multidimensional array initializer costruct class

    Hello to all. I have a problem for initialize an Array multidimensiona l, therefore I have seen from the forum, but it does not work correctly. An Array of 1024 allocations for 2 channels would serve me (left and rigth). that is:

    double A [1024] [2];

    myClass ()
    {
    public:
    myClass()
    {
    s = 1024;

    A = new double*[s];

    for (int i=0;i<s;i++)
    ...
    See more | Go to post
No activity results to display
Show More
Working...