User Profile
Collapse
-
I havent been using Studio max lately, and im only downloading 3d objects from the internet.. i don't know what its creator though. But in java3d you can just add the 3d object using a Model or something.. just go to java.sun.com and download the demos.. the example at demo/java3d/ModelClip would be a lot of help.. read here -
-
hmm your code is not so good... better use Code tag so that it would look nice.. anyway you lack a ')' in the while portion.. and i haven't encountered that kind of statement where the description of the parameters are outside the ( ), try putting them inside the ( ) and that should work fine( in gcc linux of course) ...
well good luck codingLeave a comment:
-
you want to implement a trace program... hmmm sounds hard core.. i never thought of that.. hmmm like gdb or valgrind.. i think u need to use CPU management where im not good at any level.. heheheLeave a comment:
-
Accessing the Clipboard and Overriding CPU listeners
I wanted to listen for a Ctrl+C in normal mode while my program is running at background.. after a Ctrl+C is detected i wanted to access the clipboard and and get whatever is in there and try to parse it and determine if that object should be parsed.
I tried searching for C/C++ codes but to no luck can't find.. i know how to do it in java but obviously its not the same here in C++..
Anyone got some ideas.. -
Oh changing the registry value i love it.. is it not to just system exec the command
registry [things to edit here].. im not familiar with the commands to use.. but im quite sure its like that.. hmmm maybe you mean registers of a computer but sounds like to low for a project.....Leave a comment:
-
..\..\..\ would be 3 parent directory up... there you can create a folder VspApi inside would the the VspApi.h.. but you could also change the include into somthing like #include "VspApi.h". . if there are problems ask again..
PS. are there any makefiles included in the source code.. or i guess not I can see its WinXp.....Leave a comment:
-
-
why are you asking this question?
Code:bottom{XXXX}top of the stack XXXX be the elements of the stack emty { } push(4) { 4 } pop() { } push(7) { 7 } push(8) { 7 8 } pop() { 7 } push(7) { 7 7 } push(9) { 7 7 9 } pop() { 7 7 } push(8) { 7 7 8 } push(5) { 7 7
Leave a comment:
-
AI is still a problem nowadays. Well if somebody can make it perfect, im sure he will be executed or assassinated because it would mean call centers will die, customer service people in some companies will die and worse people will fall in love with AI.. hahahaha
5 modules( things ) to consider and all of them means hard work.. not even microsoft can do this. well they aint into research but im sure if they do such they wont be able...Leave a comment:
-
Advance or Basic??
Networking, mathematical, anything for as long as you've applied what you've learned in the course will be ok, i think?
well i'll give one thing that might interest you.
Field: Artificial Intelligence
Applied Concepts: maybe structures, arrays and pointers, classes of course..
also inheritances for future expansion of your program
What: Advance:...Leave a comment:
-
What i mean is my binary when tested with valgrind gives these notes..Leave a comment:
-
Memory Leaks Help (valgrind report)
I have a binary that tells something about my binary, but it does't tell where in the source code.. could you tell what are its possible causes.
Code:==6224== 84,584 bytes in 28 blocks are still reachable in loss record 4 of 4 ==6224== at 0x401AA8B: operator new(unsigned) (vg_replace_malloc.c:163) ==6224== by 0x40B40D0: std::__default_alloc_template<true, 0>::_S_chunk_alloc(unsigned, int&) (in /usr/lib/libstdc++.so.5.0.3)
-
-
library is where the object files are compiled.. It is the flesh and blood of a module or project or somthing.. The defines should be located in the header files.. the bone or the structure of the object files in the library...Leave a comment:
-
It depends whether big-indian or small indian.. in my case
for example:
Code:0010 0000 = (32 in dec ) = (space in ascii)
Code:0010 0010 = (34 in dec ) = "(quote) in ascii
Leave a comment:
-
-
Yes.. good... you guys know of any dynamic approach using just GNU library.. C perhaps..Leave a comment:
-
From there.. You can do it in many ways.. Because you are new Ill teach you a slow, inefficent but easy one.
here is the pseudocode:
Code:MainFunction() { loop while list is not empty { String something = getFrom list print( reverseFunc(something) ); nextValueinList(); } } String
Leave a comment:
-
No activity results to display
Show More
Leave a comment: