by Script Coder
pointer to class problem
|
|
[1 reply] : It looks like you are using the Cat<char> object instead of the pointe... (by Peter87)
|
by Werner2
Checking for messages sent over TCP using boost
|
|
[2 replies] Last: Ah, I think I didn't really catch the asynchronous part I think, I'll ... (by Werner2)
|
by dert45
Segmentation Fault with a matrix class
|
|
[3 replies] Last: That's good. Let's take a look at operator+. // you pass by value, ... (by kbw)
|
by time to c
switch case vs if else
|
|
[6 replies] Last: Thanks everyone for helping. (by time to c)
|
by alan91
Program using Nested For Loops
|
|
[3 replies] Last: this is what i have, but understand anything #include <iostream> usi... (by alan91)
|
by vgoel38
getchar () and EOF
|
|
[3 replies] Last: ... try Ctrl-Z. (by Catfish2)
|
New with C++ |
|
[7 replies] Last: API = Application Programming Interface. You can think of it as a l... (by LimitBreaker15)
|
by vgoel38
int and char
|
|
[4 replies] Last: q1..yeah but why is it that last digit is output and not any other? q2... (by vgoel38)
|
Weird sf::Sprite movement |
|
[8 replies] Last: use speed*App.GetFrameTime() and your problems are solved (by gelatine)
|
by poloblue64
2- Dimensional Arrays for grading
|
|
[5 replies] Last: Did you check what I said? You have scores declared as a one dimensio... (by fg109)
|
by bfox2269
calculate post fix equation
|
|
[no replies]
|
by IWishIKnew
For the newbies: new input algorithm
|
|
[10 replies] Last: @ fg100 OH! I get you. intresting. @ne555 I wrote cl() as function... (by IWishIKnew)
|
by bfox2269
converting char to an int
|
|
[4 replies] Last: you can use atoi by passing the address because it expects a pointer: ... (by wanher3)
|
by bfox2269
stack problem
|
|
[no replies]
|
by khulme
do while loop using a for statement
|
|
[3 replies] Last: i think i got it. let me know if you have suggestions. // more_fu... (by khulme)
|
by bluebell09
lots of questions about this file
|
|
[11 replies] Last: I finally managed to do it. Thanks a lot still! (by bluebell09)
|
by nothing3
Smallest integer
|
|
[5 replies] Last: oh wow... thank you... i feel stupid now... (by nothing3)
|
by bfox2269
error: invalid conversion from `char' to `const char*'
|
|
[2 replies] Last: thx! (by bfox2269)
|
by algoRichard
Two questions in one (computing pi)
|
|
[14 replies] Last: ah i get it now...i think that should do it..thanks to everyone (by algoRichard)
|
by dtaqee88
Is there any way to count numbers
|
|
[8 replies] Last: This definitely was a major help. I'm still a little cloudy on the /=... (by Phil123)
|