No rule to make target |
|
[1 reply] : The code is fine. Therefore the problem is in your compiler settings.... (by Stewbond)
|
by omer620
Strings in C++
|
|
[4 replies] Last: Thanks a lot friend..... I know it was quite simple but i was not gett... (by omer620)
|
by des6043
Please help...Sort a group of points
|
|
[7 replies] Last: Yes, they are the same. !(a<b) -> a >= b !(b<a) -> b >= a --> a m... (by Gaminic)
|
by mj1709
plz help dis out
|
|
[7 replies] Last: i am extremely sorry for the complexity of my code and apoplogize the... (by mj1709)
|
by WhiteWind
Bug Busting (involves a switch, cin.getline)
|
|
[4 replies] Last: when your picking your race it will subtract progress however it will ... (by Aramil of Elixia)
|
by Kmose
Testing a string!?
|
|
[7 replies] Last: hes not trying to find it hes trying to test it (by Aramil of Elixia)
|
by saif18
Easy. But couldn't find a solution ?
|
|
[7 replies] Last: Always welcome.. :) (by Caprico)
|
by newlearner
How to restart my program
|
|
[6 replies] Last: could you please explain "int argc, char *argv " because I can find n... (by sohguanh)
|
by Flump9
Making Tic-Tac-Toe Console App
|
|
[3 replies] Last: Easiest way is to just make a function that prints a hundred new lines... (by ResidentBiscuit)
|
C++ |
|
[16 replies] Last: Nvm tried a different compiler and it worked. Thanks guys. /solved (by Samiryounan1237)
|
by justcolorado
How big should a function be
|
|
[13 replies] Last: Don't split your code into functions just for the sake of it. Usually ... (by Galik)
|
by maxum
how to detect key presses
|
|
[4 replies] Last: I need to ask you the following things: 1. How to make cout (o... (by maxum)
|
by kapo
understanding arrays as parameters
|
|
[17 replies] Last: I didnt know that either. Learned a couple things with this post (by ResidentBiscuit)
|
by nano511
Checking for tic-tac-toe winner
|
|
[4 replies] Last: Thank you! (by nano511)
|
by Luke Welburn
Including functions and variables from a separate header and cpp file.
|
|
[6 replies] Last: Note: It's possible that you have these objects defined in another hea... (by Stewbond)
|
by unstoppy
enum declaration
|
|
[3 replies] Last: You don't NEED the namespace, that was just to help limit the scope of... (by Stewbond)
|
by Shifty89
Storing data/editting vectors/misc
|
|
[5 replies] Last: If the code was fine, then the problem was in your project settings. ... (by Stewbond)
|
by Lynx876
Win32 API Create pop up window
|
|
[4 replies] Last: This one really helped me. It's pretty much the default WIN32 tutorial... (by Stewbond)
|
by dMan7272
Building Solution
|
|
[2 replies] Last: If you are making an application (.exe) you will need an int main() .... (by Stewbond)
|
by CosminNTG
Displaying 2 windows in SFML.
|
|
[8 replies] Last: Can anyone of this forum help me? I am really stuck in it. (by CosminNTG)
|