Search Results

Showing results 1 to 40 of 309
Search took 0.02 seconds.
Search: Posts Made By: NicAx64
Forum: C++ 28 Minutes Ago
Replies: 2
Views: 22
Posted By NicAx64
Bingo ! that works.
Thanks a lot Acient Dragon.
Forum: C++ 1 Hour Ago
Replies: 2
Views: 22
Posted By NicAx64
hi all ,
I'm stucked with this bug or my error.
I don't say that I find a bug on the visual studio compiler, what I need
is to make this fix and continue my project.

please give me a idea how...
Forum: C++ 1 Day Ago
Replies: 6
Views: 148
Posted By NicAx64
when comming to the stl::vector , the use the at() method where
you need the bound checking. and note that [] operator does not
do the bound checking.
Forum: C++ 2 Days Ago
Replies: 4
Views: 124
Posted By NicAx64
my idea is you should implement the algorithm to check for collision.
every time it goes a one step it will check for a collision.
The the collied objet have a method to that takes the before...
Forum: Geeks' Lounge 5 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
buddy , Urantia technology[R]Tm.

sounds like pretty Interesting.
no matter you're processor is intel or amd it is runs x86 binary.
Forum: Geeks' Lounge 5 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
no matter what religion or a culture that technology belongs.
if we can extract or reverse engineer some technology from them
and use it for the good ( think , very rarely a man lives more than...
Forum: C++ 6 Days Ago
Replies: 3
Views: 274
Posted By NicAx64
here "=" and '=' are different.
You should use the '='. because "=" is a string literal ( there is a string pool concept that string literals are normally put in the const pool). So
that is the...
Forum: C++ 6 Days Ago
Replies: 1
Views: 146
Posted By NicAx64
isn't there any documentation for this configuration file ?

Unless we have to reverse engineer that program in source code
level ( if you have the source code).

The best thing is that email...
Forum: Geeks' Lounge 10 Days Ago
Replies: 6
Views: 370
Posted By NicAx64
NASA is not the only place that can keep track of the outer space dynamics. and according to the mordern physics if you know the
velocity of a object at the given time you can't predict it , unless...
Forum: Geeks' Lounge 10 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
about the anti gravity device ,the people who hacked it ,
have already published the white papers about how to
built and test a prototype of such device.so who can say no ?

I think the ppl like...
Forum: Geeks' Lounge 10 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
no , not the way you explained now. thanks for explaining.
Interesting explanation GrimJack ,I think I got what you said.
you really awaken my dead interest on High eneargy physics.




I...
Forum: Geeks' Lounge 11 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
The answer is distribution of the power and the balance. But the rather
than the power
there can be technologies that can make the life easy that can't the
directly applicable to the military...
Forum: Geeks' Lounge 11 Days Ago
Replies: 21
Views: 763
Posted By NicAx64
hi ,
Are you think US government hiding some technology that got by
hacking and reverse engineering ancient technologies ?

Like this one , anti gravity device ,...
Forum: C++ 13 Days Ago
Replies: 2
Views: 133
Posted By NicAx64
may be this will help you. Copied from my guru , Dave Sinkula , don't forgot to give him some credits not for me .

http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1046380353&id=1044780608...
Forum: C 13 Days Ago
Replies: 5
Views: 252
Posted By NicAx64
you have to figure out that nArray is local to the main method.
you can't access nArray inside you're bisearch method. So that is the
problem.

Looks like you new to C++ , I suggest you to read a...
Forum: C++ 33 Days Ago
Replies: 3
Views: 189
Posted By NicAx64
double calculateAverage(double Number, double Sum)
{
return (Number * 1.0) / Sum;
}


You have to divide Sum by Number , not the Number by sum.
Forum: C Oct 5th, 2009
Replies: 2
Views: 398
Posted By NicAx64
hi all,

I write this program under the C++ not C. But I heaively used the
malloc() and free() functions in my code.

In brief what my code does is just allocate memory for NFA transition...
Forum: C Oct 5th, 2009
Replies: 1
Views: 159
Posted By NicAx64
If you looking for the info on game programming more precisely you
can ask this on game programming.

And generally in C , we take generally graphics ( nt game programming) ,
are you done a...
Forum: Geeks' Lounge Sep 24th, 2009
Replies: 58
Views: 3,093
Posted By NicAx64
you don't need to hard wire it. There are VHDL simulators for this.
VHDL is a programming language. my above links contains a tutorial
that designs a complete NES hardware including 6025 processor...
Forum: Geeks' Lounge Sep 24th, 2009
Replies: 58
Views: 3,093
Posted By NicAx64
hay MosaicFuneral , let's be more specific right , you can use only
logic gates , then you already know what I talking about ...
yeah that's VHDL right !so you're interested programming language...
Forum: Geeks' Lounge Sep 21st, 2009
Replies: 58
Views: 3,093
Posted By NicAx64
I voted for C++.
cos we can found it in at most of every hardware/software plactform.
and it's the most productive programming language. and I'm still
learning C++. And C++ is very rich...
Forum: Computer Science Sep 21st, 2009
Replies: 12
Views: 1,084
Posted By NicAx64
may be more precisely like this,
software eng : Java / C++ / AI / mahs/ Database/ Internet technologies like PHP Perl/ business subjects like E-commerce
/Project Management

Computer Science:...
Forum: Window and Desktop Managers Sep 21st, 2009
Replies: 7
Views: 4,432
Posted By NicAx64
actually we need Microsoft was a challenge , not as a enemy.
Because any open source programmer is reading always go and read
the MSDN and using their API's and even their free tools to develop...
Forum: PHP Sep 10th, 2009
Replies: 3
Code Snippet: Filter url to domain
Views: 1,178
Posted By NicAx64
You have used the preg instead of ereg I think it's a good Patrice .
Forum: C++ Sep 8th, 2009
Replies: 19
Views: 594
Posted By NicAx64
as the way you speaks you know nothing about C++ right ? you know C up to now.So that ithelp's C book will do the best for you and I recommand it.

Anyhow it's not a free book. Anyway if you can...
Forum: Geeks' Lounge Sep 8th, 2009
Replies: 46
Views: 3,139
Posted By NicAx64
actually two computers are needed , for example when you are doing programming , with a one you can read the docs and run UML tools and browse the google , and next one for do actually work in the ...
Forum: IT Professionals' Lounge Sep 7th, 2009
Replies: 42
Views: 2,973
Posted By NicAx64
old linux ppl always saying
"when you know slax you know linux" and "when you know red-hat you know red-hat"

one advantage of using the command shell without the GUI is that
GUI tools are based...
Forum: IT Professionals' Lounge Sep 7th, 2009
Replies: 42
Views: 2,973
Posted By NicAx64
no ubunthu is based on the debian , in other words it is debin based.
if you want to use 'Prue' linux use the slax based linux distros. and I love slax because of this , and I don't know why many...
Forum: Geeks' Lounge Sep 6th, 2009
Replies: 46
Views: 3,139
Posted By NicAx64
come on man ! computers are always fine man , after you get a one
then you need another one , after you get two you need another one.... It's a brain acceleration tool man, you will never satisfy...
Forum: Novell Sep 6th, 2009
Replies: 7
Views: 4,788
Posted By NicAx64
OpenServer sucks !
nothing more tell about this thing.
Forum: C Sep 4th, 2009
Replies: 7
Views: 449
Posted By NicAx64
may be __WIN32__ is what you originally mean , see isn't this is a typo ?Normally preprocessor macros that are used by the compiler
or linker internally does start with _ or __ .
Forum: C Sep 4th, 2009
Replies: 7
Views: 449
Posted By NicAx64
idea: you can use the -E option to tell the compiler to just preprocess only.
Edit: in vs use the /E to preprocess to the stdout then use the '>' to write it to a file.
Forum: C Sep 4th, 2009
Replies: 2
Views: 321
Posted By NicAx64
In the docs wxString just returns wxChar& and you compare it using the == operator. I'm not in linux now , see the helder or the docs of
wxChar and see whether it have a == operator or not, I'm...
Forum: C++ Sep 4th, 2009
Replies: 2
Views: 245
Posted By NicAx64
are you looking about the virtual function works ?
well , that is called dynamic-polymorphism. Did you
oky with OO concepts. I mean not OOP with C++.
if oky then read the
...
Forum: IT Professionals' Lounge Sep 3rd, 2009
Replies: 42
Views: 2,973
Posted By NicAx64
that may be correct for the linux, bt nt all for the *nix world. Do nt
forgot that OS X is also a *nix and it is the most user friendly OS in
the world not MS windows.
Forum: IT Professionals' Lounge Sep 3rd, 2009
Replies: 42
Views: 2,973
Posted By NicAx64
:( , and with respect I don't like this that Acient Dragon , experienced C++ programmer saying I hate linux.
Forum: C++ Sep 3rd, 2009
Replies: 7
Views: 294
Posted By NicAx64
you tell me that you are using many libraries. tell me are they statically
linked or not ?

In the C++ it's more than main method. There may be static objects on the global scope that are created...
Forum: C++ Sep 2nd, 2009
Replies: 6
Views: 369
Posted By NicAx64
delete is a C++ keyword so use a different identifier other than
delete.

and also use the delete keyword to delete the arrays that you no
longer using. ( I mean inside that function )....
Forum: Computer Science Sep 2nd, 2009
Replies: 5
Views: 520
Posted By NicAx64
there is a include folder in the where cygwin installed. when you
search include files they should search on these files. So set up
the include search path to that include directory.

I honestly...
Forum: C++ Sep 2nd, 2009
Replies: 7
Views: 269
Posted By NicAx64
dev is a IDE not a compiler , the compiler that dev uses is the mingw.

can I know precisely why you need to implement a new #pragma
directive. for me I rarely use ( less than 10) pargma...
Showing results 1 to 40 of 309

 


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

©2003 - 2009 DaniWeb® LLC