by weliot
How do i do a function?
|
|
[4 replies] Last: thanks fransje it was very helpful (by weliot)
|
by naskopw
An easy problem
|
|
[6 replies] Last: Note that shifting to the left is equivalent to multiplying by powers ... (by closed account zb0S216C)
|
by dritail
Coding help with if statements and comparisons
|
|
[3 replies] Last: If you want to check if x4 is less than 0 I don't see why you don't ju... (by Peter87)
|
by EasyGoing
Extracting info from a variable
|
|
[1 reply] : modulus year % 100; //yields a number between 0-99 1988%100 = 88 1... (by clanmjc)
|
by sparkon
Variables losing values
|
|
[2 replies] Last: Here's the code for the constructor First thing I notice is you are ... (by clanmjc)
|
by abarreto93
Error
|
|
[2 replies] Last: I do not see here a semicolon tax = .06 * (item1 + item2 + item3 + it... (by vlad from moscow)
|
by skarla
snake source.
|
|
[4 replies] Last: How would I go about growing the snake without 'bloating' my code? (by DesiredNote)
|
by Gaminic
Enum usage.
|
|
[2 replies] Last: Thanks, working so far! Additional question: is there any kind of iss... (by Gaminic)
|
by Clark
Derived Template Class Copy Constructor Problem
|
|
[7 replies] Last: Actually, that did fix it! I forgot to rebuild the solution after that... (by Clark)
|
I finally solved the guessing machine! |
|
[7 replies] Last: Thank you tnt, i did not think about this. Html, that does look more c... (by Terje Gundersen)
|
by MattV
C++ Intro
|
|
[2 replies] Last: If you are forced to use a void add function than u could do: #incl... (by gtkano)
|
by ribenaman
Vector problems
|
|
[7 replies] Last: Vector2D<int> and Vector2D<float> are two different types. You defined... (by vlad from moscow)
|
by DeepBlack
#define ENUM_OR_STRING( x ) #x
|
|
[5 replies] Last: Thanks indeed!!! Helped a lot!! (by DeepBlack)
|
by EtDecius
Troubleshooting error LNK2019: unresolved external symbol
|
|
[4 replies] Last: Thanks all for the response. I think I solved the problem with cont... (by EtDecius)
|
by Neo frost
Why i can't compile this code??
|
|
[3 replies] Last: Ok. This is soooo long(as you said), and it will scare most people fro... (by Aceix)
|
by Geekster
create a timer without using loops
|
|
[2 replies] Last: POSIX: http://www.freebsd.org/cgi/man.cgi?query=timer_create+&apropos=... (by JLBorges)
|
by Attempted
Picking a random text file from a folder
|
|
[3 replies] Last: > searching for a long while i found these things i may need but im cl... (by JLBorges)
|
by febeme
Program help
|
|
[5 replies] Last: Woot!!! first +1 (by Aramil of Elixia)
|
by birdwalkr
Assistance in fixing an almost-complete program?
|
|
[5 replies] Last: bottom line is that functions won't 'activate' unless another function... (by TheJJJunk)
|
by Dunii
Individual Digit Management in intetegers
|
|
[2 replies] Last: For a long string of numbers, for (int i = 0; i < ARRAY_SIZE; i++) {... (by TheJJJunk)
|