Comparing two floats ranges? |
|
[12 replies] Last: Seems fine to me. The same logic, re-factored into functions: #inc... (by JLBorges)
|
by mercedec
do while loops
|
|
[2 replies] Last: thank you so much (by mercedec)
|
ACAII Camera |
|
[1 reply] : Here is my current map draw code but it needs to be able to center on ... (by lordseanington)
|
3D Text Based Game |
|
[14 replies] Last: Thank you, it does currently work now and I thank you all. (by lordseanington)
|
by abrar7866
Random array filling of airline seating assignment
|
|
[no replies]
|
by Jun77
structure function
|
|
[2 replies] Last: thx alot JLBorges. now i am cleared . (by Jun77)
|
by MarkyMark
Why is this '\n' causing a run time error?
|
|
[2 replies] Last: As Zhuge said. See for yourself: void replace_substring(char * stri... (by MiiNiPaa)
|
by MarkyMark
Unknown logic error, simple program
|
|
[2 replies] Last: Thank you so much MiiNiPaa I see you on here helping all the time your... (by MarkyMark)
|
by blaze02
Need help with error program gives segment fault core
|
|
[6 replies] Last: Hi, Just a couple of minor things to add: Don't have using namespac... (by TheIdeasMan)
|
by bkharoud
How can I use a string to create a class object?
|
|
[11 replies] Last: Something along these lines: struct info { explicit info( std::s... (by JLBorges)
|
by EdJones33
cross-platform C++ compilation
|
|
[3 replies] Last: Yes. There is. Google for something like cross compilation to windows... (by MiiNiPaa)
|
by zoran404
VisualStudio is making slow programs!
|
|
[4 replies] Last: Yea, that example has very different execution times, but you used a l... (by zoran404)
|
by Delshire
General Question
|
|
[4 replies] Last: Thank you very much for clarifying this to me, really thankful. Delsh (by Delshire)
|
by prestokeys
Tag dispatching constructors
|
|
[2 replies] Last: #include <iostream> #include <string> #include <utility> struct A { ... (by JLBorges)
|
violating strict weak ordering std::sort |
|
[5 replies] Last: I'm not understanding, you consciously created a not strict weak orde... (by ne555)
|
by dorvanium
Prime Number
|
|
[1 reply] : "cout << "\nenter the first Number : " ;" There is a typo, pal. Assumi... (by CPlahPlahLearner)
|
by suuunly
Pixelating an image
|
|
[1 reply] : You have to treat edges specially -- they should be 'infinite' -- when... (by Duthomhas)
|
by gimme789
minGW Segment Fault question
|
|
[1 reply] : It'd help if we could see the code in question. It's unlikely that any... (by Albatross)
|
Sniff packets on machine connected by wi-fi |
|
[4 replies] Last: That's an interesting article, but it leaves me a bit confused. I don'... (by Clint Westwood)
|
by Neber
Pointer passed to function value doesn't change
|
|
[2 replies] Last: it simply doesn't change when the function exits as though it's passi... (by MikeyBoy)
|