While Loops with math |
|
[5 replies] Last: If that teacher you have is not able to teach to an acceptable standar... (by OKcomputer)
|
by TheJast
for loop help
|
|
[3 replies] Last: Why do you want to repeat those steps? And is there a specific number ... (by OKcomputer)
|
by masterinex
argument of type const wchar_t * is incompatible with parameter of type lpstr
|
|
[no replies]
|
by MartinR
One function to fill a vector of =/ daughters class
|
|
[3 replies] Last: +Peter Oh... Its that simple :/ Thank you a lot, thats work perfectly... (by MartinR)
|
by VonNeumann
Scrolling text in terminal, from input file
|
|
[11 replies] Last: @Thomas1965 Sorry. I've never used the #ifdef functions in my program... (by whitenite1)
|
by rhamm5798
Constructor vs Functions
|
|
[4 replies] Last: Because the one with no args will be for the square What kind of squ... (by keskiverto)
|
by RahRah
function Pass or fail
|
|
[3 replies] Last: First, please use code tags when posting code. See http://www.cplusplu... (by keskiverto)
|
by viribo
pointers and inherit classes
|
|
[4 replies] Last: #include <iostream> #include <cstdlib> struct Programador { ... (by Repeater)
|
by Echelon22
stack issue
|
|
[6 replies] Last: i figured it out, i wasn't even building the stack in the default cons... (by Echelon22)
|
by TheJast
c4700 error, and c4474 warning
|
|
[2 replies] Last: You are passing an uninitialized variable to findDistance(x1, y1, x2,... (by tibrado)
|
by boypetey17
Is there another good place to learn C++ Object Oriented?
|
|
[3 replies] Last: Thank for the replies. I will check out that book. (by boypetey17)
|
by boypetey17
Trying to display output from functions inside a class.
|
|
[2 replies] Last: Lol. That helped. Thanks. (by boypetey17)
|
by TheJast
Distance formula for CS1 class
|
|
[4 replies] Last: so would sqrt(pow(x2 - x1, 2) + (y2 - y1, 2)) be correct? (by TheJast)
|
by boypetey17
How do I perfectly allign my columns in this output?
|
|
[2 replies] Last: Yeah, that helped. Thanks. (by boypetey17)
|
by witchee666
exit function (1,2)
|
|
[23 replies] Last: What does Code::Blocks or MinGW have to do with the Microsoft compile... (by closed account E0p9LyTq)
|
by CheesyForde1
Need help with an assignment.
|
|
[7 replies] Last: Hello CheesyForde1, You are welcome. I am glad that you got something... (by Handy Andy)
|
by thunderbird
Help making a diagonal line based off user input
|
|
[1 reply] : Hello thunderbird, Welcome to the forum. What you have to keep in mi... (by Handy Andy)
|
by VonNeumann
Some theoretical questions!
|
|
[4 replies] Last: Finally I understood it! Wow thank you so much my dear. With good exam... (by VonNeumann)
|
by Toasthat
How to get pointer array to output data and not memory address?
|
|
[4 replies] Last: The code looks good to me now. If it isn't working then post - a comp... (by dhayden)
|
Segmented sieve using C |
|
[6 replies] Last: Yes. I have no idea what the big-O of that approach is! That is nont... (by jonnin)
|