by iRatedRetro
RNG Help
|
|
[1 reply] : When you find yourself creating a bunch of numbered variables you shou... (by tpb)
|
by sethfrias
Program not giving wanted results
|
|
[2 replies] Last: Your isLeapYear function is returning "year" at the end instead of fal... (by tpb)
|
by ggxgank
Switch Statement, Repeat Prev Code.
|
|
[8 replies] Last: As someone who is new to coding its amazing seeing that one simple thi... (by ggxgank)
|
by fluy619
Problems with pointers
|
|
[2 replies] Last: thanks!! (by fluy619)
|
Pointers,Multidimensional arrays |
|
[1 reply] : well double** arr is a pointer to a pointer of type double while ma... (by closed account SECMoG1T)
|
by Arooom
Error C2144 and error C4430
|
|
[9 replies] Last: Hello Arooom, I saw the other posts after I finished mine. Sorry, I... (by Handy Andy)
|
by Newbieess
Using pointer in function. Error int *width, int *height.
|
|
[5 replies] Last: You also tried to use two uninitialized pointers and expected data to ... (by tpb)
|
by One Pea
Array Filling Function
|
|
[5 replies] Last: consider memcpy(result, original, sizeinbytestomove); or std::copy th... (by jonnin)
|
by gdz98
Random group of numbers: highest, smallest, and average value
|
|
[4 replies] Last: Hi FurryGuy thanks a lot for your time, but I forgot to tell you that ... (by gdz98)
|
by sam1guy
highest to lowest
|
|
[2 replies] Last: #include <iostream> #include <limits> int main() { const int maxS... (by closed account E0p9LyTq)
|
by drs135
Modifiable value error
|
|
[1 reply] : How is indexedVertices declared? (by Peter87)
|
Using SetText and GetText()... what am I doing wrong?? |
|
[2 replies] Last: I believe the rest of my code is okay I’m afraid the rest of your ... (by Enoizat)
|
by Star Light
How to compile a complex program with just text-editor and compiler (GCC)
|
|
[4 replies] Last: My program need to add GLFW [...] to the code. [...] So it wonders me... (by Enoizat)
|
by user42
c++ integer exercises
|
|
[1 reply] : Please don't post duplicates. http://www.cplusplus.com/forum/general/... (by kbw)
|
by samtheman
for-loop (problem)
|
|
[2 replies] Last: Please, samtheman, don't duplicate posts: http://www.cplusplus.com/for... (by Enoizat)
|
by samtheman
for loop
|
|
[4 replies] Last: [quote=punksheep]Enoizat, Let me just "refactor" your source code a bi... (by Enoizat)
|
by mikaylaelena
Adding Arrays
|
|
[2 replies] Last: Thank you so much, that really helped! (by mikaylaelena)
|
by Dvx70
An Open Oriented C++ Graphical Library
|
|
[4 replies] Last: Hello Ganado... Just an Object Oriented paradigma programming graphica... (by Dvx70)
|
by sethfrias
Leap year function errors
|
|
[5 replies] Last: @FurryGuy, That's true. Yours shows him how to get his original idea w... (by tpb)
|
Debugging code |
|
[8 replies] Last: It should have 4 corners, not just 3 like it does when this is posted... (by mbozzi)
|