Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 91
Search took 0.01 seconds.
Search: Posts Made By: lucifer
Forum: C++ Feb 20th, 2008, 3:29 AM
Replies: 2
Views: 140
Posted By lucifer
Missing Main In Allegro

Hi
I am learning allegro API but whenever i include "allegro.h" in mine code i get the following error

I m using VS2005 but i get same type of message from DevC++ n code::blocks also
here is mine...
Forum: C++ Dec 19th, 2007, 8:36 AM
Replies: 1
Views: 154
Posted By lucifer
Question Cout Problem

Is
cout.operator<<("Factorial of :");
same as
cout << "Factorial of:" ;
I have searched google and checked books and all of them say it is but when i run the same code the former code gives me the...
Forum: C++ Oct 12th, 2007, 3:12 AM
Replies: 10
Views: 373
Posted By lucifer
well it works nice for me what settings have you...

well it works nice for me
what settings have you used in the compiler selection option Dialog
Forum: C Sep 22nd, 2007, 9:08 AM
Replies: 2
Views: 231
Posted By lucifer
well telling you the answer i would like to point...

well telling you the answer i would like to point out some mistakes in your code
first you dont initialize udphdr
secondly u give allocate same memory location to
both pIpheader tcphdr
...
Forum: C++ Sep 21st, 2007, 10:16 AM
Replies: 8
Views: 274
Posted By lucifer
why ?? if it makes your application faster why is...

why ??
if it makes your application faster why is it not good
Forum: C++ Sep 21st, 2007, 9:15 AM
Replies: 8
Views: 274
Posted By lucifer
thanks grumpy for your answer so to be on safer...

thanks grumpy for your answer
so to be on safer side i should declare n define the small function inside the class
Forum: C++ Sep 21st, 2007, 4:26 AM
Replies: 8
Views: 274
Posted By lucifer
An Inline Question

Hi
I have a little problem regarding inline functions ,does declaring a function inside the class definition make it inline or not.
Forum: Assembly Sep 18th, 2007, 9:55 AM
Replies: 5
Views: 393
Posted By lucifer
thanks for the advice dawei

thanks for the advice dawei
Forum: Assembly Sep 18th, 2007, 9:33 AM
Replies: 5
Views: 393
Posted By lucifer
Alas had i any knowledge of assembly or any...

Alas had i any knowledge of assembly or any thing related feild i would have used the "magic" .And we are not cracking any thing this is an exercise in her (mine friends)grad course so i posted the...
Forum: Assembly Sep 18th, 2007, 4:24 AM
Replies: 5
Views: 393
Posted By lucifer
Philips Chip P87LPC764

Hi,
A friend of mine wants to read code from locked philips chip P87LPC764 , it is OTP means one time programmable. ie it's code is locked. He needs advice regarding how to break its code or is it...
Forum: C++ Jul 25th, 2007, 7:24 AM
Replies: 4
Views: 166
Posted By lucifer
How to detect if speakers are present in windows

hi
Can some body please tell me how can i find if speakers are connected to mine computer .I am using windows SDK .
Forum: C# Jul 19th, 2007, 6:30 AM
Replies: 0
Views: 77
Posted By lucifer
Convert A CSIZE value into Size Structure

HI
i have a old Program in MFC that i have to convert into C#,but i have little knowledge of MFC and the company wants to Keep the style of the old program.
the problem i get is that i cant get to...
Forum: Java Jun 22nd, 2007, 2:55 AM
Replies: 1
Views: 82
Posted By lucifer
Question Jsp Error Cant Get Data from database

Hi
i am writing a JSP page which connects to Mysql DataBase
i can get the connection but i cant get to execute the query on the database
plz help

the code of jsp file

<%@ page import...
Forum: Java Jun 22nd, 2007, 2:49 AM
Replies: 2
Views: 138
Posted By lucifer
thanks for reply bro got the problem corrected

thanks for reply bro got the problem corrected
Forum: Java Jun 13th, 2007, 6:25 AM
Replies: 2
Views: 138
Posted By lucifer
mysql java connector classpath error

hi
i have to use Mysql database along with Java .I have downloaded mysql java connector and have installed it according to instruction provided here...
Forum: C# Jun 10th, 2007, 10:16 AM
Replies: 4
Views: 168
Posted By lucifer
How to stop a window from moving on screen

Hi
i am creating a windows form application in C# and i want that the user should not be able to move the application around the screen .is there any way to do this .please help
Forum: Java Jun 8th, 2007, 6:51 AM
Replies: 4
Views: 168
Posted By lucifer
first error i have corrected and i have java...

first error i have corrected and i have java enterprise edition installed but still these errors come
Forum: Java Jun 8th, 2007, 4:44 AM
Replies: 4
Views: 168
Posted By lucifer
Noob Java Error

Hi i m learning java n
i have written the following program but it does not compile
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Simple implements Filter
{
...
Forum: PHP Jun 7th, 2007, 4:03 AM
Replies: 0
Views: 158
Posted By lucifer
Php with Sun Java System Application Server Platform

Hi
we have Sun Java System Application Server Platform Edition 9.0 running in our office but I have to work in Php but dont know how to run php on the server. .So can any body tell me how can i run...
Forum: C++ May 13th, 2007, 7:33 AM
Replies: 8
Views: 317
Posted By lucifer
No you cant built Asp.net Web application in...

No you cant built Asp.net Web application in C++(both managed or CLI) but you can built web services in C++
Forum: C# Mar 24th, 2007, 4:56 AM
Replies: 3
Views: 175
Posted By lucifer
even if i enter single characters still the...

even if i enter single characters still the problem persists
i have also tried to do this
char x=(char)Console.Read();
string str = Console.ReadLine();
char z =...
Forum: C# Mar 23rd, 2007, 1:16 AM
Replies: 3
Views: 175
Posted By lucifer
How to clear console buffers

Hi
i have to take input from user in console using Console.Read() and Console.Readline() functions but whenever i use Console.Readline() before Console.Read() , the Console.Read() funtion does not...
Forum: C# Feb 23rd, 2007, 9:31 AM
Replies: 2
Views: 147
Posted By lucifer
Thanks For The Info I Had Searched Msdn But I...

Thanks For The Info I Had Searched Msdn But I Think Mine Version Is Old One Thats Why I Had No Info Returned
Forum: C# Feb 23rd, 2007, 3:29 AM
Replies: 2
Views: 147
Posted By lucifer
Port programming in c#

hi
can some body point me to some good resources on port programming (serial n parallel) in general and in C# language i have searched the google but have not found anything to follow .please help...
Forum: C++ Jan 12th, 2007, 10:21 AM
Replies: 2
Views: 127
Posted By lucifer
QT and Visual Studio Integration

Hi
i don't know if this is the correct thread to post this topic but can somebody tell me how can i integrate Visual Studio with Qt4 plz .
Forum: ASP.NET Nov 10th, 2006, 6:03 AM
Replies: 2
Views: 226
Posted By lucifer
Question Using Windows Media Player with Asp.NET

I want to play movies on my website ,but i am not able to embedd media player in asp.net page
can some body help me
Forum: ASP.NET Nov 6th, 2006, 3:43 AM
Replies: 5
Views: 202
Posted By lucifer
sorry well what i want is that when a person...

sorry
well what i want is that when a person logins that there should be some way to keep him logged in and if any page is accessed without login them i should be able to show acess denied message
Forum: ASP.NET Nov 5th, 2006, 12:05 PM
Replies: 5
Views: 202
Posted By lucifer
how to check if a user is logged in

hi
i want to check if the person acessing a page is logged in or not
plz help
Forum: Coder's Corner Lounge Aug 16th, 2006, 2:39 PM
Replies: 8
Views: 198
Posted By lucifer
it has been a long time since i last used turbio...

it has been a long time since i last used turbio c++ but i can say it is one of the best ide out there ,hope new products continue the tradition
Forum: Coder's Corner Lounge Aug 16th, 2006, 10:11 AM
Replies: 27
Views: 589
Posted By lucifer
look if u think u r such a wisecrack u should ...

look if u think u r such a wisecrack u should remember correctly " lounge "is a place to relax and to share jokes get it jokes such as this .
well i looked at your profile it says...
Forum: Coder's Corner Lounge Aug 16th, 2006, 7:05 AM
Replies: 27
Views: 589
Posted By lucifer
Angry :mad: :mad: :mad: :mad: :mad: :mad:aaaaahhhhhhhh ...

:mad: :mad: :mad: :mad: :mad: :mad:aaaaahhhhhhhh what has happened to u ppl
cant u ppl read properly i have already posted its a joke get it the site is a joke so take it as one and i dont want to...
Forum: Coder's Corner Lounge Aug 12th, 2006, 4:09 PM
Replies: 27
Views: 589
Posted By lucifer
hey its just a joke and should taken as such

hey its just a joke and should taken as such
Forum: Coder's Corner Lounge Aug 12th, 2006, 2:48 PM
Replies: 27
Views: 589
Posted By lucifer
Thumbs up IE7.com quick, get your hands on the best web browser out there

quick, get your hands on the best web browser out there (http://www.ie7.com/)


just check the above site and you will know the true fun of using internet
Forum: C# Apr 26th, 2006, 7:41 AM
Replies: 6
Views: 296
Posted By lucifer
well that i cannot do as the project says so it...

well that i cannot do as the project says so it has to have an option that i person can use windows login to change settings and other non admin accounts for normal work
Forum: C# Apr 23rd, 2006, 1:36 PM
Replies: 6
Views: 296
Posted By lucifer
the programme asks for user name and password if...

the programme asks for user name and password if its admin or of the admin group the programme displays a window else it shows an error message
Forum: C# Apr 23rd, 2006, 11:01 AM
Replies: 6
Views: 296
Posted By lucifer
i want to make a user login again to for admin...

i want to make a user login again to for admin username and verify it as correct
Forum: C# Apr 23rd, 2006, 7:57 AM
Replies: 6
Views: 296
Posted By lucifer
Exclamation how to use windows login authentication

i want to use windows login authentication in my application can some body tell me how to do it.
Forum: C# Mar 14th, 2006, 4:44 AM
Replies: 2
Views: 274
Posted By lucifer
How to connect MySQL DataBase with ASP.NET

hi,
how can we connect MySql Data base With ASP.NET
I am using Web developer express2005
plz tell
Forum: Other Web Development Languages Jan 29th, 2006, 3:46 PM
Replies: 6
Views: 404
Posted By lucifer
thanks

thanks
Forum: Other Web Development Languages Jan 29th, 2006, 9:50 AM
Replies: 6
Views: 404
Posted By lucifer
how to display icon in the the address bar of browser

hi,
how can i show an icon in the browser address bar like this site has,
plz help
Showing results 1 to 40 of 91

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:47 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC