SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[c#] What does void mean in C, C++, and C#?
Home
Question
What does void mean in C, C++, and C#?
Void is the equivalent of Visual Basic's Sub.
Examples related to
c#
•
How can I convert this one line of ActionScript to C#?
•
Microsoft Advertising SDK doesn't deliverer ads
•
How to use a global array in C#?
•
How to correctly write async method?
•
C# - insert values from file into two arrays
•
Uploading into folder in FTP?
•
Are these methods thread safe?
•
dotnet ef not found in .NET Core 3
•
HTTP Error 500.30 - ANCM In-Process Start Failure
•
Best way to "push" into C# array
Examples related to
c++
•
Method Call Chaining; returning a pointer vs a reference?
•
How can I tell if an algorithm is efficient?
•
Difference between opening a file in binary vs text
•
How can compare-and-swap be used for a wait-free mutual exclusion for any shared data structure?
•
Install Qt on Ubuntu
•
#include errors detected in vscode
•
Cannot open include file: 'stdio.h' - Visual Studio Community 2017 - C++ Error
•
How to fix the error "Windows SDK version 8.1" was not found?
•
Visual Studio 2017 errors on standard headers
•
How do I check if a Key is pressed on C++
Examples related to
c
•
conflicting types for 'outchar'
•
Can't compile C program on a Mac after upgrade to Mojave
•
Program to find largest and second largest number in array
•
Prime numbers between 1 to 100 in C Programming Language
•
In c, in bool, true == 1 and false == 0?
•
How I can print to stderr in C?
•
Visual Studio Code includePath
•
"error: assignment to expression with array type error" when I assign a struct field (C)
•
Compiling an application for use in highly radioactive environments
•
How can you print multiple variables inside a string using printf?
Examples related to
language-design
•
Why are C++ inline functions in the header?
•
Why does Java have an "unreachable statement" compiler error?
•
Why does Lua have no "continue" statement?
•
Why is there no multiple inheritance in Java, but implementing multiple interfaces is allowed?
•
Why doesn't Python have a sign function?
•
"Least Astonishment" and the Mutable Default Argument
•
What does void mean in C, C++, and C#?
•
What does DIM stand for in Visual Basic and BASIC?
•
Why doesn't Java support unsigned ints?
•
Why can't I have abstract static methods in C#?
Examples related to
terminology
•
The differences between initialize, define, declare a variable
•
What is the difference between a web API and a web service?
•
What does "opt" mean (as in the "opt" directory)? Is it an abbreviation?
•
What's the name for hyphen-separated case?
•
What is Bit Masking?
•
What is ADT? (Abstract Data Type)
•
What exactly are iterator, iterable, and iteration?
•
What is a web service endpoint?
•
What is the difference between Cloud, Grid and Cluster?
•
How to explain callbacks in plain english? How are they different from calling one function from another function?