by Icenel
How to define array length based on input
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/8473/#msg39179 (by kbw)
|
by bcnafegar
troubl with array and classes
|
|
[1 reply] : In what language (Im presuming c++?) Try creating a class with an a... (by joro550)
|
by Dudovitz
delete rest of a string
|
|
[6 replies] Last: Ah written at the same time eh! Thanks Althar. I guess I would have... (by Dudovitz)
|
by blessed87
Matrix generation in C++
|
|
[1 reply] : Some questions, how does num change? or is the same all the time? u... (by CppSpartan)
|
by mekkatorqu
I/O - Get Data on selected lines?
|
|
[2 replies] Last: thanks, it works, but what about "stats" ? how can I set HP to int hp,... (by mekkatorqu)
|
by wantsree
Problem in Matrix Multiplication(Using freind function)
|
|
[2 replies] Last: In general multiply the row with col then adding the results. if your ... (by CppSpartan)
|
by blessed87
maximum, minimum and average of a matrix?
|
|
[1 reply] : just put an accumulator in there, and two if statements will take care... (by closed account zwA4jE8b)
|
by laghari
Problem In Making a Grid Through Linked List?
|
|
[3 replies] Last: 1: Make sure that your code is in a format that helps , people to unde... (by CppSpartan)
|
by shanex88
Pointer code explaination
|
|
[1 reply] : help please anyone? (by shanex88)
|
by Arvid0
Calling function from 'owner' class
|
|
[11 replies] Last: I found the solution to my problem. jsmiths post hinted me that it had... (by Arvid0)
|
by DMDTT
Filling a vector with several objects of the same type
|
|
[13 replies] Last: so and theres is the problem... i don't know exactly which language... (by DMDTT)
|
by unregistered
how can I get mysql comparisons to be case sensitive?
|
|
[1 reply] : Check this: http://sql-info.de/mysql/gotchas.html#1_4 (by NickPaul)
|
by Neo7C7
C++ strings & string member functions
|
|
[1 reply] : I would look into: string::find string::substr Run through the ... (by NickPaul)
|
by Icenel
How to define array length based on input
|
|
[1 reply] : You will have to use dynamically allocated memory. Have a read thr... (by NickPaul)
|
by Mugabi Allan
Ending a program
|
|
[7 replies] Last: Perhaps they don't have the "any key" ;-)? http://elcodigo.com/blog/w... (by onur)
|
by alice06
How to use Pointer inside a Structure
|
|
[7 replies] Last: Looks good to me! In C++ there are a number of programming practices w... (by NickPaul)
|
by jteally
hey guys, problems with a program
|
|
[6 replies] Last: oh, i finally got this resolved. i had to add another if statement and... (by jteally)
|
by h9uest
Hiding in Inheritance
|
|
[10 replies] Last: cool, thanks man. I think I kind of understand the concept. (by closed account zwA4jE8b)
|
by Oscar1290
Sort an array of integers of size n in ascending order of values
|
|
[1 reply] : look up bubble sort. most of the example you find will use a for loop... (by closed account zwA4jE8b)
|
by danielwow
Functions
|
|
[6 replies] Last: Thanks! so i would probably be using the for statement. (by danielwow)
|