¡@

Home 

c++ Programming Glossary: fundamentals

What does void mean in C, C++, and C#?

http://stackoverflow.com/questions/1043034/what-does-void-mean-in-c-c-and-c

does void mean in C C and C# Looking to get the fundamentals on where the term VOID comes from and why it would be called..

C++ interview preparation [closed]

http://stackoverflow.com/questions/1569778/c-interview-preparation

the in person interview. Put another way be solid with the fundamentals and solid with your C syntax. Also knowledge of common libraries..

A way of achieving lazy evaluation in C++

http://stackoverflow.com/questions/16701108/a-way-of-achieving-lazy-evaluation-in-c

What are the Windows and Linux native OS/system calls made from malloc()?

http://stackoverflow.com/questions/18033518/what-are-the-windows-and-linux-native-os-system-calls-made-from-malloc

MSVC malloc and C new as it is implemented using the same fundamentals for the actual memory allocation part of new calls HeapAlloc..

References Needed for Implementing an Interpreter in C/C++

http://stackoverflow.com/questions/294852/references-needed-for-implementing-an-interpreter-in-c-c

What I'm really looking for is reading material on the fundamentals of implementing interpreters. I did some browsing of SO and.. like a fun read. Not sure it will provide me with the fundamentals. Scheme from Scratch . Peter Michaux is attacking various implementations..

What is the best way to learn C++ if I have a bit of other programming experience?

http://stackoverflow.com/questions/554847/what-is-the-best-way-to-learn-c-if-i-have-a-bit-of-other-programming-experienc

degree and a Masters in library science. Learning the CS fundamentals such as Big O notation and basics such as binary trees and linked.. in a language they didn't study so be sure to hit the fundamentals. If you hear something that's unfamiliar to you be sure to find..

“Uint32”, “int16” and the like; are they standard c++?

http://stackoverflow.com/questions/911035/uint32-int16-and-the-like-are-they-standard-c

c I'm quite new to c but I've got the hang of the fundamentals. I've come across the use of Uint32 in various capitalizations..