by cppfighter
How to return array inside a function?
|
|
[2 replies] Last: Please forgive a layman, but, although it works, I do not understand h... (by RobiBue)
|
by deadmittens
Strings Question
|
|
[2 replies] Last: I was really overcomplicating it... Thanks! (by deadmittens)
|
#define macro |
|
[7 replies] Last: You could have in a header (visible to all): struct My { const stat... (by keskiverto)
|
by newbieg
x^pi
|
|
[no replies]
|
by Ciplas Plas
Lighter program
|
|
[6 replies] Last: Whew, did not know about that switch thing, neither auto... I have and... (by Ciplas Plas)
|
by Sampl37
While loops help!!
|
|
[4 replies] Last: Wow that wording it is difficult to understand. The 10% step is done, ... (by Ciplas Plas)
|
by razz123
program plz help
|
|
[1 reply] : /** * Pre-condition: * Post-condition: */ void calcLowest(StudentD... (by razz123)
|
by mlholder
For Loop Boolean Problem
|
|
[1 reply] : size() is a function that returns the size of something, for example a... (by Nico)
|
by zachdr1
Sum of even values in fibonacci series < 4000000
|
|
[3 replies] Last: And It doesn't give me the correct answer when I limit the interval t... (by keskiverto)
|
by FirasHafiz
New OS anyone?
|
|
[15 replies] Last: iv actually wanted to for a couple of years now although i wouldnt do ... (by Paelias)
|
by jahkyah
Need pointers on how to write to a file
|
|
[2 replies] Last: I think I understand! Thanks for the tips! I need to think more logic... (by jahkyah)
|
by deadmittens
Arrays
|
|
[3 replies] Last: Using 20 is fine if you edit check that z is no bigger than 20. The p... (by AbstractionAnon)
|
by FirasHafiz
2 languages at once
|
|
[6 replies] Last: Well I'm fairly good at python, definitely more than English for sure (by FirasHafiz)
|
by unknown3112
Letter Frequency Analysis Help!
|
|
[1 reply] : Think how you would do it by hand. You would probably keep a tally for... (by lastchance)
|
by pnfplus
Runtime Error in basic OpenGL/SDL shader program
|
|
[3 replies] Last: Does your program have an associated console window? There is nothing... (by cire)
|
by MisterBren
Need help finding syntax and logic errors.
|
|
[1 reply] : I would rather not tick or cross your answers - it's not a good way to... (by lastchance)
|
by atortellini
Palindrome char array function
|
|
[no replies]
|
by rdunning98
for loop help
|
|
[3 replies] Last: nvm you were right I have made the changes and it is now outputting th... (by rdunning98)
|
by Xieni
Game Entrance Help!
|
|
[4 replies] Last: Thanks guys. (by Xieni)
|
by CTLZ
changing the value of an attribute of a vector after calculating
|
|
[7 replies] Last: The vector contains pointers to objects of type ShapeTwoD, so you can ... (by Nico)
|