by TheKnight18
Miscalculations, but I'm not sure where...
|
|
[9 replies] Last: Alright, I fixed what was happening. (by TheKnight18)
|
by stoneJax
Making Decisions / Validation Routines
|
|
[5 replies] Last: Thank you for your help. (by stoneJax)
|
by Bopaki
my program does not find the data
|
|
[5 replies] Last: Thank you very much Enoizat!!! You are a life saver. It all worked fin... (by Bopaki)
|
by just4444
binary search
|
|
[4 replies] Last: Thanks. worked out I was sorting the numbers descending rather then as... (by just4444)
|
by TheKnight18
Not sure what is happening
|
|
[18 replies] Last: Appreciate the help, like a lot. But I have a new question Im about to... (by TheKnight18)
|
by aliklz92
Library
|
|
[5 replies] Last: Right, that's a lot clearer. Things like this. getline(fin,a.id); g... (by salem c)
|
by ajohns2
Temperature Conversion Program
|
|
[7 replies] Last: > The formula on line 50 is incorrect. no, it isn't > for an input o... (by ne555)
|
by Chris26
Int allow only numbers
|
|
[3 replies] Last: Or maybe this is better: #include <iostream> #include <sstream> #in... (by dutch)
|
Explain this notation: __property MyProperty = {read = *SomeObject, write = SomeMethod() } ? |
|
[6 replies] Last: Saw c++builder bolrland6 works with delphi and pascal extensions. but ... (by vincentthorpe)
|
by cash
finding max and min x,y coordiantes
|
|
[7 replies] Last: You are welcome. Any time. (by Handy Andy)
|
by Chris26
SetColor Function
|
|
[6 replies] Last: @Grime, I should've realized that. The function would need to be const... (by dutch)
|
by theredp
Draw a graph with open polyline
|
|
[2 replies] Last: Okay, thanks! But I think my main problem is to use my max and min va... (by theredp)
|
by adam2000
problem z klasą
|
|
[3 replies] Last: At first sight, it seems there are not guard blocks in your header fil... (by Enoizat)
|
Discard the stop word |
|
[4 replies] Last: You should insert code to read the stream called "is" and return a set... (by dhayden)
|
by Chris26
Reset Value of an Array
|
|
[3 replies] Last: memset(Feld, ' ', 9); (by jonnin)
|
by Chris26
Reset Value of an Array in C++
|
|
[1 reply] : Don't double-post. It wastes people's time. http://www.cplusplus.com/... (by helios)
|
by ygillani
Error - 'counter' was no declared in scope
|
|
[2 replies] Last: Thanks very much. That all works now! :) (by ygillani)
|
by xay
Request for member of non class type? When taking input in a vector
|
|
[3 replies] Last: It takes a while before learning how to interpret the error messages. ... (by Peter87)
|
Download Cplusplus tutorial in pdf |
|
[7 replies] Last: @Hoogo Thanks I will read the pdf file of 2007 version.I just want to ... (by closed account 2zACM4Gy)
|
by aamir765
hello everyone i want bit help regarding a code i wanna create a matrix of 125*3, that will store values from 1-3
|
|
[1 reply] : I don't understand. When you say "values from 1-3" do you mean digits... (by dutch)
|