by tomtran43
Remove a node from doubly linked list given its position
|
|
[1 reply] : I suggest that you create a FindAt(...) function. Thus you can avoid t... (by coder777)
|
by willyb
Filtering and copying characters to another string
|
|
[4 replies] Last: oh no at all. Your solution is much simpler. My solution consisted of ... (by chicofeo)
|
by tdpanz2015
MATLAB grade problem
|
|
[1 reply] : Morning, You could try a matlab forum, rather than a c++ one? (by mutexe)
|
by Arquon
Rounding problem
|
|
[8 replies] Last: Return Value The value of x rounded to the nearest integral (as a flo... (by closed account 48T7M4Gy)
|
nasty bug help |
|
[4 replies] Last: It looks like that dayCoutner/monthCounter/yearCounter exists so that ... (by coder777)
|
by tdpanz2015
Adding space in-between seating array
|
|
[2 replies] Last: Okay. I've tried your solution Code Apperentice. But I've found an eas... (by tdpanz2015)
|
by tdpanz2015
Matlab share algorithm
|
|
[3 replies] Last: okay. then what is %d ? i thought it was supposed to stand for decimal... (by tdpanz2015)
|
by uytoor2
why i cannot create a class object?
|
|
[2 replies] Last: thanks brother (by uytoor2)
|
by CGunn86
Win32 text box properties quesiton.
|
|
[1 reply] : I've done some looking around for a flag that may do wrapping but no l... (by CGunn86)
|
by Mezz456
Breaking apart a string and storing sub-strings
|
|
[2 replies] Last: Or, if you do actually want them as strings, the code is not so differ... (by cire)
|
by b29hockey
Storring a user entered variable from an Array
|
|
[6 replies] Last: Thank You!!! (by b29hockey)
|
by Mezz456
Writing to output file(.txt) with several functions
|
|
[1 reply] : Either move line 49 & 50 to your function or make them global. (by SamuelAdams)
|
by willyb
Help with printing array
|
|
[2 replies] Last: It worked perfectly now! Thank you so much. (by willyb)
|
by drtran83
Please Help with Airplane Reservation Project
|
|
[8 replies] Last: Thank you so much Chicofeo! I'll work on everything you helped me wit... (by drtran83)
|
by kuroakuma97
Please help: Getting specific quantities of Resistors!
|
|
[2 replies] Last: @pearlyman Thank you so much for the reply. However, I have a questio... (by kuroakuma97)
|
by overki11
Variable declared in header not declared in cpp error
|
|
[1 reply] : You can't call private members. You have to set up methods that give ... (by pearlyman)
|
by omega4relay
detecting ctrl
|
|
[1 reply] : I would try something like nRet = GetKeyState ( VK_SHIFT ) ; You... (by pearlyman)
|
by Elyril
Prime numbers in a range
|
|
[1 reply] : > but anything past that, it will output everything correctly as far I... (by ne555)
|
by omega4relay
assigning user input string to a char array
|
|
[4 replies] Last: figured out how to do what I wanted to do via http://www.cplusplus.com... (by omega4relay)
|
by CaptainKirk
Setting up an array
|
|
[3 replies] Last: Creating an endless loop isn't hard... You don't always need to break ... (by pearlyman)
|