Jump to content

Recommended Posts

Posted

I have home work:

Write block diagram and program in c++ builder what write whole number from 23 to 45.

Sry for my english.. :(

Thanks!!!!

Posted

#include <iostream>

using namespace std;

int main()
{
     for (int i=23;i <= 45;++i)
          cout << i << endl;
     
     return 0;
}

 

should work with gcc,dunno about C++ Builder

Posted

Thanks but

[Linker Error] Unresolved external '_Form1' referenced from D:\PROGRAMY\BORLAND\CBUILDER6\PROJECTS\PROJECT1.OBJ

[Linker Error] Unresolved external 'TForm1::' referenced from D:\PROGRAMY\BORLAND\CBUILDER6\PROJECTS\PROJECT1.OBJ

 

Posted

Thanks but

[Linker Error] Unresolved external '_Form1' referenced from D:\PROGRAMY\BORLAND\CBUILDER6\PROJECTS\PROJECT1.OBJ

[Linker Error] Unresolved external 'TForm1::' referenced from D:\PROGRAMY\BORLAND\CBUILDER6\PROJECTS\PROJECT1.OBJ

 

i'm sorry i am working with the gnu compilers,dunno about borland and msvc++

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock