Programming Forums
User Name Password Register
 

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

Showing results 1 to 30 of 30
Search took 0.01 seconds.
Search: Posts Made By: KuraKai
Forum: PHP Apr 5th, 2008, 8:19 PM
Replies: 2
Views: 213
Posted By KuraKai
Re: Dreamhost Jabber Mannagement Script

Can anyone help me with this subject?
Forum: PHP Apr 4th, 2008, 11:06 PM
Replies: 2
Views: 213
Posted By KuraKai
Dreamhost Jabber Mannagement Script

Ok so I am trying to build a working script that would use libcurl to login to Dreamhost(Good Web Host) and manage the Jabber section. Then from there be able to provide users the ability to create...
Forum: C++ Mar 12th, 2008, 7:57 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

Well I passed it anything and it still has yet to make anything blue.

#include "curses.h"

void main()
{
WINDOW * win = initscr();
start_color();
resize_term(25, 80);
curs_set(2);
Forum: C++ Mar 12th, 2008, 6:51 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

Ok, no that that works I am having issues tying to use color_set(), what the hell is a void *? I start the color and try to change it to COLOR_BLUE and it does not change the color at all, anyone...
Forum: C++ Mar 12th, 2008, 6:03 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

Ok, scratch that post I was able to get through the documentation just took a bit. I not have decent lines going. But now I have to figure out how to use putwin() and getwin(). This is going to be a...
Forum: C++ Mar 12th, 2008, 1:00 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

I can't find anything in it that I am looking for, having issues reading the documentation
Forum: Coder's Corner Lounge Mar 9th, 2008, 9:31 PM
Replies: 8
Views: 229
Posted By KuraKai
Re: Free High-Speed Internet?

It isn't illegal in the USA, it is illegal to hack into someone's router!
Forum: C++ Mar 9th, 2008, 4:34 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

I now have another question for this, How do I make Win32 Console GUI. If you take a look at the BIOS or even the Windows Installer for XP you will notice they have GUIs that are done in with ASCII....
Forum: C++ Mar 8th, 2008, 8:14 PM
Replies: 9
Views: 274
Posted By KuraKai
Re: Visual C++ 2008 Questions

Is there way to set the folder to where you create files? I guess you can do it like that but what if I wanted to create a file, I would like it to just be created in this new folder.
Forum: C++ Mar 8th, 2008, 7:22 PM
Replies: 9
Views: 274
Posted By KuraKai
Visual C++ 2008 Questions

I was wanting to know what properties will i need to change for a project to have it's files in another location then where the necessary "Visual Studio" project files are located. I have another...
Forum: C++ Mar 7th, 2008, 6:57 PM
Replies: 17
Views: 652
Posted By KuraKai
Re: Console Game Development

Windows and the Compiler for Visual Studio, the first two links are from 3D Games and the first one is for a book I have to purchase! The third one shows some nifty handiness of encryptions and stuff...
Forum: C++ Mar 7th, 2008, 4:00 PM
Replies: 17
Views: 652
Posted By KuraKai
Console Game Development

I am starting to work on a game for the console, there are currently three things that I need to figure out how to get done first before I work on it.
The first one is secured password input, where...
Forum: Coder's Corner Lounge Mar 6th, 2008, 6:14 PM
Replies: 14
Views: 436
Posted By KuraKai
Re: IDE for Programming

That post made no sense on how each language had to have a different IDE, I was asking who used what so that I might look into switching. Also it isn't true that every language has to have a...
Forum: C Mar 5th, 2008, 7:10 AM
Replies: 9
Views: 320
Posted By KuraKai
Re: CEH Help

You could of asked that and I would of told you that, here the the includes it uses for networking.

#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/in.h>
#include...
Forum: C Mar 4th, 2008, 11:47 PM
Replies: 9
Views: 320
Posted By KuraKai
Re: CEH Help

Well I don't know if it is meant for linux or what, my friend made that suggestion because it didn't bother using Winsock. The only difference I really want to change for it is how it handles the...
Forum: Coder's Corner Lounge Mar 4th, 2008, 11:45 PM
Replies: 14
Views: 436
Posted By KuraKai
IDE for Programming

I was wondering what IDE's people use to program in various languages? I was wanting to switch something more Project Oriented and can handle multiple languages. I currently use Bloodshed Dev-C++, I...
Forum: C Mar 4th, 2008, 2:42 PM
Replies: 9
Views: 320
Posted By KuraKai
Re: CEH Help

Ok there first error is due to that fact that it is meant for linux, however this only comes up around the time it needs to use sockets. And the only issues after that is making the current code work...
Forum: C Mar 3rd, 2008, 10:10 PM
Replies: 9
Views: 320
Posted By KuraKai
Re: CEH Help

Which is what I was asking for just to let you know, and it really into anything big it's just that the issue was that it is outdated and just needs to be updated. I wasn't going to bother posting at...
Forum: C Mar 3rd, 2008, 9:33 PM
Replies: 9
Views: 320
Posted By KuraKai
CEH Help

I am currently studying for the Computer Ethical Hacker exam, I was having a few issues however. The exam itself does require the use and knowledge of programs/viruses/rootkits/etc. I am not going to...
Forum: Community Announcements and Feedback Mar 2nd, 2008, 1:09 AM
Replies: 41
Views: 1,377
Posted By KuraKai
Re: Am I Doing a Good Job?

I have no complaints at all with the site, I was looking for a good site that allows for me to get help with programming. This website has a good layout and has the more useful programming languages...
Forum: Coder's Corner Lounge Mar 2nd, 2008, 1:02 AM
Replies: 4
Views: 149
Posted By KuraKai
Re: Web Based Game Project, Anyone Interested?

This sounds like a fun idea, leveling allows for usefulness. I would like to help out in this project, it might take me a while to get past a few other projects i have going on. Best idea is to use...
Forum: Coder's Corner Lounge Mar 2nd, 2008, 12:58 AM
Replies: 29
Views: 726
Posted By KuraKai
Re: I Wana make a game

Don't bother learning Java, the only use I have seen for it is the fact that it is used on Blu-Ray discs for the menu and also allows them to make games on them and such. And before you get on me on...
Forum: C++ Mar 1st, 2008, 11:12 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

Alrighty then, at first adding that first resize doesn't make it work. However there was a secondary one that was needed.

while(RegEnumValue(myKey, index, szValueName, &dwValueNameSize, 0,
...
Forum: C++ Mar 1st, 2008, 9:40 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

Ok I cleaned up the code a bit, this is only to list every values in the key.

#include <cstdlib>
#include <iostream>
#include "windows.h"
#include "winnt.h"
#include "winreg.h"


using namespace std;
Forum: C++ Mar 1st, 2008, 7:22 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

Ok, I am a little lost on this one now. I never liked MSDN...so for example lets say we have two values. One is named hexData and then the other is stringData, and we want to read them into hexBuff...
Forum: C++ Mar 1st, 2008, 6:48 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

I have a quick question about the same topic, how would i modify this if i was going to query multiple values that are in the same location?
Forum: C++ Mar 1st, 2008, 5:36 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

Alrighty thank you, for some odd reason that didn't work before for me...But also you didn't do a '\n' after printing out the registry value. And thanks again for the help.
Forum: C++ Mar 1st, 2008, 5:09 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

No, if it was working properly it should find the registry and actually say

The 2 means there was an error when it tries to query for the value, if it found the value it should print it out also.
Forum: C++ Mar 1st, 2008, 5:01 PM
Replies: 14
Views: 390
Posted By KuraKai
Re: RegQueryValue Issues

Oops, but that isn't the exact code, I cut out the pieces that where for something else. (Mostly all the commented out parts of previous tries at getting it right.) But that is what i use for this...
Forum: C++ Mar 1st, 2008, 2:11 PM
Replies: 14
Views: 390
Posted By KuraKai
RegQueryValue Issues

I am trying to read from the registry and there is issues with trying to query it, it can get to where the value is located but it can't find the value for some odd reason. Here is the code I am...
Showing results 1 to 30 of 30

 
Forum Jump



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

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