by Bolong Yu
Increment variations
|
|
[1 reply] : i = n++; would set i to the original value of n i.e. 5 and would the... (by Pickle Gunner)
|
by f186751
Generating different random numbers
|
|
[7 replies] Last: Yet another method... The STL and C++11 are terrific, but what happen... (by closed account D80DSL3A)
|
by Marius11
Checking if a variable is an integer
|
|
[6 replies] Last: Congratulations and welcome! My method is to divide an odd number by... (by SamuelAdams)
|
by orly24
tetris game in turbo c++
|
|
[14 replies] Last: How do you write such a code in just 1 day without knowing about this ... (by PalashBansal96)
|
by shahzaib1111
structures in file
|
|
[1 reply] : Check this out: http://cplusplus.com/articles/DzywvCM9/ (by Stewbond)
|
by Shiro
How to EnableVisual Styles?
|
|
[2 replies] Last: i guess this is Visual Style https://dl.dropbox.com/u/61491349/imeji%... (by Shiro)
|
by kid204
problem with getting data from file
|
|
[1 reply] : My first thought was the code looks more complex than it needs to be. ... (by Chervil)
|
by FaffyWaffle
Help with deleting lines
|
|
[3 replies] Last: I need C++ program of calculator that solve such an expression 10*(24... (by faiz)
|
by deltaJazz
file invalid or corrupt
|
|
[2 replies] Last: Thank you Pickle Gunner for such a speedy reply but, unfortunately aft... (by deltaJazz)
|
Whats the best way to split large cpp files into seperate ones ? |
|
[2 replies] Last: The easiest way to split a huge file into separate ones is to use its ... (by vlad from moscow)
|
Heapsort |
|
[4 replies] Last: You aren't `MaxHeapify()'-ing the root in `BuildMaxHeap()' (by ne555)
|
by amichay
smothing picture c++
|
|
[2 replies] Last: get opencv it has median and average and a bunch of other filters (by Darkmaster)
|
by ashishy
entering strings dynamically
|
|
[1 reply] : for ( int i=0; i<emp; i++ ) { string str2; cout << "enter name"... (by vlad from moscow)
|
by Mickelplick
Help with loops
|
|
[6 replies] Last: Please use code tags - see the <> button in the formatting options o... (by Chervil)
|
by narcisa
program without usingfunctions from math library
|
|
[4 replies] Last: > To get the ceiling add 1.0 and cast to int No. if n \in Z, the ceil... (by ne555)
|
by callum5558
Application Error 0x000007b
|
|
[2 replies] Last: Thanks for your help James. I downloaded a 32 bit version and my progr... (by callum5558)
|
by science man
unresolved externals error. What does this mean?
|
|
[8 replies] Last: found a site that taught me how to manually add it to the debug drop d... (by science man)
|
by oddboy
bitfield?
|
|
[3 replies] Last: I'm guessing that each bit will require us to do something different, ... (by Stewbond)
|
by GMPoison
Need help with simple C++ code
|
|
[2 replies] Last: I knew it would be something simple, tyvm! (by GMPoison)
|
Adding parameters |
|
[6 replies] Last: I'll try it that way and see. Thank You all. (by closed account y05iz8AR)
|