Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: revit
  • Order by date
  1. revit

    task scheduler problems

    Hello, I am tring to schedual a vb script with at.exe command but the task is not executed. I did not see any errors in the SchedLgU.txt file (the log file). Any ideas? Thanks!
  2. revit

    How can I compile and link in visual c++

    I need to compile a file and link it with the `-lfl' library to produce an executable. How can I do it in visual c++ 6? Thanks!
  3. revit

    Plot function

    I am looking for a way to print 3 dimentions graph. does anyone know how I can do it? Thanks
  4. revit

    jump to the middle of the page

    I need that when someone enters my page he will enter directly to the middle of it (or some marked place) like #top but from another page. Thanks
  5. revit

    #include

    I have 2 hpp files, each one includes a class. each of this class has a pointer to the other, how can I make each one of them recognize the other ? thanks.
  6. revit

    Bison and c++

    Does anyone know how can I generate a c++ parser from the bison tool (or there is another tool which I can generate it from?)
  7. revit

    Does anyone knows where I can find

    Does anyone knows where I can find a clock application like the one in win NT (with analog-digital display) that i can run on win98? Thanks
  8. revit

    Clock.exe

    I want to run the Clock.exe application from NT on win98 but it does'nt run. Do you know why? is there any dll to make it run? Thanks
  9. revit

    Clock application

    I do'nt know if it is the right place where i can ask my question but: I am tring to run the Clock.exe application from Win NT on my pressonal computer which runs on Win 98 OS, but the Clock does'nt run. any idea why is it happening... Thanks.
  10. revit

    running a program

    I want to run a program several times , for example some thing like that: for i=1 to 200 run program input${i}.txt $i > out$(i+1).txt done (i is an argument to the program) how do i write it correctly? thanks
  11. revit

    running a program

    I want to run a program several times , for example some thing like that: for i=1 to 200 run program > out.txt done how do i write it correctly? thanks
  12. revit

    problem with files

    I wrote an "heavy" program which writes its memory contant into the disk once in a while. the file on the disk can reach to 14 giga if the input file is very big. the problem is that in that case (when input file is very big) the program stops when the file size is about 14 giga. i am...
  13. revit

    deleting an object

    I am trying to delete an array which every element in it is a red-black tree. when i tring to delete one of the red-black tree object which is an element in the array i get an segmentation fault which appears only when i run it under windows and not unix. how can i fix it? Thanks.
  14. revit

    Is it possible to declare a vector

    Is it possible to declare a vector (from stl library) that every element in it is a vector too: typedef vector <int> Family; vector<Family> FamiliesVector; thanks.
  15. revit

    killing a program

    i have a program that i'm runing on diffrent kind of inputs. it runs o.k with small inputs, but when i give it large input the system &quot;kills&quot; the program. what could be the reasons and is there any way of printing the error, because debugging the program with huge inputs is very...
  16. revit

    &lt;vector&gt; problem

    Thanks! it helped me to debug the program and find my mistake!
  17. revit

    &lt;vector&gt; problem

    Hello, the vector is of type of pointer to a class i made: vector<BRTree*> that's why i pushed a NULL into it (it is the initialization)... i tried to get rid of the &quot;class&quot; but it wo'nt help... Thanks.
  18. revit

    &lt;vector&gt; problem

    Hi, I already use: vector<class MyClass*> so i do'nt think it's the problem... thanks...
  19. revit

    &lt;vector&gt; problem

    Hi, I already use: vector<class MyClass*> so i do'nt think it's the problem... thanks...
  20. revit

    &lt;vector&gt; problem

    I use the <vector> data structure from std. the program is compiled without no errors, but when i run it with an input i get -Segmentation fault (core dumped). i run it with debugger and descovered that in one point when i come to the line: MyVector.push_back(NULL); the program gives me an error...

Part and Inventory Search

Back
Top