Giter Site home page Giter Site logo

kerisbow's Introduction

Hi there, my name's Nabil!

An Informatics student at Mulawarman University and a passionate programmer from Indonesia. I'm really open to any collaboration. Feel free to connect with me in this page below.

nabilsaragih

Feel free to connect with me here.

Github LinkedIn Instagram

kerisbow's People

Contributors

maulanaasetiawan avatar nabilsaragih avatar natanaelplhn avatar

Watchers

 avatar

kerisbow's Issues

Bug: menuLogin function

menuLogin function menjadi penyebab kegagalan compile pada main.cpp

Error yang muncul:
C:/Users/nabil/AppData/Local/Programs/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\nabil\AppData\Local\Temp\ccxVUZgk.o:main.cpp:(.text+0x1502): undefined reference to ``menuLogin(int*, std::unordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >*, bool*)' C:/Users/nabil/AppData/Local/Programs/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\nabil\AppData\Local\Temp\ccxVUZgk.o:main.cpp:(.text+0x19c9): undefined reference to ``menuLogin(int*, std::unordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >*, bool*)' collect2.exe: error: ld returned 1 exit status

respon dari copilot maupun chatgpt:
The error message you are seeing is a linker error, which means that the linker is unable to find a reference to the menuLogin function. This can happen if the function is not defined or declared properly.

Here are some things you can check:

  • Make sure that the menuLogin function is defined in a source file that is being compiled and linked with your main program.
  • Check that the function signature in the header file matches the function definition in the source file.
  • Ensure that the header file containing the menuLogin function is included in the source file where it is being called.
  • Check that the source file containing the menuLogin function is being compiled and linked with your main program.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.