Lowest value of array always shows 0 |
|
[4 replies] Last: Lim Boon Jye is correct about the loop iteration. C++ arrays are zero ... (by BrianDehn)
|
Need explanation on recursive functions? |
|
[3 replies] Last: It is obvious that function m2 has a typo int m2(int a, int b) { ... (by vlad from moscow)
|
by sumsar
i have a problem with a function
|
|
[3 replies] Last: ok thanks for the help (by sumsar)
|
vector find operator overload? |
|
[2 replies] Last: fixed it by making this function: bool checkSameID(Block* test1, Bloc... (by Jonas Wingren)
|
by kong288
Moving a sprite to a position (weird results!)
|
|
[2 replies] Last: Oh my god, thank you so much. I didn't even see that plus sign. That a... (by kong288)
|
by RemyJDH
Having trouble computing students weighted course grade
|
|
[2 replies] Last: thanks for the enlightement. I can't believe I was missing the /test... (by RemyJDH)
|
by KitSolent
A compound vector question
|
|
[12 replies] Last: Hi Guys, Thanks for your answers! vlad was right, I needed to build m... (by KitSolent)
|
by illusion1158
Array of Struct help please??
|
|
[1 reply] : I do not understand why you listed here your long code?! What is the r... (by vlad from moscow)
|
by yhrght12
Multiplying arrays
|
|
[3 replies] Last: The array() does matrix multiplication correctly. Well...almost. Sh... (by closed account D80DSL3A)
|
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)
|