- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
none
- Interests
- nothing interests me
- PC Specs
- none
8 Posted Topics
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 … | |
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 … | |
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; | |
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. … | |
Re: The URL is Ok but the power sign should t be there here is the URL: http://www.dotnetspider.com/resources/18344-Hiding-Showing-Tabpages-Tabcontrol.aspx And yes , if you could post the code of private void checkBox_CheckedChanged(object sender, EventArgs e) event that would be great then. | |
Re: int[] answer = new int[15]; for (int i = 0; i < answer.Length; i++) { Console.WriteLine(answer[i]); } Console.ReadLine(); but you didn t specify any values in the array so you ll get zeros here. | |
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 … | |
I was just wondering is there a class handling integrals and derivatives or do i have to make methods on my own? |
The End.