Error while trying to use a “map” design

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I am new in C programming and need help. I was trying to use a “map” design. It’s a lot like a dictionary throughout Python or Objective C, where the map design provides key/value pairs and CCStudio showed some errors as follows:

fatal error #5: could not open source file "map.h"

Here is a screenshot to the errors: 

I think, I’m not referencing the package of map properly. Since I am a newbie, I am asking help from the experts.

Any assistance with this will be so helpful.

Thanks.

SHARE
Answered By 590495 points N/A #146115

Error while trying to use a “map” design

qa-featured

Since you are new to C programming and I think you are interested in learning it much further, here is a website that will help you understand major terminologies, functions, commands, techniques, Java tutorial, game and graphics programming, and others. The author of the site recommends users who are really new to C++ to purchase the eBook “Jumping into C++”. For your free online tutorial on C programming and or to purchase the eBook as well, you may visit Your resource for C and C++.

By visiting the site, you will learn how to program on C, C++, OpenGL, and or STL. The free tutorial the site offers is designed for beginners and contains a lot of examples for you to better understand it including tips and explanations that comes with it. Here are some of the C++ tutorials available:

  • Intro to C++ (Quiz)
  • If statements (Quiz)
  • Loops in C++ (Quiz)
  • Functions in C++ (Quiz)
  • Switch case (Quiz)
  • Accessing Memory with Pointers (Quiz)
  • Structures in C++ (Quiz)
  • Storing data with Arrays (Quiz)
  • Character Strings in C++ (Quiz)
  • File I/O (Quiz)
  • Typecasting (Quiz)
  • Classes and introduction to object-oriented programming (Quiz)
  • Inline functions (Quiz)
  • Command line arguments (Quiz)

Related Questions