by tylerb
Putting an array in numerical order
|
|
[1 reply] : Use sorting algorithm like http://www.cprogramming.com/tutorial/comput... (by LendraDwi)
|
by nomanrasheed
What is wrong with my sort function?
|
|
[1 reply] : I think your problem is in sorting algirithm find some articles about ... (by LendraDwi)
|
by abdalimran
Can you implement an efficient C++ code for finding frequency of an element for a range into an array?
|
|
[1 reply] : suppose that you store or every number in the array the indexes where ... (by ne555)
|
by Thecal
Arrays output.
|
|
[10 replies] Last: Anyone else have any possible input? (by Thecal)
|
by Vandalism
Looping switch
|
|
[5 replies] Last: No problem! (by Tyrelius)
|
by cuoituoi2602
Sort three floating values in descending order
|
|
[2 replies] Last: oh it works now, thank you so much! (by cuoituoi2602)
|
by Winged Glyph
Loop Improperly Executing with Array
|
|
[no replies]
|
by havox89
reading data from file into arrays and calculating
|
|
[2 replies] Last: Thanks! Makes sense now! I have another question: Since the text I a... (by havox89)
|
by enemy
Dynamic memory allocation- class objects
|
|
[18 replies] Last: do you mean like this? void a() { B b(10); ... (by Jaybob66)
|
by simmons
STL functions like push(), pop() etc
|
|
[3 replies] Last: main.cpp:30:36: error: void value not ignored as it ought to be doub... (by Jaybob66)
|
by ColinTNMP
Did I declare a variable wrong???
|
|
[2 replies] Last: Colin the error here is std is not needed . Just declare an integer va... (by Greentoast)
|
by Winsu
My program crashs
|
|
[10 replies] Last: I'm electronic engineer, I my final proyect was Espresso-II, it's an a... (by Winsu)
|
by relgin
How to use functions to read data from file?
|
|
[no replies]
|
by Kaelure
Trying to print to text file using out_data but some line are missing
|
|
[no replies]
|
by cha0sweaver
"Write a program that reads a set of integers and then finds and prints the sum of the numbers that are evenly divisible by 5"
|
|
[5 replies] Last: I think I can take care of the rest from here but I will let you know.... (by cha0sweaver)
|
by richpaul
Getting the sum of an array?
|
|
[1 reply] : Well the problem here is this function : void display(int a , int s... (by konstance)
|
how do i use do while loop to find the length of two strings? |
|
[7 replies] Last: //my first programming project #include <iostream> using namespace std... (by toasterstrudel)
|
by Kaelure
Summing an Array with data from file resulting in enormous numbers
|
|
[6 replies] Last: Hey I was typing my reply when you set yours konstance. You are right ... (by Kaelure)
|
by slestr94
Help!
|
|
[3 replies] Last: [quote=slestr94]Yes the teacher messed up the shield stats so that the... (by ultifinitus)
|
by abdalimran
Why is complier showing (.text+0x20)||undefined reference to `main'|?
|
|
[1 reply] : You misspelled 'main' on line 7 (by Disch)
|