by Soto2K1
How to close multiple Forms in VC++ 2010
|
|
[1 reply] : You need to keep a reference to the form you open, then you can use th... (by Thomas1965)
|
by tgould66
help with making a historgram
|
|
[6 replies] Last: I know how to allow the user to exit by inputing a value or until a v... (by lastchance)
|
by EmC88
Trouble with Menus
|
|
[1 reply] : GAH! I figured out a solution. Instead of using a while loop I used s... (by EmC88)
|
by channing0411
Help with people sorter
|
|
[6 replies] Last: All the instructions are listed. We can use structs or classes I am re... (by channing0411)
|
by cpp82
boost bitset to unsigned integers
|
|
[4 replies] Last: Thanks again @JLBorges !! The number of bits is not constant, so I ha... (by cpp82)
|
by ncaver
Stacks. Help !!
|
|
[2 replies] Last: stacknumbers.h line 4: You declare MAX as a const int stacknumber... (by AbstractionAnon)
|
by DesmondLee
Accumulate data with switch Statement
|
|
[6 replies] Last: @keskiverto Thank you for the reply and the mistake you pointed out fo... (by DesmondLee)
|
by rantiv
Hot Plate simulation
|
|
[4 replies] Last: As lastchance told you: void exportHotPlate(double(&plate) , int di... (by coder777)
|
by MisterBren
Product of only Positive Numbers
|
|
[1 reply] : Unless you have actually been told to loop this repeatedly you don't n... (by lastchance)
|
by borklazer
Beginners coding help?
|
|
[9 replies] Last: You EVENTUALLY carried out Nico and my suggestion and converted degree... (by lastchance)
|
by gunam12
Use the Concept of vector and string to do the following question
|
|
[4 replies] Last: @gunam12 Send me a private message. (by SakurasouBusters)
|
Radix Sort Using Queues |
|
[1 reply] : With radixSortAsc, you sort with the first character of every item fir... (by skiian12)
|
output stuck after first cycle |
|
[5 replies] Last: May be simpler to read each field as a string and then try to extract ... (by JLBorges)
|
by joeyk
What does it mean in array
|
|
[4 replies] Last: @integralfx THANK YOU SO MUCH! (by joeyk)
|
by ajtorres
can someone help me put all of this together in my main.cpp
|
|
[7 replies] Last: Awesome! Thank you both! (by ajtorres)
|
by tgould66
help inverting a right triangle
|
|
[1 reply] : for (c = 1; c <= b; c++) { { for (d = 1; d <= c; d++) cout << a; ... (by SakurasouBusters)
|
by Shifty189
If branch when comparing 'yes'
|
|
[3 replies] Last: Thanks for you help! i figured it out, the problem was i was line 4 i... (by Shifty189)
|
by pizzapieman3
How to ignore certain characters?
|
|
[2 replies] Last: Hi, I did what you said, and it looks like it is working properly! I ... (by pizzapieman3)
|
by jazzyjay
Help with running total, functions and mod (HW Assignment)
|
|
[no replies]
|
by dmacfang8
RandomNumberGenerator
|
|
[1 reply] : If you want to press any key and then enter you could just have cin >... (by ninjachachi)
|