by satishmail23
string vs Byte
|
|
[3 replies] Last: @ zhongnan - did you read the question, or have you posted in the... (by guestgulkan)
|
by Jeffrey06
Pulling two digits from integer? (1,2)
|
|
[20 replies] Last: Just flip the names of the variables. It's still the same operations t... (by jpeg)
|
by Poke386
What should i learn next?
|
|
[2 replies] Last: Definitely worth learning. Imagine you want to be able to store a ... (by mahlerfive)
|
by bluezor
Number Changer
|
|
[7 replies] Last: Doesn't == have a lower precedence than +? Yoinks! So it does. ... (by Duthomhas)
|
by cppjsan
sticks game anybody?
|
|
[1 reply] : Please see: http://www.cplusplus.com/forum/articles/1295/ Edit: Tha... (by Zhuge)
|
by moelo
exponents
|
|
[10 replies] Last: I told him to set up a loop that multiplies x by itself n times in my ... (by jpeg)
|
by hadi asiay
how to use source code
|
|
[6 replies] Last: A very good place to start is actually over at the pygame Python+SDL... (by Duthomhas)
|
by liengen
#ifndef problem
|
|
[2 replies] Last: Ah! Of course! Thanks :-) (by liengen)
|
by Poke386
Any advice on the following program?
|
|
[7 replies] Last: STL = Standard Template Library. It provides you containers such as... (by jsmith)
|
2 dimensional array-crash? |
|
[11 replies] Last: Not just "bigger". Much bigger. In fact, most of the memory installe... (by helios)
|
Understanding pointers and structures in <ctime> |
|
[5 replies] Last: No. localtime() takes the value of its parameter and fills with it a g... (by helios)
|
by DarkFire21
Pointres question
|
|
[6 replies] Last: A pointer is a variable that hold memory addresses of other variable... (by gAaRa)
|
by maits18
what the error in this program?
|
|
[1 reply] : Firstly, next time you post your code use the format, it makes it ea... (by Umz)
|
by maits18
debug
|
|
[1 reply] : This question is too ambiguous, whats the error? (by Umz)
|
by jamszalay
IO liturature suggestions
|
|
[no replies]
|
by yoitboy
function template program assignment
|
|
[10 replies] Last: nope, didn't work :-/ I have no clue lol. Its okay tho, I'll figure ... (by yoitboy)
|
by qwasqaws
Code organisation
|
|
[5 replies] Last: Yello, I always try to oraganise my code into functions just to make ... (by Zaita)
|
by cannsyl
.h files
|
|
[1 reply] : You do not "call" files at all. Basically, you put them all in the sa... (by firedraco)
|
by hadi
using predefined classes
|
|
[6 replies] Last: thanks a lot now I understand (by hadi)
|
by mobettamoba
Simple coding problems part 1
|
|
[3 replies] Last: Huh. You're right. I didn't know that. (by helios)
|