by Yaazie32
Creating a space with an int variable in a 2d array
|
|
[16 replies] Last: or send me a pm with your email and i will reply to it (by Codermik)
|
by Huppa
Line Functions (Slope & Direction)
|
|
[3 replies] Last: How would I go about checking slope within a function? Tad bit confus... (by MiiNiPaa)
|
by lizardqueen
help with using loops to find a maximum
|
|
[1 reply] : 1. Format your code a bit more. 2. 'x++' is definitely not what you i... (by keskiverto)
|
by gloweye
Declaring "Global" variables
|
|
[8 replies] Last: vector <int> mapx;//previous declaration of the "inside" vector nee... (by AbstractionAnon)
|
array, strlen in C |
|
[2 replies] Last: The parameter passed to strlen() is a pointer to the start of the arra... (by Chervil)
|
by hwy63
exam study question
|
|
[3 replies] Last: This still doesn't work out for me, thanks anyways! (by caleqele)
|
by Furjoza
Putting vectors in vector
|
|
[4 replies] Last: The ":" is part of the syntax of range-based for. That variant of for... (by keskiverto)
|
by Leslie26
value from integer variable to string variable
|
|
[4 replies] Last: Than you guys @NT3 @eyenrique @TheGentlmen (even though "if its to com... (by Leslie26)
|
by enemy
hash<<5
|
|
[9 replies] Last: Hello, sorry for studpi q but just could not resist: is 0 also a sign... (by MiiNiPaa)
|
by josepho16
hangmann
|
|
[3 replies] Last: Your welcome :) I had made some changes since my original post, and... (by Codermik)
|
by enemy
C++
|
|
[2 replies] Last: Most C++ compilers are written in a combination of C and assembly, and... (by TwilightSpectre)
|
by enemy
Equotion explanation
|
|
[1 reply] : I thought your other thread did already provide you enough information... (by keskiverto)
|
by enemy
Hash function
|
|
[2 replies] Last: Thanks!!! (by enemy)
|
by StingRaptor
Program to display SSN.
|
|
[4 replies] Last: Doh, I can see what I did wrong. Thanks guys, it's perfect and it's w... (by StingRaptor)
|
by danzal
why does my answer get a lot of decimals
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std ; int mai... (by JLBorges)
|
So I'm gonna try SFML... |
|
[10 replies] Last: I guess that's my queue to get some sleep. I appreciate the help, this... (by closed account L6b7X9L8)
|
by ak16
Proxy Object
|
|
[3 replies] Last: thank you guys. As i understood , proxy object is just like a inter... (by ak16)
|
by gghf
I cant find where to put friend when describing the class
|
|
[1 reply] : http://www.learncpp.com/cpp-tutorial/813-friend-functions-and-classes/... (by closed account j3Rz8vqX)
|
by road
read 1D array, get count and total
|
|
[1 reply] : How would you read data from a file?http://www.cplusplus.com/doc/tutor... (by closed account j3Rz8vqX)
|
by Valandu
Q: Modifying 2D array of char in void func
|
|
[2 replies] Last: Wow, that's an embarrassing mistake. Thank you for opening my eyes. -_... (by Valandu)
|