Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 99
Search took 0.01 seconds.
Search: Posts Made By: Lesliect6
Forum: C++ Oct 3rd, 2007, 9:02 AM
Replies: 3
Views: 214
Posted By Lesliect6
If you need to print the sentences backwards, it...

If you need to print the sentences backwards, it would be quite convinient to read byte per byte the three lines, and store each byte in a stack class.

This way, when you have finished reading every...
Forum: C++ Aug 25th, 2007, 8:33 AM
Replies: 5
Views: 208
Posted By Lesliect6
Thank you very much! Now it works! I should have...

Thank you very much! Now it works! I should have read the documentation more closely. This was a valuable lesson.

Leslie
Forum: C++ Aug 25th, 2007, 6:23 AM
Replies: 5
Views: 208
Posted By Lesliect6
Thank you DaWei, but the problem still persists....

Thank you DaWei, but the problem still persists. I did exactly as you said, and now I get the error :

can't write to file descriptor 8 (error 9: wrong file descriptor)


The modified code is as...
Forum: C++ Aug 24th, 2007, 5:56 PM
Replies: 5
Views: 208
Posted By Lesliect6
wxFile problem

Hello,

I have been trying to figure this out myself, but without success. I have recently started wxWidgets programming, and I was trying to find a way to write a string to an existing file. The...
Forum: Other Web Development Languages Jul 28th, 2007, 11:13 AM
Replies: 3
Views: 318
Posted By Lesliect6
OK thank you! I will be using Paypal then!

OK thank you! I will be using Paypal then!
Forum: Other Web Development Languages Jul 27th, 2007, 12:56 PM
Replies: 3
Views: 318
Posted By Lesliect6
Donation web page

Hello,

I would like to add the possibility of donating to my website, and I'm not sure how to do it. Could someone enlighten me on the subject? My website was made using nvu.

Thank you,

Leslie
Forum: Coder's Corner Lounge Jul 1st, 2007, 6:09 AM
Replies: 6
Views: 180
Posted By Lesliect6
I want to pass my Operating Systems exam with...

I want to pass my Operating Systems exam with style :) To know everything we learned during the year and more :)
Forum: Coder's Corner Lounge Jun 30th, 2007, 10:52 AM
Replies: 6
Views: 180
Posted By Lesliect6
Thank you!

Thank you!
Forum: C++ Jun 30th, 2007, 10:13 AM
Replies: 17
Views: 340
Posted By Lesliect6
The ***CODE*** gives accurate and good results,...

The ***CODE*** gives accurate and good results, meaning that it does iterate the number of times defined. However, as you said, it doesn't sleep, even for the first time.
Forum: C++ Jun 30th, 2007, 7:21 AM
Replies: 17
Views: 340
Posted By Lesliect6
OK, this is getting weird. The Sleep() function...

OK, this is getting weird. The Sleep() function does work, but only in the followng case :


#include ...

using ...

int main(array<System::String ^> ^args)
{
Sleep(5000);
Forum: C++ Jun 29th, 2007, 7:22 AM
Replies: 17
Views: 340
Posted By Lesliect6
Whoops...you're right...where do you change that...

Whoops...you're right...where do you change that in project properties?

Thanks,

Leslie
Forum: C++ Jun 28th, 2007, 5:47 PM
Replies: 17
Views: 340
Posted By Lesliect6
To keep it short, it is a managed .NET...

To keep it short, it is a managed .NET application. I want it to execute a quite long and complicated code every x seconds. I tried the sleep function, but for some reason the CPU was still working...
Forum: C++ Jun 28th, 2007, 10:12 AM
Replies: 17
Views: 340
Posted By Lesliect6
Thank you for the reply. The Sleep() method still...

Thank you for the reply. The Sleep() method still uses 50 percent CPU, however I don't know how to use the SetTimer one. Could you give an example? I was also wondering if there is a way of doing...
Forum: Coder's Corner Lounge Jun 28th, 2007, 8:51 AM
Replies: 6
Views: 180
Posted By Lesliect6
searching for book

Hello,

Don't know where to put this, so I'll just post it here. I'm searching for a good book which explains the principles of OS's : paging, segmentation, interrupts, memory managing techniques,...
Forum: C++ Jun 28th, 2007, 7:51 AM
Replies: 17
Views: 340
Posted By Lesliect6
passive form pof waiting

Hello,

I'm adding the finishing touches to my program, and I'd like you to help me with this, I haven't found any way to do it. So, I want the program to execute a series of instructions after every...
Forum: C++ May 27th, 2007, 6:36 PM
Replies: 2
Views: 159
Posted By Lesliect6
Visual programming under Linux

Hello,

I have recently installed Ubuntu on my computer and I was wondering if there is a programming environment which enables visual coding (buttons, listboxes, etc ... drag n drop style) for Linux...
Forum: Coder's Corner Lounge Apr 28th, 2007, 2:54 PM
Replies: 4
Views: 134
Posted By Lesliect6
The fact is that I forst used GAG, only to...

The fact is that I forst used GAG, only to acknowledge that I get a black screen instead of Windows XP. Therefore I tried to boot with another program, and I found grub, which is incapable of loading...
Forum: Coder's Corner Lounge Apr 28th, 2007, 9:23 AM
Replies: 4
Views: 134
Posted By Lesliect6
Need help on dual booting WinXP and Ubuntu

Hi everyone,

I would really appreciate any help on this one, it isn't easy to solve.

The situation : I have a single hard disk which I partitioned into 3 drives : 1 for Ubuntu, 1 for the swap, and...
Forum: Assembly Apr 21st, 2007, 5:19 AM
Replies: 2
Views: 377
Posted By Lesliect6
Thank you very much!

Thank you very much!
Forum: Assembly Apr 18th, 2007, 2:17 PM
Replies: 2
Views: 377
Posted By Lesliect6
Quick 80386 question

Hello,

In a couple of months' time I will be having my Assembly exams, and to be well prepared for them , I downloaded a free Assembly resource e-book from the internet. The exam will be about the...
Forum: Coder's Corner Lounge Apr 9th, 2007, 6:45 PM
Replies: 3
Views: 166
Posted By Lesliect6
Spyware database

Hi,

I am writing a Windows utility and anti-spyware program. I need a spyware database to be able to detect malicious software, but the problem is I haven't found any despite the amount of time I...
Forum: Other Programming Languages Mar 21st, 2007, 8:08 AM
Replies: 5
Views: 254
Posted By Lesliect6
Thank you, now I understand! It must be the...

Thank you, now I understand! It must be the registry then. I will install SP then, it should work. Thanks!

By the way, both of the .NET versions are the same.

Leslie
Forum: Other Programming Languages Mar 18th, 2007, 4:35 PM
Replies: 5
Views: 254
Posted By Lesliect6
please, help!

please, help!
Forum: Other Programming Languages Mar 14th, 2007, 5:03 AM
Replies: 5
Views: 254
Posted By Lesliect6
Yet another .NET issue

Hello,

The reason I am posting this is because I just can't figure out the problem of my .NET app. The situation is the following:
I have a program which works fine on my computer. It works also on...
Forum: Other Programming Languages Feb 24th, 2007, 11:32 AM
Replies: 13
Views: 355
Posted By Lesliect6
I have the Express version of Visual Studio 2005,...

I have the Express version of Visual Studio 2005, which may be the reason of the limited number of options available.

I found an installation program, InstallAware, which installs .NET 2.0 if the...
Forum: Other Programming Languages Feb 23rd, 2007, 8:33 AM
Replies: 13
Views: 355
Posted By Lesliect6
Wow thank you! I will search for it right away!

Wow thank you! I will search for it right away!
Forum: Other Programming Languages Feb 23rd, 2007, 4:12 AM
Replies: 13
Views: 355
Posted By Lesliect6
Thank you, but in the "new project->win32" there...

Thank you, but in the "new project->win32" there is only "new console project" available...no Win project.

By the way, I am using Visual Studio 2005.

When I turned off MSIL support in the project...
Forum: Other Programming Languages Feb 21st, 2007, 2:01 PM
Replies: 13
Views: 355
Posted By Lesliect6
I checked the project properties and I found that...

I checked the project properties and I found that I cannot select Multi-Threaded because /clr is unselected. But if I select some type of /clr, it only works on machines with .NET framework!!! I...
Forum: Other Programming Languages Feb 21st, 2007, 4:50 AM
Replies: 13
Views: 355
Posted By Lesliect6
How? Do I have to remake the whole app in a...

How?

Do I have to remake the whole app in a different project?

Also, if I make a non-managed app, it will work on systems with no .NET framework, right? Which means even in Win 2000?



Thank you I...
Forum: Other Programming Languages Feb 20th, 2007, 3:10 PM
Replies: 13
Views: 355
Posted By Lesliect6
Same OS : Win XP, no dlls, does not rely on...

Same OS : Win XP, no dlls, does not rely on anything. The only difference there is (I believe) that it doen't have .NET 2.0 installed. If that is the problem (which is likely), is it possible to...
Forum: Other Programming Languages Feb 20th, 2007, 1:14 PM
Replies: 13
Views: 355
Posted By Lesliect6
VC++ error

Hello,

This may sound quite of "noobish", but I need help regarding my VC++ app : I have made an app, it works, compiles, no problem. But when I move it to another computer, I get the following...
Forum: C++ Feb 20th, 2007, 2:26 AM
Replies: 2
Views: 184
Posted By Lesliect6
Getting process information

Hello,

I have recently beeen attacked by a Troyan (for the second time now...) and it took me about one hour and a half to kill it (not completely). I have had just about enough with these worms,...
Forum: C++ Feb 9th, 2007, 12:59 PM
Replies: 2
Views: 99
Posted By Lesliect6
Wow thank you DaWei, you solved it. It was so...

Wow thank you DaWei, you solved it. It was so obvious though...binary files:)
Forum: C++ Feb 9th, 2007, 11:51 AM
Replies: 2
Views: 99
Posted By Lesliect6
file reading anomaly

Hello,

I would like to know the cause of this anomaly in a recent code I made. The code opens a file, and reads the number of lines in it. It works with some files, and does not with others. The...
Forum: Other Programming Languages Nov 28th, 2006, 4:33 PM
Replies: 4
Views: 183
Posted By Lesliect6
Visual GWin++?

Hello,

I would like to have your advice on creating programs with this free visual c++ compiler. Have any of you already tried it? I'd like to create Windows applications using a visual c++...
Forum: C++ Nov 27th, 2006, 6:51 AM
Replies: 15
Views: 331
Posted By Lesliect6
Hello Coll1Net6, Converting a string to an int...

Hello Coll1Net6,

Converting a string to an int is very easy, having in mind that a string is only a representation of a number in the ASCII chart. Having also in mind that a string is nothing more...
Forum: Coder's Corner Lounge Nov 24th, 2006, 10:11 AM
Replies: 9
Views: 151
Posted By Lesliect6
Sorry to double-post, but I'd like to thank DaWei...

Sorry to double-post, but I'd like to thank DaWei once again for the website he gave me, because I just found the registry key to the worms!!!

It is...
Forum: C++ Nov 24th, 2006, 7:33 AM
Replies: 15
Views: 287
Posted By Lesliect6
Why, thank you I didn't know that.

Why, thank you I didn't know that.
Forum: Coder's Corner Lounge Nov 24th, 2006, 7:26 AM
Replies: 9
Views: 151
Posted By Lesliect6
Yes, that's exactly what was happening...however,...

Yes, that's exactly what was happening...however, one of the worms (isnotify.exe) could be removed without being restored.

As for the info page, thank you! I already knew a number of startup...
Forum: C++ Nov 24th, 2006, 6:54 AM
Replies: 15
Views: 287
Posted By Lesliect6
The delay function in Windows is simple to write,...

The delay function in Windows is simple to write, you only need the <time.h> library, which should be included with your compiler. Then, define the function delay :
void delay(int seconds)
{
...
Showing results 1 to 40 of 99

 
Forum Jump



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

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