by lukeahn
What is the complexity of my vowel_remove in string? Is there any faster way?
|
|
[1 reply] : What is the complexity of my code (Big-O) Linear: O(n) there a bet... (by MiiNiPaa)
|
by docawk
1e9 vs 1e-9
|
|
[6 replies] Last: For completeness: double cc=1/1e-9; // cc 999999999.99999988 ... (by docawk)
|
by Rashad2
Compound interest formula coding
|
|
[1 reply] : You don't need A = ... again when calculating the interest. ... (by liuyang)
|
by Chubby
Counting the word
|
|
[15 replies] Last: First of all, write a short function to read whole content of a file ... (by liuyang)
|
by AresWrath73
Help Converting Base to Base
|
|
[2 replies] Last: 1. This stuff isn't doing what you think. if(std =a||A) std =1... (by kbw)
|
by NinKenDog
Vector help: Multiple bullets acting as one
|
|
[1 reply] : Try not erase items in a vector in 'for' loop. (by liuyang)
|
by hellhound
std::function as class member?
|
|
[9 replies] Last: Thanks for the great explanation! I think I got it now and see I've to... (by hellhound)
|
access violation????? |
|
[1 reply] : try this int** getXCoords(int no_rects); int** getYCoords(int no_rect... (by novellof)
|
by novellof
cout << &var; to binary??
|
|
[2 replies] Last: SOLUTION IS HERE http://www.cplusplus.com/forum/beginner/143174/... (by novellof)
|
by ImSteves
Want to create a game (correctly).
|
|
[3 replies] Last: The problem with starting on either of those two projects are you'll w... (by Krisando)
|
by imamillion
How to find Min,Max, and Avg without arrays in program.
|
|
[1 reply] : Hi, One immediate thing I can see: Get rid of line 2 - std::count ... (by TheIdeasMan)
|
by rezora
Invoke a template function?
|
|
[2 replies] Last: I'm sorry for not being clear haha but I was also being stupid ive man... (by rezora)
|
by MrJohnson91
Help with using a class in C++
|
|
[5 replies] Last: By denormal's "last comment", do you mean his last paragraph? I think ... (by TwilightSpectre)
|
by sebz92
doubly linked list - delete function HELP!
|
|
[3 replies] Last: As long as you make a new function for that. (by helios)
|
by bwilson1
C++ Submenu help
|
|
[2 replies] Last: Let's start with your Add() function. First you need to be sure the fi... (by jlb)
|
by Boomers
Help with Error
|
|
[2 replies] Last: Lines 8 and 17: You allocate bufferSize characters. Lines 9 and 18... (by AbstractionAnon)
|
by Slashdash
How would you go about creating an exact age calculator (1,2,3,4)
|
|
[63 replies] Last: Still need help. (by Slashdash)
|
by prestokeys
Help with redesign, please.
|
|
[12 replies] Last: > Which design is better? I do not have a complete understanding of t... (by JLBorges)
|
by vidos
dynamic array
|
|
[no replies]
|
by judo11
My program won't run in Dev C++.
|
|
[5 replies] Last: Another option, since the compiler you're using may not support C++11,... (by jlb)
|