Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for nemoo

Hey People :) I'm trying to build SimpleVRML project but I received 100 errors like this [CODE] error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Register(void)" (__imp_?_Register@facet@locale@std@@QAEXXZ) antlr.lib simpleVRML [/CODE] notice that it's required to build it in Visual Studio 2003 but I'm using 2008 please could anyone help …

Member Avatar for thekashyap
0
156
Member Avatar for nemoo

Heyy people :) I'm in the last year at the computer science department, faculty of engineering and I'm searching for an idea for my graduation project Our team wants to make a project in the field of Embedded Systems and we want one that the programming part appears in it. …

Member Avatar for gusano79
0
85
Member Avatar for nemoo

hey guys, I wanna use a transparent panel so as to place it on the top of other controls without hidding them and If I draw some lines on this panel those lines will appear on the top of the controls. when I set the backcolor to transparent it desn't …

Member Avatar for finito
0
171
Member Avatar for nemoo

hey all :) I'm trying to draw an arrow at the runtime in a windows application between two controls those controls are like a circle and a bar and I need to click a button then select those two controls one after the other then an arrow is drawn from …

Member Avatar for nemoo
0
411
Member Avatar for nemoo

hey ppl, i'm tring to write a program that works as scanner(Compiler's Lexical analysis phase).I have a general imagine on how i'll make the program read code from file and seperate words so as to generate the appropriate token class for each word but i've a very essential missing i've …

Member Avatar for ddanbe
0
179
Member Avatar for nemoo

hello :) i'm trying to creat a code to evalute this equation as a function of u eq=(u)(u+1)(u+2).........(u+s-1) ,where s is a given value an after so calculates the integral of this function from 0 to 1 this is the code i wrote but i got an error [CODE]%in prod2.m …

0
58
Member Avatar for nemoo

hey all:) is there is a code in assembly language similer to if - else statement in c language??:?: i want to write a program to calculate the factorial of any no. using assembly and i need if - else statement in this program plz help me as fast as …

Member Avatar for binu_ji
0
76
Member Avatar for nemoo

hey all i want to write a program to generate a random number from 0 to 100 but i don't know how to make the number be between 0 and 100 only another thing that when i write the following code the computer always choose the same random number which …

Member Avatar for rajatC
0
241
Member Avatar for nemoo

[COLOR="Green"]here is my program i think that it's right[/COLOR] [code=c++] #include<iostream.h> int main(){ int n,i=3; cout<<"please enter number to see weither it is a prime one or not"<<endl; cin>>n; if(n==2||n==3){cout<<n<<"is prime number"<<endl;} else if(n%2==0) {cout<<n<<"\t is not prime"<<endl;} else{ for(i=3;i<n;i+=2) { if(n%i==0) {cout<<n<<"\t is not a prime number"<<endl;break;} else { …

Member Avatar for vmanes
0
101