by rko786
can not get this to work (1,2)
|
|
[21 replies] Last: ill check this thanks (by rko786)
|
by Neek
Why Input Data type conflict is causing infinite loop
|
|
[2 replies] Last: Formatted input. See http://www.cplusplus.com/reference/istream/istre... (by keskiverto)
|
by rko786
need help to clean up
|
|
[2 replies] Last: why are you printing out c when c=0 and you never change that? (by ninjarun)
|
by andrew338112
I need help reading in from/writing to files in C++
|
|
[3 replies] Last: My first suggestion would be to read an entire line with getline() the... (by jlb)
|
by and kand 97
Can someone take a look at my final project?
|
|
[1 reply] : code now compiles. http://ideone.com/Sr1240 (by rafae11)
|
by kpmadness
Using a flag-Controlled while loop to determine who has the most points
|
|
[1 reply] : things like: mostPoints = 0; will need to be: int mostPoints = 0; ... (by mutexe)
|
by a73417
How to Generate a random array in C ++ , with 100 different numbers
|
|
[11 replies] Last: thanks a lot guys ! :) (by a73417)
|
by Kkomia7
Need to help for fix error LNK2001: unresolved external symbol
|
|
[2 replies] Last: Thanks for you reply. I have found the problem! (by Kkomia7)
|
by newjchar
Two dimensional validation and string;
|
|
[no replies]
|
by rm classic
IP of server in socket
|
|
[6 replies] Last: if i set ip address INADDR_ANY what will happen? (by rm classic)
|
by orbisunum
go to new line
|
|
[2 replies] Last: Thanks a lot! It works now! (by orbisunum)
|
by NoBark
SFML and matrix drawing
|
|
[1 reply] : keymove() is undefined so this shouldn't even compile. Don't load t... (by Yanson)
|
by CGunn86
Regarding .h and .cpp files.
|
|
[5 replies] Last: player() is the constructor; it is called when an object of the class ... (by firedraco)
|
Help me in programming |
|
[6 replies] Last: you need two variable that will hold the " 2 integers" and one for the... (by xenovia12)
|
by Ch1156
Assorted C++ Questions
|
|
[6 replies] Last: I'll give it a try too #1: as tcs said, it's for short-lived resource... (by Cubbi)
|
by Lee125
Array 2D
|
|
[2 replies] Last: You have a big problem: you are accessing a position of an array that ... (by nbro)
|
by cookie123
C++ help needed: Infinite loop
|
|
[4 replies] Last: @AbstractionAnon C++ and C + 1 both increment C by 1. They are interc... (by AbstractionAnon)
|
by bulba5aur
Dynamic Array of Structures
|
|
[2 replies] Last: Derp... thanks keskiverto. #include<iostream> #include<string> u... (by bulba5aur)
|
by wek9876
loop problem.
|
|
[7 replies] Last: @minomic, why STR-1 ? cant quite understand. in func morse, i should... (by wek9876)
|
by far123
problem
|
|
[7 replies] Last: thank you. (by far123)
|