by MrProfit
SOS! Problem with co-ordinates
|
|
[2 replies] Last: Don't use char . A co-ordinate is a number. Just write a pair of i... (by Duthomhas)
|
by mrtwinkles
problem with Enums
|
|
[3 replies] Last: It is equivalent to: if (isalpha(s )) { (toupper( s[ i ] ) ... (by bnbertha)
|
Libraries |
|
[1 reply] : You might want to walk through the C++ tutorial on this site. It is re... (by Duthomhas)
|
by bashi
classes
|
|
[3 replies] Last: thankx people it was really helping you know understanding the purpose... (by bashi)
|
by G05
Repeating...going back
|
|
[6 replies] Last: XD Duoas! @G05 FYI, gotos are considered bad practice and should be a... (by firedraco)
|
by hartmannr76
Changing text in file
|
|
[5 replies] Last: Thanks again!! (by hartmannr76)
|
by rawrawr
Writing a very basic graphing program
|
|
[1 reply] : Line 14 should read: for(int cy=(yscale*8);cy!=0;cy--) { and ... (by guestgulkan)
|
by asdfghjkl
fstream doesn't creat file
|
|
[8 replies] Last: How about this one? http://www.cplusplus.com/reference/iostream/istre... (by Duthomhas)
|
by ebbo
how to permanently store data in a vector?
|
|
[5 replies] Last: Yes, it works fine as is, but when interfacing with the user you can a... (by Duthomhas)
|
by Attackim
converting to Function
|
|
[2 replies] Last: What is it you want to transfer to a function? You already have getDa... (by Faldrax)
|
by bashi
A ncurses problem
|
|
[2 replies] Last: There are a few other 'gotcha's in NCurses for those brain-damaged by ... (by Duthomhas)
|
by vivekphlp
Variable in a class
|
|
[5 replies] Last: Ok i got it thanks for every bodys help (by vivekphlp)
|
by sacred
Very basic problem, starting use of functions.
|
|
[2 replies] Last: Thanks man. Sorted it out. (by sacred)
|
by vonbismarck
Problem with fractionally increasing numbers
|
|
[1 reply] : One option for getting an increment of 0.001 is to have code such as ... (by Faldrax)
|
Object as a variable? |
|
[5 replies] Last: No it's a different relationship. A variable can only have one value,... (by bnbertha)
|
Confused on how to do this. |
|
[1 reply] : First you need to figure out what you do know about solving the proble... (by Faldrax)
|
by bashi
a problem with OOP
|
|
[2 replies] Last: I've reproduced your code with the tags to use the line numbers #i... (by bnbertha)
|
by MrProfit
Specific Class
|
|
[6 replies] Last: :) Yeah, it was a homework, but when it was gaven to us, we hadn't ... (by MrProfit)
|
can this be condensed? |
|
[3 replies] Last: Ah, "without using anything more advanced than structures and loops"... (by Duthomhas)
|
by abcd
MaxMin
|
|
[2 replies] Last: Also, your logic short circuits before testing all possibilities. (by Duthomhas)
|