Search Results

Showing results 1 to 40 of 47
Search took 0.01 seconds.
Search: Posts Made By: Arctic wolf
Forum: Assembly Oct 26th, 2009
Replies: 1
Views: 266
Posted By Arctic wolf
Hello everyone.
I was wondering if anyone could recomend me a good(and bugless) IDE or text editor I could use with TASM(notepad is not very comfortable for code writting)?

Thank you.
P.S. I use...
Forum: PHP Jun 18th, 2009
Replies: 5
Views: 296
Posted By Arctic wolf
Hi everyone,
I changed the code to the following:

<html>
<body>
<?php
function add ()
{
$fp=fopen("position.dat","r");
$i=fgetc($fp);
Forum: PHP Jun 17th, 2009
Replies: 5
Views: 296
Posted By Arctic wolf
Mathman,I'll check it but I dont think it will help if the language doesn't remember variables values...
ShawnCplus,
I tried to save the variable into a file,but it didn't help,
I still have the...
Forum: PHP Jun 17th, 2009
Replies: 5
Views: 296
Posted By Arctic wolf
Hello,
as you all already know from my previous question I'm new in PHP(by the way,thanks again for the previous help),
I am trying to build a simple "walking" program,so I'll have "forwards",...
Forum: PHP Jun 13th, 2009
Replies: 13
Solved: Basic question
Views: 716
Posted By Arctic wolf
I succeded,thank you everyone again!

A.
Forum: PHP Jun 12th, 2009
Replies: 13
Solved: Basic question
Views: 716
Posted By Arctic wolf
Hey everyone,I instaled XAMPP as you adviced me,
and tried to create a page with the following text:

<html>
<body>

<?php
echo "Hello World";
?>
Forum: PHP Jun 8th, 2009
Replies: 13
Solved: Basic question
Views: 716
Posted By Arctic wolf
Thank you everyone!

A.
Forum: PHP Jun 8th, 2009
Replies: 13
Solved: Basic question
Views: 716
Posted By Arctic wolf
Hello everyone,
I'm new to PHP and having a very basic problem of instaling the web server correctly.
Now,I tried to run PHP 5.2.9 ,
The instalation program asked me to choose a web server and for...
Forum: Assembly May 17th, 2009
Replies: 2
Views: 486
Posted By Arctic wolf
crb3 Hello and thank you.
And yeah,I already found out the same information you told me about.
I solved the problem by using 2 registers instead of one.
Unfortunatley it will take more time to...
Forum: Assembly May 10th, 2009
Replies: 2
Views: 486
Posted By Arctic wolf
Hello everyone,
I know this forum is more about asm86 but I thought maybe someone knows enough about assembly in general or had some expirience in asm51 as well and can help me with my...
Forum: C++ Nov 16th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Arkm,I never said that your advices are no good!
Don't underestimate yourself!

I will check all the leads and if I'll have questions I'll come back :) ...

Thanks again to everyone.


A.
Forum: C++ Nov 16th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Ok,
Chris and Colin, you're missing the point,
ofcourse I can make my own hardware,and I actually plan to use the microcontroller after I finnish some tests using the PC, BUT the point of this test...
Forum: C++ Nov 15th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Arkm,I see your point,I agree.
But I guess there is a way to give the code first priority...
(I also need to look into the code that dougey83 gave,and see how did they solve that problem...
Forum: C++ Nov 15th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Ok,first of all I want to thank everyone for their help,thanks everyone! :)

Now,dougey83, thank you for the program,did you try it? How accurate is it?
How much windows distortes the timers...
Forum: C++ Nov 14th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Well, ofcourse I know that from win 2000 and upwards the acces to the ports is blocked,
but I have a driver that opens the access(and I already tested it many times while working with the parallel...
Forum: C++ Nov 14th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
In what modes can I acces it?
Forum: C++ Nov 13th, 2008
Replies: 18
Views: 2,481
Posted By Arctic wolf
Hello everyone,
I know there is a build in real time clock inside the computer
and I know it's possible to use this clock when you write a program on Assembler(using an interupt that I don't...
Forum: C++ Jun 2nd, 2008
Replies: 7
Views: 675
Posted By Arctic wolf
Thank you very much for the link,I will look into it.
I was also thinking of using the serial port (com ) to recieve a precise pulse
(the serial comunication rate(bps) should be fast enough for me...
Forum: C++ Jun 1st, 2008
Replies: 7
Views: 675
Posted By Arctic wolf
Ok,
thanks.
(But I'll still try to find a way to do it,because using computer ports for
robotics expirements is realy comfortable :-) )
Forum: C++ Jun 1st, 2008
Replies: 7
Views: 675
Posted By Arctic wolf
Hello everyone,
I was wondering how can I make a precise delay that is shorter then 1ms
on C++(I need it to drive a servo motor via PC)?

If I understand correctly the standart delay function has...
Forum: C++ Aug 27th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
I will do that.

But I still would like to learn to analyze the error data I mentioned above.
Forum: C++ Aug 27th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
iamthwee,
heard your advice before,tried the vc++ 2005 express,the problem is that it doesn't have the ability to work with resource files.
And I'm not sure whether my problem occures because of...
Forum: C++ Aug 27th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
I thought maybe it will help if I quote the entire error message:


so, the "Exception code:" is ofcourse the number of the exception.

"Exception address" is the address in memory where the...
Forum: C++ Aug 27th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
Salem,thank you for the link,I will take this information in mind from now on.

vijayan121, I use VC++ 6.0,
I tried the edits you suggested,it started to give the error message again(actualy even...
Forum: C++ Aug 20th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
vijayan121 thank you for the links.
Salem,my program looked like this after the edits:


#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<sstream>
#include<iostream>
Forum: C++ Aug 15th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
Rechecked the program,please accept correction,using stringstream
didn't gave any errors while building BUT it doesn't work the value of num doesn't change,remaines the same as at the beggining,the...
Forum: C++ Aug 15th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
Salem wrote:


Salem,as I already told,I deleted lines 13 and 14 completley from my code and rebuilded,it still gave the same error,so you can't blame those lines in this particular case.

The...
Forum: C++ Aug 15th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
Well,I can sure tell you that it's not because of lines 13 and 14.
(first of all the program worked just fine with those lines before I added atof(),second of all when you talled me they can make...
Forum: C++ Aug 15th, 2007
Replies: 20
Views: 3,303
Posted By Arctic wolf
Hello,
I did some expiremets with turning numbers with floating point to strings and vice versa,and bumped into something strange,here is the code:

#include<stdio.h>
#include<conio.h>...
Forum: C++ Aug 13th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Salem wrote:

Yes,you are absolutely right, I am a little scattered,ain't I.
I will fix that piece of code.

Thanks for the other advice too,I realy appreciate it.
Forum: C++ Aug 13th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
iamthwee wrote:


Acctualy I do mind!
You wasn't much help from the beggining of this thread,but you don't see me calling you infantile!!!
On the contrary I was very polite.
I wrote the...
Forum: C++ Aug 13th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Bench,thank you for the example BUT I don't use the pointer before I check it!
The use of the pointer happens when I call the SAVE() function:

SAVE(buf);

And I check for NULL before that.
...
Forum: C++ Aug 13th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
And now about one more expirement I did with the program.
My save files are actualy text files(I can open the file with notepad and just read the numbers as text),so I thought that maybe when...
Forum: C++ Aug 13th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Tight_Coder_Ex wrote:


it did in the beggining,but I turned optimization off.
about the directories,maybe they are not the problem ,but I still want to know about them.

WaltP wrote:

BUT it...
Forum: C++ Aug 12th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Thanks for your help everybody,
iamthwee,thanks for the links(already read some of them before,and
read the other ones today).
Tight_Coder_Ex,I know about the "settings" option, but I didn't ...
Forum: C++ Aug 12th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
iamthwee,thank you for the advice,when I will have the opportunity I will get another compiler BUT in the mean time
it's the only compiler I can get my hands on ,so I don't realy have much...
Forum: C++ Aug 12th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Well bops,what are those problems you could think of??
I'm pretty sure that I'm not the first one who ecountered a problem with the VC++ 6.0 compiler(the compiler is pretty popular).
And I'm sure...
Forum: C++ Aug 11th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
ofcourse I have a main function.
My program is an API program ,so my main function looks like this:

int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)...
Forum: C++ Aug 10th, 2007
Replies: 20
Views: 2,680
Posted By Arctic wolf
Hello everybody,
I wrote a program that can save some data into file and then read it from there,the weird thing is that it loads correctly from the file only when it's in debbug mode,and doesn't...
Forum: C++ Aug 2nd, 2007
Replies: 8
Views: 2,270
Posted By Arctic wolf
Thanks again for all the help,
just wanted to ask one more question:
In the link that Bench posted(http://www.eternallyconfuzzled.com/arts/jsw_art_rand.aspx) there is a piece of code that looks...
Showing results 1 to 40 of 47

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC