by asavage
Sorting strings using pointer array
|
|
[3 replies] Last: Pointer to a pointer to a string. (by Duthomhas)
|
by DragonKnight
Trying to get my class to display numbers as well as characters
|
|
[no replies]
|
by therefore
Why no built-in range checking with vectors?
|
|
[1 reply] : For efficiency reasons, it aims to be as fast as an array, and it is. ... (by kbw)
|
by Faken
outputting files with a zero in them
|
|
[3 replies] Last: Dufresne, Thanks for your response. I gave that method a try, well... (by Faken)
|
by Lucien
Why doesn't this work?
|
|
[1 reply] : You need to use '==' to compare stuff. if (d = 'x') is the problem... (by firedraco)
|
by j3lps
Pointer to a parent class?
|
|
[2 replies] Last: Thanks Bazzy, that seems to have worked. I put ptr_to_plant = this; ... (by j3lps)
|
by Terviseks
Compiling multiple files in Ubuntu
|
|
[2 replies] Last: Thank you for the answer. I will try some IDE-s. Thanks to your comme... (by Terviseks)
|
by vivmen
Exe do not work
|
|
[5 replies] Last: Another thing. WHERE in the world are you living and WHERE is your fri... (by NoobsDeSroobs)
|
by asavage
Comparing strings with strcmp
|
|
[3 replies] Last: Thanks! that was driving me nuts. (by asavage)
|
by newtothis
Point of Sale System- urgent
|
|
[2 replies] Last: Look at the difference in structure between your tax and display_menu ... (by mcleano)
|
by lapzter
IF/Else Selection Structure Problem
|
|
[3 replies] Last: I see...Thx guys... (by lapzter)
|
by datta016
Run Time Error with Pointers and Structs..
|
|
[3 replies] Last: If you need it, here is a good tutorial: http://www.cplusplus.com/doc/... (by Bazzy)
|
by Goofy
Find average, Using array's and functions
|
|
[6 replies] Last: thanks very much AR Khan. and ty you mcleano I'm using dev-c++ , but ... (by Goofy)
|
by sross07
Linking errors
|
|
[3 replies] Last: appreciate it guys, another one of my glorious noob mistakes!! (by sross07)
|
Access violation Problem With Two Classes |
|
[6 replies] Last: Thanks Disch. I'll give this a try. EDIT: after giving this a try i... (by AngelGithara23)
|
by chria
function with predefined value
|
|
[4 replies] Last: Thanks! What I did wrong then was to define the value in my .cpp file ... (by chria)
|
by cableguy414
Need to sort multiple arrays
|
|
[7 replies] Last: Thank you, thank you, thank you. Specifically Bazzy and Kempofighte... (by cableguy414)
|
by munman09
Creating a linearly increasing vector
|
|
[1 reply] : (b - a ) / num is integer division since a, b, and num are integers... (by jsmith)
|
by munman09
Class functions undeclared, don't know why!
|
|
[6 replies] Last: Ah, fixed it. Thanks for the help everyone (by munman09)
|
by areyoupp
converting problem
|
|
[10 replies] Last: ok.thank u (by areyoupp)
|