ProgScripting Languages
When I opened my Turbo C (Structured Programming Language) software in windows 7 operating system for programming.
By default, Turbo C window opens as a smaller size.
Then I try to make it full screen by using the key combination Alt+Enter, but it gets failed to open in Full Screen.
This is my uploaded image,
This system does not support fullscreen mode.
OK
Please help me,
Thanks,
- 1590 views
- 1 answers
- 0 votes
Hi,
When I try to load the adobe flash player, I have encountered an error message as 'RSS ERROR 1 of 1'.
It is also mentioned 'Error #2032' at bottom of the player.
This is my uploaded error image,
Please help me from this error
Thanks,
- 5107 views
- 2 answers
- 0 votes
I am having some UI alignment problems in my new website.
Please see the attached screen shot.
I have made this website in PHP. Since it is my first PHP website do I don’t have enough idea about user interface of PHP.
My column and their header are not properly aligned with each other.
Can anyone please help?
- 866 views
- 1 answers
- 0 votes
I'm having a problem using arrays in VB.NET.
Here's the thing:
This is the initial design of the form during design time. What I want to do is repeatedly create a combo box and a text box for every row in list view.
Here's how it looks like at runtime; since there are two items in list view, there will be two combo boxes and two text boxes:
- 1042 views
- 1 answers
- 0 votes
Hi,
I made an algorithm which generates binary numbers (with certain specifications), their minimum length is 15 bits.
Some of these numbers can't be stored in any integer data type (long data type has a maximum of 2147483647 using VS 2008's compiler).
I tried to store the numbers using string but failed.
Is there any way to store these numbers ? As I need them to be sorted too.
And if strings are possible, is there an easy solution to sort these numbers ?
Thanks
- 866 views
- 1 answers
- 0 votes
Hello Experts, I use wordpress 3.1.3 and latest version of adobe flash. Everything was fine, but now a flash upload is not working, only one out of three my site is not working my uploder. After installing a php file problem created on my theme function. (Image below)
After solved theme function problem, upload flash problem start.
Any ideas please help me
Thank you.
- 1011 views
- 1 answers
- 0 votes
Hi,
I'm using Visual Studio 2008, and please take a look at the code attached.
It doesn't compile correctly as it builds fails.
And the error message appears : error C2668: 'Pow' : ambiguous call to overloaded function. (I attached it)
Any idea what happens ?
Thanks
- 736 views
- 2 answers
- 0 votes
Are there any disadvantages if we use PHP short opening tag?
- 3056 views
- 3 answers
- 0 votes
Hi,
I'm a beginner at coding, I know that int main () is where the program starts but on some websites I found instead of using int main () ( and return 0; before the last bracket), it was void main().
Is there any difference ? And does it affect the compiling speed ?
Thanks
#include <iostream>
- 846 views
- 1 answers
- 0 votes
Hi,
Please check the code I wrote.
The results I get are "0 0 0 0 0 0 0 0 0 0 0 1 2 3 4 5 6 7 8 9 "
and what I expected is "0 1 2 3 4 5 6 7 8 9 "
Can anybody explain what the results?
Thanks
- 739 views
- 1 answers
- 0 votes