by Akoubek91
invailid operands to binary expression ('float' and 'float)
|
|
[4 replies] Last: Thanks, I will take advantage of that! (by Akoubek91)
|
by Cromation
Creating a Password
|
|
[2 replies] Last: by "limits" do you mean like "You have X tries to enter password" ??. ... (by jaydizzle)
|
by pixilz
Passing data from one array to another using C-Strings.
|
|
[2 replies] Last: user_text = tmp; You cannot assign arrays in this fashion. To cop... (by Disch)
|
by saad467
problem in printing of stars
|
|
[1 reply] : Hi there, Welcome to the forums. Please wrap your code in [cod e] -t... (by closed account o3hC5Di1)
|
Array to show distinct numbers |
|
[2 replies] Last: I have too do one of these two things and I don't know what they mean?... (by wisdomlearner)
|
by Cheesus
How to Assign a value to an Integer?
|
|
[7 replies] Last: Hey guys, thanks for the many answers although I have another questio... (by Cheesus)
|
by Ch1156
Why does this code not work?
|
|
[6 replies] Last: Ok so i did this, is this better? It works anyways void GetCustomer... (by Ch1156)
|
Mouse Cursor Windows |
|
[1 reply] : GetCursorPos will give you the position in pixels . Your gotoxy funct... (by Disch)
|
by cshu
need help with a program
|
|
[1 reply] : Hi there, Could you please be a little bit more specific about what i... (by closed account o3hC5Di1)
|
by vladpotra
<cstdio> fscanf problem
|
|
[5 replies] Last: omg dude, you're a sick genius MAN!! YOU DID IT MAN YOU DID ITTTT!!! F... (by vladpotra)
|
by toddhobza2
missing function header (old-style formal list?)
|
|
[5 replies] Last: I finally solved the problem I had a ; on main and needed 2 at the bot... (by toddhobza2)
|
by sri248
How do you find min and Max for this problem? PLease Help
|
|
[1 reply] : Min and max you would just have to loop through the array and compare ... (by giblit)
|
by abhinavp649
books for begginers
|
|
[3 replies] Last: C++ Without Fear: Second Edition (Brian Overland) (by closed account NUj6URfi)
|
by JRimmer
Passing array values between functions.
|
|
[3 replies] Last: Your example data does not match exactly the PPM format. MaxGrey (or l... (by keskiverto)
|
by sri248
Can any one figure this out and help me?
|
|
[5 replies] Last: yes (by sri248)
|
by pronesti
C complex #define question
|
|
[4 replies] Last: Thanks, and have a great day! (by pronesti)
|
by brillo
Singly Linked List Problem
|
|
[3 replies] Last: Assuming that the class' implementation is correct, from the looks of ... (by Josue Molina)
|
by bronx
Visual Studio setup
|
|
[3 replies] Last: http://stackoverflow.com/questions/6054066/vs2010-project-is-not-up-to... (by mutexe)
|
by ephekt
Strange error need help
|
|
[9 replies] Last: division in line 105 should be multiply now the program works as inten... (by ephekt)
|
by Alove9423
How would i loop??
|
|
[3 replies] Last: Hi there, A common way to loop a menu is something like the following... (by closed account o3hC5Di1)
|