by Nanyo
relative paths not working
|
|
[7 replies] Last: oh my god the working directory is C:\Users\Nanyo\Desktop\A453 Quiz... (by Nanyo)
|
by ehsan687
Please help
|
|
[3 replies] Last: One way is to get the input first into a string and check if every cha... (by Thomas1965)
|
by tonyff
I need help with C++ ( mac user)
|
|
[1 reply] : \n just means you want a new line. So if you would write after the \n ... (by TarikNeaj)
|
by sambalsam
Can't find error in a structure initilization
|
|
[4 replies] Last: Thank you, now it works fine, but I don't get why can I pass an array ... (by sambalsam)
|
by incandenza
Poblems in pythagorean triples
|
|
[8 replies] Last: Or this? #include <iostream> #include <cmath> int main () { doub... (by elaleph)
|
by ADVANCESSSS
trying to output the word left it's important
|
|
[no replies]
|
by Kewlkd111
??
|
|
[5 replies] Last: IMO, the clang compiler from llvm is one of the best freely available ... (by TheIdeasMan)
|
by g3n0m3
double pointers
|
|
[no replies]
|
Why does it skip if and just print it? |
|
[10 replies] Last: @ AbstractionAnon Hi and I hope you have had an excellent festive se... (by TheIdeasMan)
|
by saherch
Efficient 'for' loop
|
|
[3 replies] Last: Thank you for both the replies. I am actually nervous sometimes while... (by saherch)
|
by tiffanyI
Timer for my Maze game
|
|
[5 replies] Last: Thanks for your help. :) BUT could you please explain to me what you m... (by tiffanyI)
|
by xx1182
For anyone who knows sdl, a little help?
|
|
[3 replies] Last: Solved by myself void Player::Update(SDL_Scancode key , const Uint8 ... (by xx1182)
|
by GonlyG
Empty Output in Random Generator
|
|
[13 replies] Last: Okay, this is much more organized and actually gets extremely close to... (by GonlyG)
|
by iRoshdy
Looking for solution book
|
|
[no replies]
|
by hrynyma
Help to create the right condition
|
|
[2 replies] Last: Since a rook can move only up or down vertically and either left or ri... (by Thomas1965)
|
by ajens
Pointer to a 2D Array as a Function Parameter
|
|
[5 replies] Last: coder777, where I'm having trouble is I'm supposed to pass a pointer t... (by ajens)
|
by newUser3940
Help me fix this program please
|
|
[14 replies] Last: Well, it depends on whether it's the physics or the computing which ... (by newUser3940)
|
by Arslan7041
Linked List - some basic questions? (1,2)
|
|
[26 replies] Last: In order for the list to be reversed, the head pointer must point to t... (by cire)
|
by Radar
Getting a logic error in my programming
|
|
[1 reply] : The program never gets out of the while loop on line 58. while(valid... (by Thomas1965)
|
by Cruicial
Computing perimeters,area,Phytagoream Theoram
|
|
[14 replies] Last: system("cls") can be bad for two reasons. First, it's much slower than... (by dhayden)
|