by kenhapi
displaying square and square root symbol
|
|
[3 replies] Last: Assuming you're on Windows, check out SetConsoleCP() http://msdn.mi... (by Disch)
|
insert a node at the start of the list |
|
[3 replies] Last: @ hamsterman: isn't that a little redundant? Why do you need the if/... (by Disch)
|
by claudiordgz
Searching a file
|
|
[1 reply] : Well, you will want to make sure you null-terminated your strings. Tha... (by LB)
|
adding the individual digits in a int value |
|
[1 reply] : Hint: number % 10 "extracts" the low digit ( 12345 % 10 = 5 ) num... (by Disch)
|
by yotama9
cross pointing between two classes
|
|
[2 replies] Last: thank. I think I my meaning wasn't clear. The segment of code ... (by yotama9)
|
by ahniger
Magic Square
|
|
[no replies]
|
by L E G I O N
Random monster generator txt RPG?
|
|
[4 replies] Last: i agree i shouldnt be using something that i dont fully understand in ... (by L E G I O N)
|
by sebc2s
Question about Visual Studio 2010?
|
|
[10 replies] Last: im using vs 2010 ultimate you gotta open a win32 console app and then ... (by L E G I O N)
|
by chutzpah
when click on .exe(console app) it flashes away
|
|
[5 replies] Last: you can either do that or download std_lib_facilities.h and us... (by L E G I O N)
|
by dontgetit
problem in exchanging values
|
|
[8 replies] Last: uhm.. tnx.. sorry for my stupidity.. i'Ll try my best to learn this... (by dontgetit)
|
by kenhapi
transferring a structrure
|
|
[1 reply] : You can pass by reference, so the passed object itself will be modifie... (by Bazzy)
|
by Mazd
The best style of practising C++?
|
|
[1 reply] : while(true) { write code } (by xander333)
|
by Snaef98
Need assistance with combat calculations.
|
|
[1 reply] : So far ive come up with this, if there is anyone that can help me buil... (by Snaef98)
|
by Snaef98
I am having alittle issue with a function.
|
|
[6 replies] Last: WOOT victory for me i figured out my mistake!!! yay i now got an activ... (by Snaef98)
|
by grcunning
varying number of input values
|
|
[4 replies] Last: Then you can do what wasabi suggested. You could use std::stringstream... (by filipe)
|
by gmaciel
How to pass a vector to a method
|
|
[3 replies] Last: Answer to your problem -> http://cplusplus.com/forum/general/24655/#ms... (by m4ster r0shi)
|
by Darkestaxe
Setting Up A nice Console Programing Environment
|
|
[2 replies] Last: The second code is not C++ ( it's C++/CLI which is a different langua... (by Darkestaxe)
|
What's the point of Dynamic Allocation? |
|
[10 replies] Last: int array ; array = 42; //this is legal (it's not a syntax error) ... (by ne555)
|
by Snaef98
I'm kind of new to the forums so i thought i would say hi to everyone.
|
|
[15 replies] Last: I guess I wasn't being very helpful earlier. Sorry. I just get frust... (by Disch)
|
sizeof () doesn't work when called for an argument of a function. Ayudarme! |
|
[13 replies] Last: It is a common STL idiom, pass the first iterator and the one-past ... (by Duthomhas)
|