by Marnez
Selection sort by last name?
|
|
[3 replies] Last: Your selection sort algorithm only swaps the director's name not the m... (by Smac89)
|
by Manga
pass an array into a function?
|
|
[2 replies] Last: laughing... guess which method I was trying to use. :P Thank you ve... (by Manga)
|
by dtaqee88
How to get compiler to recognize previous declarations
|
|
[6 replies] Last: Sorry for the late, late reply but thanks a lot. Definitely helped. @... (by dtaqee88)
|
by bookLearnin
What would you do?
|
|
[1 reply] : They're not the same thing. This allows a const instance of your obje... (by kbw)
|
by carlplusplus
Help with this finding the number of occurences of a character program
|
|
[2 replies] Last: Why didn't I noticed that? But thanks, it's now working! (by carlplusplus)
|
by varx
Interface Classes
|
|
[no replies]
|
Please help me align this columns! |
|
[4 replies] Last: Thank you very much! It's aligned now. :D (by EternalFantasy)
|
by firstlast
Removing from a bag
|
|
[6 replies] Last: You can do as Zhuge says but as I understand it the order of the eleme... (by Peter87)
|
by Marnez
Junk number in first structure member?
|
|
[2 replies] Last: I basically want to make all the timesCalled of the arrays to 0 becaus... (by Marnez)
|
by crpltripl3
static_cast and ( )
|
|
[8 replies] Last: thanks! now I understand (by crpltripl3)
|
by dean93
Need help debugger says im missing }.
|
|
[9 replies] Last: Thanks for the help (by dean93)
|
by JorgeG0511
Linear Regression
|
|
[1 reply] : First thing I would correct is the: for(i=0; i<=n; i++) in lines 54 ... (by ShodanHo)
|
by blazemadej
Reading data from a file wit While loop
|
|
[4 replies] Last: Perfect, Thank You So Much!! :) (by blazemadej)
|
by Allane
Addition program
|
|
[no replies]
|
by hcao
sapin
|
|
[no replies]
|
by leo255
Error on "Set" function for Struct (cannot convert ‘<brace-enclosed init>)
|
|
[1 reply] : This is because, even though you have specified that you are passing a... (by TwilightSpectre)
|
by GBarOfAvn
Loading Sequential Files
|
|
[7 replies] Last: I found the answer in previous forums: two commands clear the file an... (by GBarOfAvn)
|
by realcler
Console Memory too low
|
|
[2 replies] Last: Thank you! i needed to read a bit about handles for SetConsoleScreenB... (by realcler)
|
by leo255
What's wrong with my Array of Structs Function?
|
|
[3 replies] Last: Ok, I got it fixed now...Removed the "<< endl;" from line 28, and am n... (by leo255)
|
by Kevin15663
Last question!
|
|
[3 replies] Last: #include <stdio.h> int main() { float averageScore; int bowler; i... (by Kevin15663)
|