Bytes - IT / Dev Knowledge Shared Latest IT and Development Questions Answered |
Hi
the code written below is for calculating the number of days remain for a particular event based on the specific local time i.e. time in new york... more »
Hi,
I am trying out to create a JPEG image file from HTML. Is there any option to Export HTML Objects as an Image. Any suggestion would be... more »
Hi all,
I need some help with a VBA code. I have tried differents codes that i fund in the forum but they didn t match with what i m looking for.... more »
Hi I tried a simple script to remove the directory as below:
#!/usr/bin/perl -w
use File::Find;
#finddepth(sub{rmdir},'.')
system('rm -rf... more »
Hello. This is my first question asked in here, since I'm pretty new to c# programming. So I hope I write it in a proper understandable way.
My... more »
i got this code:
$sql_f="SELECT reg_id, count(bid_price) as cnt, min(bid_price) as low FROM `bidding_details` where bid_id='$bid_id' and sortbid =... more »
Was wondering why the concept of reference was introduce in C++ and not in C. I could figure out 2 places where we can not live without reference.
... more »
Okay, just to let you know, I am a certified noob, so I'm not really sure what to do. Here's what I"m supposed to do. Write a function three_heads... more »
can someone give an example where static_cast fails during compilation and one would be forced to use reinterpret_cast. more »
I dont want to use the standard datatype
can any body help me how to declare my own datatypes of my
own choice. more »
I am using Three pthread functions below, I got ISO error, then I declared int variable called val123, then I assigned, but still I am getting error,... more »
I have a table where i enter the students details.
Whenever we insert a row in this table, a mail should be sent to the student for the student to... more »
Is there any function in php to break down string into its substring
for example
String : body
it will return : "bo" and "dy"
or return... more »
I have these two ON and OFF buttons html code below, based on condition I am displaying status on screen(I have mutliple lines for each LED), my row... more »
i want the words to simply flow as such
but on the right side i want a picture..
i cant seem to find a code that will let me
type like this with... more »
If i have session variables whose timeout is 20 ,and form authentication cookie whose timeout is 30.
if the session is timed out will the forms... more »
//It should count how many characters are letters in the English alphabet, and is
displaying the correct letters, but is not counting good.
void... more »
I have a text file called A.txt that I am trying to read each character frequency from. The best way to show my problem is by example. Say the file... more »
Hello!
I have this stored procedure:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE .
AS
BEGIN more »
In a MSword document I want to paste code with line numbers (and command coloring if possible) in order to make the readability easier, any text... more »
how can i display both image and other information in the web page using php?
i'm using mysql database.
I do displaying the image only but i want... more »
I have a windows base app, and i wish to make call, getting the phones number that i have in my database. These is possible.?
thanks a lot!! more »
hi
how to get the reference of parent form. Actually i want to call a method of parent form through the child form. more »
I've got a program that downloads a set of thumbnail images specified in a remote XML file. There can be up to 30 thumbnails downloaded. I'm using... more »
I like to go through the Windows files in a resource editor, just to see what's there. I notice a lot of sprite images that are actually animations.... more »
Hi,
Is it possible to use a users windows logon details to log into an access database?
So for example Bob.Smith logs onto windows he then... more »
Hi All,
I am a newbie to DHTML.
Is there any way to communicate from C to DHTML and vice-versa?. Like Swig which will communicate from C to... more »
The standard says that a pointer is a reference to an object of a referenced type T.
Also, pointers that reference different types the standard says... more »
Hi everyone, sorry about my english. Im having a problem and i don't know how to fix it.
I have a plugin-based application that i'm developing.... more »
Hi Guys
I would like to use a preloader to load my .aspx page. Just for activity on the page so the users see that something is actually... more »
I want to display a string like GOOGLE in following format:
G
O
O
G
L
E
Please guide. more »
Hi guys,
I was doing a bit of experiment in php's session so i can apply something similar to another problem I am working on.
Basically I am... more »
Hi all,
This is my first post here, but i've lurked for a while.
I'm working on a website but have come across a major stumbling block in the... more »
#include <iostream>
#include <cstdlib>
#include <time.h>
#include <string>
#include <algorithm>
using namespace std;
int dieRoll(); more » | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,467 network members.
|