Your problem is the typo in the function CreateDectionary().You should change it to CreateDictionary(). collect2: error: ld returned 1 exit status is the same problem in both C and C++, usually it means that you have unresolved symbols. In your case is the typo that i mentioned before.
Related Posts:
- C can’t compile – symbol(s) not found for architecture x86_64
- C Linking Error: undefined reference to ‘main’
- What are .a and .so files?
- Is it possible to compile a program written in Python?
- How can I check the syntax of Python script without executing it?
- C: linker command failed with exit code 1
- Why am I getting “undefined reference to sqrt” error even though I inclu de math.h header?
- Why am I getting “undefined reference to sqrt” error even though I include math.h header?
- Why am I getting “undefined reference to sqrt” error even though I include math.h header?
- Multiple definition of … linker error
- (.text+0x20): undefined reference to `main’ and undefined reference to function
- gcc: undefined reference to
- File format not recognized; treating as linker script using GCC
- warning: implicit declaration of function
- What is the effect of extern “C” in C++?
- What exactly is the difference between “pass by reference” in C and in C++?
- What does “collect2: error: ld returned 1 exit status” mean?
- Floating point exception (core dumped)
- Correct format specifier for double in printf
- Compiler Error “void value not ignored as it ought to be” in C programming [duplicate]
- Scanf/Printf double variable C
- How to convert a string to integer in C?
- What is the behavior of integer division?
- max value of integer
- Awesomium sdk download
- Bad File Descriptor with Linux Socket write() Bad File Descriptor C
- What is the difference between char s[] and char *s?
- Expected initializer before function name
- Error “initializer element is not constant” when trying to initialize variable with const
- Cannot assign requested address – possible causes?
- need help understanding the movzbl call in this function
- How to extract C source code from .so file?
- What is the difference between read and pread in unix?
- What does “control reaches end of non-void function” mean?
- connect Error: “No route to host”
- warning: implicit declaration of function
- libpthread.so.0: error adding symbols: DSO missing from command line
- C dynamically growing array
- How to printf “unsigned long” in C?
- Why do I get an assertion failure?
- Difference between int32, int, int32_t, int8 and int8_t
- lvalue required as left operand of assignment
- How to initialize a struct in accordance with C programming language standards
- Expression preceding parentheses?
- Linux equivalent of I_PUSH
- Understanding INADDR_ANY for socket programming
- The Definitive C Book Guide and List[
- When is it a good idea to use strdup (vs malloc / strcpy)
- expression must have integral type
- Why is %c used in C?
- What is Innermost loop in imperfectly nested loops?
- What’s wrong with my code? What is argv[1]?
- What can cause a “Resource temporarily unavailable” on sock send() command
- How to get the current directory in a C program?
- What’s the best way to check if a file exists in C?
- How to solve error: expected identifier or ‘(‘
- Anyone know how to solve the error of “collect2.exe: error: ld returned 1 exit status” when a program in C is running?
- How to iterate over a string in C?
- Where is the C auto keyword used?
- How can one print a size_t variable portably using the printf family?
- How to make sense of modulo in c
- “No such file or directory” error in CodeBlocks
- Mapping a numeric range onto another
- Why are hexadecimal numbers prefixed with 0x?
- Uninitialized value was created by a heap allocation
- Makefile:1: *** missing separator. Stop
- Invalid type argument of unary ‘*’ (have ‘int’) Error in C
- Why do I get “cast from pointer to integer of different size” error?
- xorl %eax – Instruction set architecture in IA-32
- Assembly x86 – “leave” Instruction
- Excess elements of scalar initializer for pointer to array of ints
- How does one represent the empty char?
- How do I run Java .class files?
- Can I define a function inside a C structure?
- Trim a string in C [duplicate]
- Casting a pointer to an int
- How to repeat a char using printf?
- How to concatenate string and int in C?
- execvp: bad address error
- How detect malloc failure?
- How to display hexadecimal numbers in C?
- A Simple, 2d cross-platform graphics library for c or c++?
- Removing last character in C
- Difference between char *argv[] and char **argv for the second argument to main()
- How do you format an unsigned long long int using printf?
- error : storage class specified for parameter
- Dereference void pointer
- Use of flag in c?
- Reading float using scanf in c
- “-bash: gcc: command not found” using cygwin when compiling c?
- What do \t and \b do?
- Telling gcc directly to link a library statically
- write() to stdout and printf output not interleaved?
- Difference between “while” loop and “do while” loop
- Swapping 2 Bytes of Integer
- GDB no such file or directory
- Level vs Edge Trigger Network Event Mechanisms
- How to convert integers to characters in C?
- variably modified array at file scope in C
- How to use random() in C [duplicate]