Struct confusion |
|
[2 replies] Last: Ah, that makes more sense, thank you. (by closed account zybCM4Gy)
|
by jennyJ
summation with loop
|
|
[4 replies] Last: #include <iostream> #include <cmath> using namespace std; int main(... (by Chriscpp)
|
by alvinos1
Program stuck in Scientific notation
|
|
[4 replies] Last: OH! Got it. Because my book had told me to insert it this way cout<< s... (by alvinos1)
|
by paperpwns
help with program
|
|
[4 replies] Last: needed #include <stdio.h> too and then it worked. Thanks (by paperpwns)
|
by superk
Arduino Uno Rev3 function prototype, declaration, and call not working?, and
|
|
[1 reply] : 1) Please use code tags when posting code, to make it more readable: ... (by MikeyBoy)
|
Initialization Types |
|
[1 reply] : Yet at the same time point out that it's likely to cause problems If... (by MiiNiPaa)
|
Help with fractal-program! |
|
[1 reply] : Forgot to say that I'm 100% sure that drawLine(p1,p2); is NOT the prob... (by topsecretsson)
|
by Garvanov
problem with "if" statement!
|
|
[3 replies] Last: thank you very much for your help and for pointing out my typo! (by Garvanov)
|
by Kernmaster34
How can I make an upside down triangle?
|
|
[3 replies] Last: Wow, thanks! I got it working! thank you very much ats15 & kingkong200... (by Kernmaster34)
|
by enemy
:m(m)
|
|
[4 replies] Last: The first m is refers to the member variable. The second m refers to t... (by Peter87)
|
by binaryamg
new to concept of header files..
|
|
[7 replies] Last: @MikeyBoy Agreed there's nothing wrong with traditional include guards... (by Jaybob66)
|
by gotsleep
Finding perfect numbers in an asked range
|
|
[5 replies] Last: #include<iostream> int main(){ int start,end; std::cout<<"enter the... (by aqibpandit)
|
by adriyel
How do i put these two functions into a class?
|
|
[1 reply] : You've already worked out how to put functions in a class, because you... (by MikeyBoy)
|
by Kroggor
Nothing Displayed
|
|
[8 replies] Last: Oh okay, thanks. (by Kroggor)
|
by bxrz
How to put a word in reverse/backwards?
|
|
[3 replies] Last: @ jasongog: please use code tags when posting code. http://www.cpluspl... (by Catfish666)
|
Reading a math equation from a text file, and evaluating it? |
|
[3 replies] Last: hmm well if I was doing this I would import the equation into a string... (by Mats)
|
by Alerion
Operator not found error?
|
|
[2 replies] Last: the problem is line 12, at your 'yes' . You used string so you have t... (by Shantorian)
|
by theRunner
Unlimited number of characters in textfield
|
|
[2 replies] Last: Perfect, this works! Thank you very much. (by theRunner)
|
by sky3
Reading numbers into an array of structs
|
|
[12 replies] Last: I see. thank you. I had some idea of it i swear! i think the getline j... (by sky3)
|
by moreme
File does not open
|
|
[8 replies] Last: Thanks man, yes it worked out. (by moreme)
|