There is a prize, whoever helps me write a program with VC will get 30 yuan to recharge. 5

Updated on technology 2024-04-24
7 answers
  1. Anonymous users2024-02-08

    Hello, first of all, thank you for your support to China Telecom. According to your description, VC pre-deposit is generally recharged through the mobile phone recharge card, you can log in to the online business hall - recharge payment - recharge payment record inquiry to check your payment record, if it does not arrive, you can contact the seller. It is recommended that you log in to the online business hall to recharge and pay, and the recharge and phone bill will be received, and you can also participate in ** activities now.

    If you need to check bills, pay phone bills, and buy mobile phones, please log in to the online business hall of Anhui Telecom. Have a great day!

    Hope mine is helpful to you and can get yours!

  2. Anonymous users2024-02-07

    How do you want to top up? Be clear about the requirements.

  3. Anonymous users2024-02-06

    I can't see the content clearly.

    I can give you a rough idea.

    Let me first make sure that your visual stdio2010 development environment, install the configuration, and play well. Then write a simple program, such as a console application with only a few lines. Compile it and see if it passes normally.

    Then test, if there are no bugs, you can run.

    If there is a problem, the system will give you a corresponding prompt, just check it against the prompt.

    The type of project you selected is incorrect, and the type is incorrect, resulting in the program not being able to run directly.

    Check it out for yourself.

  4. Anonymous users2024-02-05

    Enter a VC++ environment. Then press F7 (Build) to compile, and press Ctrl+F5 to run after success.

  5. Anonymous users2024-02-04

    I have too many C++ programs on my machine.

    Write whatever you want.

    #include

    #include

    #include

    using namespace std;

    void main()

    srand(time(null));

    cout<<"Welcome to the ** event,"int s=rand()%6;

    if(k)i=1+rand()%6;

    cout<<"You've won the first draw"cout<<"Unfortunately, you didn't draw the winning ball"if(i==num[s])

    cout<<"Congratulations, you've won the ball! "ben=ben+50;

    cout<<"Your balance is:"cout<<"This ** ends, thank you for participating! "

  6. Anonymous users2024-02-03

    #include

    using namespace std;

    void reverse(int a,int);

    int main()

    int i;

    int n;

    int a[10]=;

    cout<<"enter n:(n<10)"if(n>=10) return 0;

    reverse(a,n);

    for(i=0;i. "Lu Defeat 10; i++)

    cout<<"a["return 0;

    void reverse(int a,int n)int i;

    int temp;

    for(i=0;i<=int(n/2);i++)temp=a[i];

    a[i]=a[--n];

    a[n]=temp;

    This function implements that there are 10 integers in this array, and the first n (n "ascending 10) numbers are arranged in reverse order, and the rest are unchanged.

    Because it's a small program, it's not complicated to laugh and tremble.

  7. Anonymous users2024-02-02

    Go to the Internet and go directly to the source code.

Related questions
6 answers2024-04-24

Okay, I'll give you a simple one.

7 answers2024-04-24

Place a button and 2 textboxes in the form, enter information in text1 during runtime, and see the output result in text2 after clicking the button. >>>More

15 answers2024-04-24

In the case of XP systems, there are files in XP.

That is to say, if that machine has it, that machine can execute this order. >>>More