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: *

  1. JANET1979

    non admin accounts have no explorer bar?

    cheers guys lots of stuff i can try there, hopefully i can take it from here. If not i'll get back to you! thanks again.
  2. JANET1979

    non admin accounts have no explorer bar?

    not that i know of, but i will scan to be sure. but i believe my machine is clean.
  3. JANET1979

    non admin accounts have no explorer bar?

    hi ok all user accounts on my stand alone pc do not load the explorer.exe and therefore no control or access to the start menu etc, and there isn't any desktop icons either. the admin account which i use is perfectly fine. i've loged in to the user accounts and look at the task manager and...
  4. JANET1979

    client/server app. newbie help

    hello im apologise in advance if this isnt the appropriate forum! i need some fundamental info on creating a client/server application. i have done some basic research into this area and have came across all sorts of languages, databases and other confusing stuff like dbms, winsock, asp, dna...
  5. JANET1979

    inheritance & constructors ???

    firstly thank you chipperMDW for the help! an additional question i need to clear up is : i've introduced another class (CARNIVORE) into the inheritance heirachy eg. ORGANISM ANIMAL ---> CARNIVORE DOLPHIN when writing my...
  6. JANET1979

    inheritance & constructors ???

    could this be a suitable answer? organism::organism(int a,int b) animal::animal(int a, int b, int c):organism(a,b) dolphin::dolphin(int a,int b,int c,int d):animal(a,b,c) the 3 integers a,b,c are passed from the dolphin constructor to the animal constructor,which in turn passes a and b to...
  7. JANET1979

    inheritance & constructors ???

    hi, here is my problem Iam aware that a derived class is capable of not only using a constructor to initialise its own attributes but it is also able to send values to the base class constructor it has inherited from. However what happens when a class (eg. animal) inherits from a base class...
  8. JANET1979

    code explanation plz (newb)???

    Thank you very much!!!
  9. JANET1979

    code explanation plz (newb)???

    class Library { private: Book the collection[20]; int noofbooks; public: Library (); ~Library (); void borrowBook(User aUser); }; ok firstly there is a another two classes called 'User' and 'Book' and a object called aUser which has been created. my question is how come in the private data...
  10. JANET1979

    NEWBIE HELP ME PLZ!!!!!!

    Hello ppl, i have just been introduced to assembly language and im affraid, very affraid!!! this is one of the practice questions i have been looking at... has anyone got any ideas where i should start or what the layout should look like??? .. and what exactly is a positive going pulse...
  11. JANET1979

    Beginner: Global Variables, help me please!!!!

    i have declared a global variable at the top of my main form underneath option explicit. However i get this message no matter where on the form i place the global variable declaration >> ERROR MESSAGE READS: constants, fixed length strings, arrays, user defined types and declare statements...
  12. JANET1979

    simple shell script.. plz help!!!

    hi, first of all thanks gregor for your help. however i was wondering could you explain what the following lines actually do. After hours trying to figure out exactly what it means, ive ended up with a rough idea. If you could help it would really stop me from going completely mad (lol). thx...
  13. JANET1979

    simple shell script.. plz help!!!

    i need a simple shell script for unix, however im completely useless at shell scripting and cant get past the #!/bin/sh bit 8(.... what i desperately need to do is move files from my current directory into subdirectories depending on the first letter of its name, (eg.Accounts/A54mJU would be...

Part and Inventory Search

Back
Top