Bonjour,
Dear all
I am facing general programming related logical error. I want to access bolean variable of the class by using get method. but it is not giving the right result. When i read the counter and boolean variable by getcount() and isPathExist() methods. Each time it returns "0" for...
Hi
Dear i want to use class template in header file .h , i also want to keep my code separat in .cpp file. can you guide me how it is possible?
===============
.h file
template<typename t>
class myclass
{
void myfunction(t);
};
==============
.cpp file
template<typename t>
void...
Hi
I want to rewrite single line in my VC++ output. I know there is a Clear screen function. but it will be clear whole screen. Is there any method available to update single line in output window alongwith the execution of rest of the program.
Thanks in advance
Hi,
Dear all,
On each iteration in Vector , i want to deduce one element and delete it. then pass remaining vector to my function.
so, problem is this. it is not erasing the specific vector
typedef std::vector < int > nodeList;
nodeList temp;
nodeList neighborX = this->computeNeighbors(x)...
Is there any method available in Boost graph liberary to calculate subsets of length N of a SET? if no please guide me how i can calculate it.
e.g.
vector type set = { a, b, c, d, e, f, g, h, i, j }
subsets of size n=2
{a, b}, {a, c} .....{b, c}.........................
subsets of size n=3...
Hi
Dear all,
I want to create dynamically multidimensional vector. Its dimension depends upon user input. According to user input i created a string which contains the name (e.g. table[2][3][4])
dynamically. Now i want to use this string to access vector variables. But i can not successful...
Dear expert,
i am using Visual studio 2005. i adjust the dll and lib path in my project but there are some custom dll files in lib directory. Normally it is not loading them, i have to put them in the debug folder.
As i am working with the team, it is difficult to write a redistributable code...
Dear all,
Can you help me regarding Visual C++ project?
i have to do some changing in VC++ project. There are lot of source files and header files.
How i can set main (master or startup)file?
Thanks in advance
Dear all,
there is virus on my PC, when i install any antivirus it stop its service, message displayed that "service cannot be initialize" or "it is not win32 valid file"
i have KESPERSKY live scanner but it not remove the virus.
thanks
Dear All,
virus disabled my "Norton Antivirus". if i open MS office files message display "Please wait while windows configures Norton Antivirus" and it is not opening the file.
if i tried to install any other antivirus program. it is not allowed to run its sevice.
so dear i can not open any...
Dear all,
i want to create PDF using FPDF.
<?php
require('pdf/fpdf.php');
$pdf=new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
?>
it runs without any error but when PDF viewer(Acrobate reader) try to open, it shows an I/O error...
Dear all,
i want to connect Mysql through PEAR DB. i installed PHP5.2.2 with all extensions.when i run fallowing php code,
<?php
// connect
require_once('DB.php');
$db = DB::connect("mysql://root:123@localhost/test");
if (DB::iserror($db)) {
die($db->getMessage( ));
}
// issue the query
$sql =...
i want to use CHOICE command in DOS Batch file but it is not working at WINDOWS2000 so can u give me any other cammand to display manue by DOS Batch file
or please give me web link to find more on DOS COMMANDS
ok
thanks
sir
i want to zip a folder on DOS shell usig dos commands.
i think u understand my question. as we can copy files or folders by using dos commands like we can zip a folder?
please help me.
thanks
hi all users
i want to shutdown system from ms-dos command prompt. in winxp it was done by simply typing SHUTDOWN on command prompt. but in win2000 fallowing message dispalayed "shutdown" is not recognized command..........
Any one can help me,
i want to install windows 2000 on Primary Slave Hard Disk which is attached to a already Dual Bootsystem (with 98 & xp).
i have tried but when i installed windows 2000. it entered new enteries in boot.ini and currept WinXP enteries.
so, plz tell me how i can do it and if i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.