by snaxpax
KeyHooking Problem
|
|
[2 replies] Last: Yea i hear you i will look into that thx ;) (by snaxpax)
|
Quick Question |
|
[8 replies] Last: [quote=IWishIKnew]there isn't a "compare" function Oh? What's this? (... (by Volatile Pulse)
|
by MaxLascombe
Input bug
|
|
[12 replies] Last: Thank you! (by closed account j2NvC542)
|
by Zerpent
Unformatted vs. formatted input. (1,2)
|
|
[31 replies] Last: [quote=Disch]Nonstandard compiler extensions are not portable.... they... (by Volatile Pulse)
|
by dtaqee88
Is there an easier way to establish the winner of a game based on the highest score
|
|
[4 replies] Last: Pretend you had a list of ten thousand different numbers written on a ... (by dem7w2)
|
by Pter0dactyl
new line problem
|
|
[2 replies] Last: for windows they are same I suppose other than there ascii codes. (by Akshit)
|
by Zu007
Any C/C++ compiler Run on Andriod 4.0
|
|
[4 replies] Last: If you want to build android apps then there is android sdk also. (by Akshit)
|
by ma21212
Using Arrays to get gpa
|
|
[3 replies] Last: I think when you used this line scanf("%d", &hn ); , you got mixed ... (by MaxLascombe)
|
by SamuelAdams
argv with /? returns value /e
|
|
[1 reply] : http://www.microsoft.com/resources/documentation/windows/xp/all/proddo... (by Peter87)
|
by twoencore
simple bitwise question
|
|
[5 replies] Last: thanks. I will study this to figure out 'exactly' what was done to ge... (by twoencore)
|
by IWishIKnew
Floating: Rounding to a place
|
|
[1 reply] : NVM! I figured it out. I used the following equation: gross = ((fl... (by IWishIKnew)
|
by DesiredNote
std::list erasing element while iterating
|
|
[12 replies] Last: @coder, It worked! Wow, I wish I would've thought of that. Thanks. :) (by DesiredNote)
|
by jaypatel123
C++ portfolio assistance needed urgently
|
|
[5 replies] Last: Cheers guys!! I am currently trying to do it myself but will post anyt... (by jaypatel123)
|
by jasonjackal
translate a Python app to C++
|
|
[2 replies] Last: @Owain Thank you for answering my post. Yes...I want to be able to con... (by jasonjackal)
|
by Zerpent
Is my C++ book too old? (from 2007)
|
|
[10 replies] Last: tmpnam is standard, however [quote=man]Never use this function. Use ... (by ne555)
|
by jaytee
trying to write a code to change vowels to numbers
|
|
[6 replies] Last: 1)If you don't want to use x any further hen don't use it as array 2)w... (by Akshit)
|
by tarekmoha
Help with my code?
|
|
[4 replies] Last: Thank you that helped alo! I thought each time I wrote that line nam... (by tarekmoha)
|
by alesandro676
My curiousty kills me D:
|
|
[3 replies] Last: @Wazzak, I'm sorry mate I thought this is the right place to ask this ... (by alesandro676)
|
by agatte
compare chain of chars
|
|
[2 replies] Last: Hi, this should work. #include <iostream> #include <cstring> const... (by closed account j3A5Djzh)
|
by caladan21ph
Selection Sort
|
|
[3 replies] Last: In your function int GetSmallestIndex(int* numArray,int min,int max)... (by vlad from moscow)
|