Forum: C++ 28 Minutes Ago |
| Replies: 2 Views: 22 Bingo ! that works.
Thanks a lot Acient Dragon. |
Forum: C++ 1 Hour Ago |
| Replies: 2 Views: 22 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Views: 1,178 You have used the preg instead of ereg I think it's a good Patrice . |
Forum: C++ Sep 8th, 2009 |
| Replies: 19 Views: 594 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 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 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 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 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 OpenServer sucks !
nothing more tell about this thing. |
Forum: C Sep 4th, 2009 |
| Replies: 7 Views: 449 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 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 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 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 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 :( , 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 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 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 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 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... |