global variables |
|
[2 replies] Last: Global variables are in the global namespace from what I remember. Out... (by BHX)
|
by samio
swap an array
|
|
[2 replies] Last: or use for loop if do not want to include <algorith> for(int i=0;i<... (by Akshit)
|
by fuerchter
1==1 is false???
|
|
[9 replies] Last: iHutch105's solution is a good one (pretty simple) & gets around the ... (by TheIdeasMan)
|
by TommyK
Newbies
|
|
[15 replies] Last: I never use Windows soap to wash anything. I thought this was normal, ... (by Catfish2)
|
by georgep
Answer is right, but it's wrong‽
|
|
[3 replies] Last: Wow, thanks! Got it right this time: #include<iostream> #include<str... (by georgep)
|
by Shaurya
Asterisk's Inverted Triangle
|
|
[1 reply] : What don't you understand exactly? Just try substituting numbers in i... (by MrHutch)
|
by pbruusgaard
Checking input data type
|
|
[2 replies] Last: Thanks! :) (by pbruusgaard)
|
by leeto
Mesh Array of double boost
|
|
[no replies]
|
please help with eclipse |
|
[16 replies] Last: I think you're the first person I've met who uses Eclipse for C++. Now... (by Moschops)
|
by yan1026
OH GOODNESS HELP
|
|
[8 replies] Last: did it! (by yan1026)
|
HELP for Validation code |
|
[no replies]
|
by coderire
link list
|
|
[9 replies] Last: yeah that worked thanks (by coderire)
|
by Dasttann777
Cannot find logical operator
|
|
[4 replies] Last: Thanks guys, I feel stupid now. :0 (by Dasttann777)
|
by sleet
convert string to capital letters without toupper()
|
|
[4 replies] Last: oh ok... I understand it better now.. i didn't know it was possible to... (by sleet)
|
Prime Numbers |
|
[9 replies] Last: It was for a summation of primes. All primes under 2000000...which mea... (by Volatile Pulse)
|
by Cambycis
Help please, i'm not sure if this is right (1,2)
|
|
[21 replies] Last: Thats it, your a life saver. Thanks so much for your help. Counldn't... (by Cambycis)
|
by iceman1992
Operator "&"
|
|
[5 replies] Last: Okay then another name for the same object, and it can't be changed. ... (by iceman1992)
|
by GRex2595
Project Euler Problem 12
|
|
[2 replies] Last: Yeah, that's right. I need to make sure that I the number has more th... (by GRex2595)
|
by georgep
Generating subsequences of string
|
|
[5 replies] Last: Okay, I think I've got it. Here is the code for finding all the subse... (by georgep)
|
by Nickel Dare
"unsigned short int" is incompatible with parameter type of "unsigned short int *"
|
|
[10 replies] Last: Ouh yes now it works.. Stupid me. thanks for this one! I guess I would... (by Nickel Dare)
|