by ehsana
clr() and [a or b ? c]
|
|
[3 replies] Last: It looks like it tries to avoid division by zero but it fails to check... (by Peter87)
|
by therry1
Printing Garbage
|
|
[11 replies] Last: $ ./program.bin < input.txt Would be the program invocation from th... (by cire)
|
by jls36
initializing static vector
|
|
[7 replies] Last: cool, Thanks for being helpfull. (by jls36)
|
by umeshnepal
how to create timer in c++ application?
|
|
[1 reply] : build your own delay function using time functions. rough code: #... (by SirSmilesaLot)
|
by Mantrid
Does std::wcout forces passing arrays by value!?
|
|
[9 replies] Last: After some googling, I think the behaviour is well defined, it must b... (by cire)
|
by ksmzcr
Collected data comparison
|
|
[2 replies] Last: Sorry, I am not an expert programmer. Can you please open up the data ... (by ksmzcr)
|
by Need4Sleep
Formatting console output into columns
|
|
[2 replies] Last: Thank you very much doug4! i was able to fix my program and get the ou... (by Need4Sleep)
|
by rckinesis
What's the result?
|
|
[6 replies] Last: Maybe he was thinking about scoped enumerations (enum class) which has... (by Peter87)
|
AI for game |
|
[3 replies] Last: AI is a very broad term. How the "AI" will work depends on your game. ... (by Peter87)
|
by faraz9206
whats wrong with my code ?
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; int main... (by krakissi)
|
by Antony K
Whats wrong with this code?
|
|
[1 reply] : How can we answer if we do not know how shall the loop work?!:) (by vlad from moscow)
|
by JonasQuist
Help me please i dont know what is wrong with my program
|
|
[10 replies] Last: Thanks for the help guys :) i've made the program work :) (by JonasQuist)
|
by erandall
Using vectors in functions
|
|
[5 replies] Last: One problem solved: I defined my variable twice. Once like this: std:... (by erandall)
|
by garyfri
Templates
|
|
[8 replies] Last: The following code lines use an overload function, note the function i... (by closed account 3TXyhbRD)
|
by szak1592
Pointers question?
|
|
[11 replies] Last: ofcourse it is not a good programming practise, but its not invalid, ... (by Moschops)
|
how to create a operating system |
|
[7 replies] Last: the best place to get started with os dev is at the wiki http://wiki.o... (by Zaxuhe)
|
by rckinesis
What's problem with this
|
|
[2 replies] Last: [quote=rckinesis] "What is the problem if I don't use it." A smart c... (by closed account zb0S216C)
|
by SpamBot
[Variable name]*
|
|
[5 replies] Last: 0.k., got it, thank you very much! But anyway I didn't understood why ... (by SpamBot)
|
by umeshinator
automatic changing the values
|
|
[5 replies] Last: hey krakissi,i xpalined why the language went weird,now dont bully me ... (by umeshinator)
|
by Kasirga
'func': function call missing argument list; use '&func' to create a pointer to member
|
|
[2 replies] Last: Thanks I managed to habs (by Kasirga)
|