User Profile

Collapse

Profile Sidebar

Collapse
rnot
rnot
Last Activity: Apr 16 '07, 09:19 PM
Joined: Oct 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rnot
    started a topic Excel : Simply yet I can find it. AutoFilter

    Excel : Simply yet I can find it. AutoFilter

    Hello,

    I would like to paste data at a cell found by the Selection.Autof ilter function.
    My two first columns hold a "scenario" and "replicatio n" data.
    I would like upon running a macro to paste certain data into the third column at the same row where the replication and scenario are located.

    Scen = Application.Inp utBox("Choose Scenario")
    Rep = Application.Inp utBox("Choose...
    See more | Go to post

  • rnot
    started a topic Heap Memory allocation, Scope and Distructor
    in C

    Heap Memory allocation, Scope and Distructor

    My code is working but I am not sure why.
    Is it because of the copy constructor?
    Is it becuase I still didn't define the distructor? (I did define an empty one)

    I am adding a psaudo code:

    Code:
    //MainProg.h 
    //Global var
    extern vector<EDRTSLot*> LotArr;
    
    //MainProg.cxx
    vector<EDRTSLot*> LotArr;
    graber::addLots(OtherLotVector);
    print(LotArr);
    ...
    See more | Go to post

  • Using class from a different file as a global variable generates "missing storage" er

    I encounter the following error mesagess (Linker errors I think cause it compiles well) whenever I try to define my classes in a global scope. I have four files: DataGrabber.h, Datagrabber.cpp , EDRTSV1.h, EDRTSV1.cxx
    I am using VC++ 6 (Yep I know).

    [CODE]
    // DataGraber.h

    #ifndef DataGrabber
    #define DataGrabber
    #include "EDRTSV1.h"

    class EDRTSFamStn{
    //...Declirations...
    See more | Go to post
No activity results to display
Show More
Working...