by theodor1289
Plain simple C++ code returns error
|
|
[6 replies] Last: Thanks SamuelAdams, Enoizat, cire! It does work now, I have no idea wh... (by theodor1289)
|
by BigSystem
im a Beginner
|
|
[3 replies] Last: HI. i got the same problem. Thanks :) (by Sected)
|
by dsteemke
Issue with menus and loops
|
|
[2 replies] Last: Thanks so much for the reply. I will implement this into my code. (by dsteemke)
|
by Saibachick
Help with errors in if else if statements.
|
|
[5 replies] Last: I hope this code could be of some inspiration: #include <iostream> #i... (by Enoizat)
|
by Iamyou
I need assistance correcting my program
|
|
[2 replies] Last: Hello Iamyou, In addition to what Hengr has said I see a problem with... (by Handy Andy)
|
ISO C++ forbids comparison between pointer and integer |
|
[3 replies] Last: Thanks for the help. getMonthValue() returns a value to be used when ... (by closed account jhb7Djzh)
|
by tinkerdaemon
Why are there no types as natural and real numbers?
|
|
[1 reply] : It's impossible to implement the true set of real numbers in a compute... (by helios)
|
by CGunn86
[SDL] Game Dev. Question.
|
|
[1 reply] : Well, there's nothing inherently wrong in anything you've said. A desi... (by helios)
|
by teopeishen
problem shows in visual studio
|
|
[15 replies] Last: what is the pointer ?char * means string?if double **, it will crash d... (by teopeishen)
|
by Sirivsly
Storing a list of words from a .txt file into a string array
|
|
[10 replies] Last: Alright thanks! Also I've seem to find the source of my problems... Co... (by Sirivsly)
|
by newyork23
Help fixing program
|
|
[3 replies] Last: #include <iostream> #include <iomanip> #include <cmath> // <math.h> ... (by JLBorges)
|
by cynachen
Hex2Bin : Unable to convert multiple lines of hex
|
|
[1 reply] : Every time you read a new line, you overwrite the last one. Either do ... (by TwilightSpectre)
|
Rectangle program |
|
[4 replies] Last: @whitenite1 thank you! (by dullerthandull)
|
by ExSanity
Sockets in C++
|
|
[no replies]
|
by Misenna
Trouble with static 2D-Array in function
|
|
[8 replies] Last: Don't underestimate how much you helped me, not only with code! As fa... (by Misenna)
|
by AndreasTm13
Need help and explications with my code
|
|
[2 replies] Last: I do not see much sense in doing that considering that there is only o... (by ufrnkiddo)
|
by Crim
_frstnullptr error with GLEW
|
|
[1 reply] : So I just discovered if i take out std::cout << glGetString(GL_VERS... (by Crim)
|
by rshrecky
How to limit output responses?
|
|
[2 replies] Last: It looks plenty elegant to me, much appreciated. I knew there was a w... (by rshrecky)
|
by Mediumgrit
advise
|
|
[2 replies] Last: HEY @THOMAS1965, THANK YOU HELPING. i got a few points taken off and ... (by Mediumgrit)
|
by pmi
run slow
|
|
[1 reply] : Firstly, for future reference please use to format your code so th... (by Crim)
|