by iczebra
Magic Square Tester
|
|
[2 replies] Last: Thank you so much that is what i needed!!! (by iczebra)
|
by Cronnoc
Vectors, Classes and functions
|
|
[3 replies] Last: Use uniform or copy initialization to give default values to class mem... (by MiiNiPaa)
|
by Leonhart
HELP! While loop?
|
|
[2 replies] Last: The cin.get() is not necessary but the code MUST incorporate a while l... (by Leonhart)
|
by vastrolorde
mingw32 and SDL2
|
|
[8 replies] Last: Problems like this are annoying... (by Gamer2015)
|
by yj1214
How do I create dll and lib files with g++?
|
|
[1 reply] : Read this: http://en.wikipedia.org/wiki/Dynamic-link_library http://w... (by coder777)
|
by joshuatz
What does void mean?
|
|
[2 replies] Last: void in first function, it means it has no parameter. void in last f... (by xenovia12)
|
Recursion |
|
[1 reply] : The easy way to understand this is to use it. Just write: int main()... (by ats15)
|
Practice using file I/O |
|
[1 reply] : Please use code tags (the button with <> on the left). It will make th... (by ats15)
|
by bug2207
Help I'm new to C++ and I can't figure this out
|
|
[1 reply] : You need to write the content of the getCylinderVolume function. I am ... (by ats15)
|
Complicated Project, procedural generation |
|
[8 replies] Last: Okay, assuming I understand start and end states correctly, The pure ... (by DarkLightHitomi)
|
by cmajor28
Templates Not working
|
|
[3 replies] Last: #ifndef __DATATYPES__ #define __DATATYPES__ #include <Windows.h> /... (by cmajor28)
|
by hazelkiss89
Pass by value Example
|
|
[3 replies] Last: Ahh I get it. Thanks! (by hazelkiss89)
|
by newtocplpl
Dynamically Allocating Array Space
|
|
[no replies]
|
by kayengtotz
Please help I'm confused on what to do
|
|
[6 replies] Last: Sure. You have the code to input the base. Now write a function that a... (by dhayden)
|
by yj1214
A question about variable assignment...
|
|
[5 replies] Last: this code is from Bucky's tutorial No, it is not. Your copy is not a... (by keskiverto)
|
by bawer1
(Calculating Statistics -Reading from a Text File) need help!
|
|
[no replies]
|
by kayar96
Generally speaking, how would you pass a dynamic array in C++?
|
|
[2 replies] Last: template <typename T> T* passArray(T* array) { ... return arr... (by Smac89)
|
by Gyiove
delete, delete [] and delete [x] - what does x mean?
|
|
[2 replies] Last: It is not valid C++ code. It is a Microsoft extension, and I am not su... (by LB)
|
by voidStream
Can someone explain why this recursive call works?
|
|
[3 replies] Last: When I say it doesn't work, I am not trying to imply that the function... (by Smac89)
|
by bug2207
CircleClass Function
|
|
[2 replies] Last: Sorry, I wanted to delete the other post but I don't know how or if I ... (by bug2207)
|