by R23MJ
how can you get your battery life in c++
|
|
[17 replies] Last: The number of seconds of battery life remaining, or –1 if remaining... (by Lowest0ne)
|
by CPPRaven
Keep getting Warning
|
|
[12 replies] Last: If you want accurate answers, use floats for your variables, there is ... (by Volatile Pulse)
|
by Kronolynx
container or what do i need to learn?
|
|
[1 reply] : struct User { std::string name; //Note the use of string, and not a ... (by BlackSheep)
|
by strupan
not getting space? reversing a string
|
|
[2 replies] Last: Ohhh... I didn't know that, thanks! (by strupan)
|
by CMinus
Euler 28
|
|
[6 replies] Last: The best way to solve this question is math 57 58 59 ... (by eklavya sharma 2)
|
by xcalibur0645
Basic Fully Functional Calculator
|
|
[4 replies] Last: ^^ Shouldn't he be programming for a droid or something? :) (by Lowest0ne)
|
by john924xps
20 Problems Edited
|
|
[6 replies] Last: For Problem 3, I believe the question is asking about multiple conditi... (by Volatile Pulse)
|
by Lowest0ne
Include issues (cyclic inclusion)
|
|
[14 replies] Last: The functions for iostream exist in already compiled binary files that... (by Moschops)
|
by chameleon
Reference, Copy C'tor etc.
|
|
[6 replies] Last: It's still undefined behavior and therefore incorrect. Even if it see... (by Athar)
|
by Halo Fan
What do parameters in main() do?
|
|
[3 replies] Last: Adding to Moschops' answer: argc is an abbreviation for argument... (by closed account zb0S216C)
|
by Dan Feerst
can someone else try compiling this
|
|
[5 replies] Last: Ne555 yeah I noticed that part was incorrect and just pulled it out. ... (by Dan Feerst)
|
Arguments v.s. Parameters |
|
[4 replies] Last: Same as firedraco, where formal parameters are in the signature of t... (by moorecm)
|
by lalebarde
Can attributes be virtual like methods in polymorphism ?
|
|
[5 replies] Last: Thanks coder777, In my real world, I am constrained to use the data s... (by lalebarde)
|
by Joking
Address not sticking
|
|
[7 replies] Last: Oh. =) Thanks... (by Joking)
|
by wiggertolsma
how do i include .Equals()?
|
|
[2 replies] Last: Thanks! (by wiggertolsma)
|
by Joking
Passing around a pointer
|
|
[4 replies] Last: Guys, here's my feedback on how I solved it, still using dynamic alloc... (by Joking)
|
by inablink
stream?? what does it mean?
|
|
[1 reply] : hah.. it turns out that this very site explains some of the terms.. ok... (by inablink)
|
by scu1casper
C++ program not outputting what i expected...help?
|
|
[5 replies] Last: For simple things, a good, general rule is that if it's inside braces ... (by koltonaugust)
|
by clandest
Looking to start a 'Beginner' team, to help grow our skills and collab together.
|
|
[18 replies] Last: @clandest Hey, I'm really interested in your group, I've got about 2 m... (by bloisch)
|
by atown282
game of life help
|
|
[5 replies] Last: Sorry, I didn't notice the code in your If and Else statements, change... (by Volatile Pulse)
|