Programming Forums
User Name Password Register
 

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

Showing results 1 to 21 of 21
Search took 0.01 seconds.
Search: Posts Made By: Kazy
Forum: Delphi Aug 7th, 2006, 10:01 AM
Replies: 1
Views: 356
Posted By Kazy
Bold txt

How can you bold single words inside a memo or label? I know you can bold an entire label, but I just need to bold a single word inside a caption.. and I also need to bold a word inside a line in a...
Forum: Delphi May 15th, 2006, 4:45 PM
Replies: 0
Views: 213
Posted By Kazy
Getting a database name from a file

I'm a new Delphi programmer. I have a program set up to add/delete records from a database. The problem is, I need to read the database server, database, user, and password from a file so that it can...
Forum: Delphi Apr 27th, 2006, 3:16 PM
Replies: 1
Views: 228
Posted By Kazy
Setting Label Caption Is delayed

I'm trying to keep a status bar telling the user what the program is doing. However, when I set the caption on the status label, it seems to be delayed. For instance:

Label3.Caption := 'Reading data...
Forum: C++ Apr 13th, 2006, 2:30 PM
Replies: 18
Views: 450
Posted By Kazy
Math functions in programming

I'm looking for the best way to represent a math function like:
f(x) = x^(9/2) in programming. I've tried to look this up by google, but I don't know what to search for because the term "function"...
Forum: C++ Mar 1st, 2006, 6:44 PM
Replies: 3
Views: 224
Posted By Kazy
Just found the pow() function for the exponents.....

Just found the pow() function for the exponents.. still trying to figure out how to use e though.
Forum: C++ Mar 1st, 2006, 6:43 PM
Replies: 3
Views: 224
Posted By Kazy
Using math functions

I need to calculate some function using e (the number e). I've been looking around and I can't figure out how to use it. I looked in math.h and didn't see anything useful. Also how do you correctly...
Forum: C Dec 13th, 2005, 5:23 PM
Replies: 3
Views: 166
Posted By Kazy
DNS Client

I'm trying to produce a simple (although its definately not very simple to code) DNS client that will resolve a domain name. My problem is, I get back data in binary. I've converted the binary bits...
Forum: C Oct 19th, 2005, 8:48 PM
Replies: 3
Views: 210
Posted By Kazy
dup2()

If I use dup2() to redirect stdout to a file, how do I change it back to regular stdout after that? I tried dup2(1,1) but it didn't work. Thanks@
Forum: C++ Sep 14th, 2005, 12:19 PM
Replies: 12
Views: 310
Posted By Kazy
so would I just catch (Exception e) { if (e...

so would I just

catch (Exception e)
{
if (e == "SIGTERM")
exit(1);
}

?
Forum: C++ Sep 14th, 2005, 11:47 AM
Replies: 12
Views: 310
Posted By Kazy
I'm using a named pipe created with mkfifo, does...

I'm using a named pipe created with mkfifo, does that help?
Forum: C++ Sep 13th, 2005, 7:21 PM
Replies: 12
Views: 310
Posted By Kazy
ok so I put the section of code that uses the...

ok so I put the section of code that uses the pipe into a try block.. then I can use a catch block to look for the SIGTERM signal then exit? Will the system throw the exception to the catch block or...
Forum: C++ Sep 13th, 2005, 4:01 PM
Replies: 7
Views: 227
Posted By Kazy
oh sorry, didn't see your update, let me try that

oh sorry, didn't see your update, let me try that
Forum: C++ Sep 13th, 2005, 3:57 PM
Replies: 7
Views: 227
Posted By Kazy
ahh, well here is my code: maybe this will help...

ahh, well here is my code: maybe this will help find the problem


#include <iostream>
#include <string> // For string class usage
#include <fstream> // For file I/O


using namespace std;
Forum: C++ Sep 13th, 2005, 3:27 PM
Replies: 12
Views: 310
Posted By Kazy
linux/unix and is console based

linux/unix and is console based
Forum: C++ Sep 13th, 2005, 3:26 PM
Replies: 7
Views: 227
Posted By Kazy
I'm sure this is a stupid question, but what is a...

I'm sure this is a stupid question, but what is a code tag?
Forum: C++ Sep 13th, 2005, 3:23 PM
Replies: 12
Views: 310
Posted By Kazy
Knowing when a program is closed

If I have a program, and someone closes it, how can I execute one last command before it actually closes? For instance, I have two programs that communicate with each other. if the user closes one of...
Forum: C++ Sep 13th, 2005, 3:21 PM
Replies: 7
Views: 227
Posted By Kazy
data is a string

data is a string
Forum: C++ Sep 13th, 2005, 3:16 PM
Replies: 7
Views: 227
Posted By Kazy
cin.getline() error

For some reason I'm getting an error when I try to use getline(). Its very simple code and for some reason I can't figure out why its giving me the error.. its stopping at:

cout << "Enter a...
Forum: Java Sep 6th, 2005, 3:28 PM
Replies: 4
Views: 152
Posted By Kazy
In doing option one, how would my 2nd program...

In doing option one, how would my 2nd program know when there is data to read in? Thanks for the help!
Forum: Other Programming Languages Sep 6th, 2005, 3:19 PM
Replies: 2
Views: 198
Posted By Kazy
Inter-program communication

I need to communicate between two seperate programs. One will read in data from the user, and the second program will take that data and output it. Easy enough, only I'm trying to figure out the most...
Forum: Java Sep 6th, 2005, 3:17 PM
Replies: 4
Views: 152
Posted By Kazy
Inter-program Communication

I need to communicate between two seperate programs. One will read in data from the user, and the second program will take that data and output it. Easy enough, only I'm trying to figure out the most...
Showing results 1 to 21 of 21

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:46 AM.

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