parameter

  1. Hrishi

    Need Help With BSODs

    Had 3 different BSODs in past couple of days in My laptop. Here is the Data : ---------------------------------------------------------------------------------------------- ================================================== Dump File : 071213-20436-01.dmp Crash Time ...
  2. prttal

    HTML and C++

    I want a c++ library which can add a web browser in the application and save the page viewed through it or it could save the page by just entering the URL as parameter.
  3. puneet.darji

    Passing enum as parameter (vb.net)

    E.g. public Enum season winter=0 summer=1 end enum public Enum month jan=0 feb=1 end enum There are two different enums i want to pass in one common function like. pubic function fillenum(i send above enum as parameter) end function At the time of calling...
  4. Shikher_neo

    Unable to save in e:

    when i try to save something in my e: it says "Unable to save Parameter is incorrect". almost 17 GB of my space has become dumb.Please help me
  5. subratabera

    Need Help: How to fool Windows???

    Here is a question to all Windows experts... How can I pass some parameter to Windows Kernel??? What I want to do is tell Windows that I have 248 MB of RAM not 256. Actually I have two 2x128MB SDRAMs. When I use both of them, the system becomes very slow. In Linux I can add mem=248MB as...
  6. H

    What is CAS Latency in RAM

    I wanted to get a 512 MB DDR 400Mhz RAM and was going through a few online shopping sites, they have specified a parameter in the specs of the RAM called "CAS Latency" , the value varying from 2.5 to 3.5 for different RAMs of the same make and Mhz. Is it related to any performance factor of...
  7. E

    Harddisk Data Lost

    My friend recently formatted his C drive and installed XP. But after installation the older partitions D,E,F,G are now shown as unformatted partitions. How could this happen? I tried using PC Inspector File Recovery and it gave this message bad parameter in boot sector, root directory...
  8. S

    Visual Basic programming question

    I'm using VB6 to make this program and I have this minor problem that is very difficult to search for on the net (because the solution is so simple--I just don't know it or it is eluding me). Basically I have a public procedure which contains a parameter. Let's just call it: Public Sub...
  9. iinfi

    append (NODE **q, int num) .... HELP

    in data structures using C ... while adding a node @ the end of a link list e.g append (NODE **q, int num) what does **q stand for ??? *q is the "address pointer" of the parameter passed .... but what is **q
Top Bottom