Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
2 Endorsements
Ranked #630
Ranked #4K
~2K People Reached
About Me

none

Interests
nothing interests me
PC Specs
none
Favorite Forums
Favorite Tags
Member Avatar for terrier_unknown

Hello there, i was just wondering does anyone here know how do i add a multiscreen for an android app using visual studio. I know how to code everything but i m not sure do i have to do this using xamarin interface or can i do it with visual …

Member Avatar for stephen.engelbrecht
0
319
Member Avatar for terrier_unknown

hY THERE, i ve been working with c# for a while now but i just can t understand Why would i use classes when i can created methods. I found out that you can always use methods instead and that s bothering me a lot because i see people using …

Member Avatar for ddanbe
0
139
Member Avatar for terrier_unknown

hy guys can you please tell me what s wrong with the folowing code float a,b,c; printf("input three numbers:\n"); scanf ("%f%f%f",&a,&b,&c); float z=sqrt((1/2)*(pow(a,2.0)+pow(b,2.0)+pow(c,2.0))-(3/4)*pow(a,2.0)); printf("res is %f",z); getch(); return 0;

Member Avatar for terrier_unknown
0
110
Member Avatar for terrier_unknown

Hy guys, I was searching the net for almost half a year for an article which gives an opinion about HOW WOULD PROGRAMMING LOOK IN A 50-100 YEARS TIME.Now you can guess already I haven t found anything special so this is the reason why I am writting this post. …

Member Avatar for <M/>
0
152
Member Avatar for tsdeveloper

good day, I'm some time researching how to organize TabPages the TabControl, but so far there is no example of how to get leaves them in order. I found this code here but still the TabPages are not in order, someone could help. Sorry the English. http://www.dotnetspider.com/resources/18344-Hiding-Showing-Tabpages-Tabcontrol.aspx[^] TabPages adds this …

Member Avatar for terrier_unknown
0
128
Member Avatar for <M/>

I have a snippet of code and for some odd reason I can not print it. int[] answer = new int[15]; for (int i = 0; i < answer.Length; i++) { answer[i] = Console.ReadLine(answer); } It says that I can not do `Console.ReadLine(answer);`. How would I get this snippet of …

Member Avatar for tinstaafl
0
220
Member Avatar for terrier_unknown

Hi guys. Now the reason why i am writting this is because i ve spent days searching the web and not finding the answer i want. I know that is it hard to find such an answer but i hope i ll find it here. I started programming 3 months …

Member Avatar for AleMonteiro
0
202
Member Avatar for terrier_unknown

I was just wondering is there a class handling integrals and derivatives or do i have to make methods on my own?

Member Avatar for tinstaafl
0
314