Search FAQ


Match word(s).

If you have any questions or comments,
please visit us on the Forums.

FAQ > Search

Search results for void main:

  • Explanations of... - Why gets() is bad / Buffer Overflows
  • Explanations of... - C++ Namespaces
  • Explanations of... - A tutorial on pointers
  • Explanations of... - Casting malloc
  • Explanations of... - Why it's bad to use feof() to control a loop
  • Explanations of... - Dynamic Memory Allocation: new and delete (C++)
  • Explanations of... - Definition of EOF and how to use it effectively
  • What's the difference between... - static and extern?
  • What's the difference between... - std::endl vs. '\n' (C++)
  • What's the difference between... - main() / void main() / int main() / int main(void) / int main(int argc, char *argv[])
  • How do I... (Level 1) - Comparing strings (C)
  • How do I... (Level 1) - How do I get my program to wait for a keypress?
  • How do I... (Level 1) - Clear the screen?
  • How do I... (Level 1) - Convert an int to a string (char array) (C)
  • How do I... (Level 1) - Generate random numbers?
  • How do I... (Level 1) - Convert a string to a int (C++)
  • How do I... (Level 1) - Test an int to determine if it is even or odd
  • How do I... (Level 1) - How do I get a number from the user (C)
  • How do I... (Level 1) - Format output using printf() (C)
  • How do I... (Level 2) - Use directional keys in a console application
  • How do I... (Level 2) - How can I get input without having the user hit [Enter]?
  • How do I... (Level 2) - Color my text
  • How do I... (Level 2) - Work with files (C++)
  • How do I... (Level 2) - Multiple source files for one program (C++ example)
  • How do I... (Level 2) - How can I convert a char/string to upper or lower case?
  • How do I... (Level 2) - Run a program from within a program
  • How do I... (Level 2) - Flush the input buffer
  • How do I... (Level 2) - How do I avoid a "dangling" newline when reading single character user input?
  • How do I... (Level 2) - Display a picture file in DOS
  • How do I... (Level 2) - Work with files (C)
  • How do I... (Level 2) - Validate user input
  • How do I... (Level 2) - Time my application/function
  • How do I... (Level 2) - Work with dates and times
  • How do I... (Level 3) - Separate a string into tokens? (C++)
  • How do I... (Level 3) - Separate a string into tokens? (C)
  • How do I... (Level 3) - Throwing exceptions (C++)
  • How do I... (Level 3) - Using templates to solve problems
  • How do I... (Level 3) - Accessing a directory and all the files within it
  • How do I... (Level 3) - Converting a string to binary
  • Linux/Unix Specific - Working with files and directories
  • Linux/Unix Specific - Sockets
  • Linux/Unix Specific - I/O
  • Prelude's Corner - All about pointers
  • Prelude's Corner - Vector or Deque? (intermediate)
  • Prelude's Corner - All about structures
  • Prelude's Corner - Bit manipulation
  • Prelude's Corner - Pointers And Arrays (intermediate)
  • Prelude's Corner - Linked List Issues
  • Script provided by SmartCGIs