When you want to remove extraneous characters from an input stream in C++, it's usually because you mixed formatted and unformatted input methods. The formatted method would leave a newline …
Below is a QuickSort Serial Algorithm.....
1. procedure QUICKSORT(A,q,r)
2. begin
3. if q < r then
4. begin
5. x := A[q];
6. …
Hi,
I'm new here, so hello and thanks in advance for your help.
I've had an HP Pavilion 511k for years and it hasn't given me any trouble, …
I posted this in the computer and science forum, and i believe it should be here, and with no one saying anything I am afraid I posted in the wrong …
Hi.. I've to remove a very long path. I've written the below to try that but its giving WindowsError: [Error 206] (I've pasted it below). I've prepended "\\?\" to the …
This snippet defines a Print function which can be used with python 2.4, 2.5, 2.6 and 3.0 (for 3.0 this is just the built-in print function). It's interface is that …
can anybody tell me abt google adsense in details. i have registered their after creaing blogs but google nt acceptting mine application form. so can anyone tell me in details …
I am making a program where I need to dynamically add buttons to a form. When the form loads anywhere from 0-30 buttons will need to be loaded. When a …
Quite a while ago, I made this snippet. This code is basically the same, except that it adds animation.
This method of blitting is very fast assuming you …
I have a wx app that I would like to actively debug (even after it is compiled via py2exe). Is there a way to hook all methods(without having to manually …
So after all the hype you've got an iPad, I guess you'll be wanting to break it then? Jailbreak it, that is, so …
I have an old computer Gateway with Windows 98. I took it to my local computer shop to recover the pictures from the computer. They gave me a flash drive …
The troubled newspaper industry has been railing for years about how the Internet is destroying their business model, and taking actions such as paywalls and talking about changing …
Hi ,
I want a call feature on my php website.
FOR E.g
Supoose there is form having a field name "Contact Number". Once the user will …
Last month DaniWeb reported how Justin Bieber beat Lady Gaga to become the King of YouTube with the most viewed video ever. Gaga has proven harder to tackle …
Ok, So I'm not looking for a fix to be posted here by someone necessarily, but I am looking for information,... reliable information. I have an xbox 360 (2nd generation …
i need help in adding a new record to the database using adodc in vb6.. i've a command button named add in my form...
Hey guys I'ld really appreciate if u can help me with this.
I'm building an application that has an access database for storing codes for voters.
my problem …
Hi,
Am using VB.NET.
I have a search page in one form(Search.vb) and another form(Form1.vb) to display the details of selected data from the …
Is it possible to make a vb.net application faster
Through code like using characters that the Computer already understands
Like coding in certain areas through y …
Below is a program that asks the user to input a username and password. Once logged off the user is asked to re-enter their username and password.
Is the program …
Well, My code is working fine I just need a way to reset the DataAdapter1 into 0 (like reset) So if the user hit the button search 2 times to …
Need some help, practising for an exam and need to make sure I have got this right as it has came up a number of times. Here is the information …
**I have to create an application that will dynamically add a menu strip with menu items to a form(ie NOT dragged and dropped onto the form) in Visual Basic. The …
hello friends,
i want to learn cryptography,steganography ane algorithms , i have tried some books but failed.
is there any way to learn from beginning and easily?
thanks.
Basically, I have a program in Delphi which POSTs data to a MyBB script on a server, when the MyBB script recieves that POSTed data it is supposed pass that …
This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply to
This is the error i get..
Enter employee name: Bryan
Enter employee's salary: 123
Enter employee name: Mark
Enter employee's salary: 456
Enter employee name: Fajutag
Enter employee's salary: …
There has been a noticeable increase in people asking where to start C# recently. So I have been across a couple of forums and pulled together a list of some …
i found this code for pacman i want some one to explain me how it works i am new to java game programming so my doubts might be silly for …
I have spent a lot of time on this question, namely, how to programatically use a PHP script to send a PDF document to the printer without launching the Adobe …
How to get current Selected Row in dataGridview and print using crystal report?
Print Only selected current row in data gridview
SEO is a kind of technique by which it is posible to increase the rank of a website & it is a great technique to increase the visitor of a …
this is the assignment I need some help with.I have posted what i have written so far for this assignment and am not sure what steps to take next, or …
Hi everyone!
I'm making an application which requires users with different permissions/previleges to login and use the application.For example, if the user is "admin", all menu items in the menu …
I'm searching for a forum for my website http://www.game4tress.com
The only free forum I know is https://www.phpbb.com/
The problem is that I've used this …
Hi, I'm working on this project right now which probably shouldn't be that difficult but I'm really confused and lost. The assignment's instructions are: "Write a program that uses the …
Hi Team,
I was wondering if I am the only one who is not able to do it or what.
Well, as the title suggests, I would like to …
I have the following code:
<?php
session_start(); // Starting Session
include_once('config.php');
$error=''; // Variable To Store Error Message
if (isset($_POST['submit'])) {
if (empty($_POST['user']) || empty($_POST['pass'])) {
$error = "Please complete …
I've searched all over the Net and here on DL but I can seem to find only information on passing a single argument when opening a new form. When I …
Hi all expert,
Need help here.
RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic
Set DataReport.DataSource = …
Hello.....
Where I am wrong in this program.
I am getting declaration syntax error.
#include<iostream.h>
#include<conio.h>
int factorial(int)
int main()
{clrscr();
int n,r,nr,fn,fr,fnr;
int ncr;
cout<<"/n Enter n …
I need help to convert my javascript animation to css3
Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of …
I'm learning nodejs(and I like it!). I tried to figure out how to have shorter alias for console.log
and I found out that I can use var cout=console.log
and use …
How many times does Google release the algorithms and updates visible to users?
I was attempting to store chat logs in a MySQL database where the message field is utf8_general_ci
However, when it came across an emoji, it would choke, and the message …
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. …
I'm a newbie in php and I want to create a single login page for Admin and user.When admin log in it should go to an admin page and when …