|
by dheredhere
Binary Vector to Decimal Conversion error
|
|
|
|
[3 replies] Last: Post more of your code. (by Catfish3)
|
|
by Aquos
Help the beginner please~
|
|
|
|
[6 replies] Last: Thanks to those who replying me!! and sorry for late respond, been bus... (by Aquos)
|
|
by Josh Henry
cin
|
|
|
|
[1 reply] : cin.ignore(1000, 10); Do not do that. Use cin.ignore(1000, '\n'); ... (by MiiNiPaa)
|
|
by applesnstuff
ifile
|
|
|
|
[4 replies] Last: [quote=applesnstuff]How would i go about saving the string name of the... (by Yanson)
|
|
by nelson007
C++ program help (not entirely running) code error
|
|
|
|
[4 replies] Last: Nelson007, really glad the program works. Sorry I can't help you with ... (by Donnie)
|
|
by sushiroll
height conversion function prob
|
|
|
|
[7 replies] Last: Still doesnt help with the convert section. It doesnt convert centimet... (by sushiroll)
|
|
by Life FUTURE
can someone please solve this i been working on this all evening please!!!
|
|
|
|
[2 replies] Last: #include <stdio.h> int main() { int num1 = 0, num2 = 0, num3 =... (by Life FUTURE)
|
|
by weaver126
issue within code please help
|
|
|
|
[18 replies] Last: In Visual Studio highlight all your code, then go to Edit -> Advanced ... (by booradley60)
|
|
by linkpwns
Having trouble closing an output file stream?
|
|
|
|
[no replies]
|
|
by nelson007
Need help writing pseudocode and flowchart for the following code. Help please.
|
|
|
|
[1 reply] : Problems so far: 1. Haven't taken on-board advice already given; 2. D... (by TheIdeasMan)
|
|
by Crakrjack
lookuptable / hash table
|
|
|
|
[1 reply] : http://www.sgi.com/tech/stl/Map.html (by Zaita)
|
|
by ashonk226
At wit's end-Beginner problem
|
|
|
|
[6 replies] Last: what i do for this is quite complicated. and something like this mayb... (by Lim Boon Jye)
|
|
by senorito
I don't understand why I am getting the largest value repeated
|
|
|
|
[3 replies] Last: I've shown you how to generate numbers that divide equally by 11 witho... (by Zaita)
|
|
by travisisgood
Right Justified Numbers
|
|
|
|
[no replies]
|
|
by hanhthai
Please help with rand function
|
|
|
|
[4 replies] Last: Thank You. You are awesome :) (by hanhthai)
|
|
by CarolinaSly
Creating a read/write database.
|
|
|
|
[2 replies] Last: You write a text file that looks like this: Full Name, Tele-phon-e--N... (by usandfriends)
|
|
by juniorowy
Strange result of using delete char in class
|
|
|
|
[5 replies] Last: It is not, you are just unlucky. As I said before temp->sign = new ch... (by ne555)
|
|
by DoctorWhy
Why is this person using pointers?
|
|
|
|
[6 replies] Last: Sweet! Thanks guys! I notice the guy does that for most of the poin... (by DoctorWhy)
|
|
by Bolong Yu
Function
|
|
|
|
[2 replies] Last: const static unsigned short int Increment(const static unsigned short... (by Pickle Gunner)
|
| Overloading functions on c++ |
|
|
|
[1 reply] : This is as efficient as you will need it, Btw though - Test if all 3 n... (by Pickle Gunner)
|