by quarter33
Find factors and check if prime.
|
|
[4 replies] Last: Need help with the program. (by quarter33)
|
Selection sort for 2-Dimensional array |
|
[5 replies] Last: Sorting 2d array: - in columns - in rows - in diaganols starting arr... (by andywestken)
|
by eons93
need a quick pointer.
|
|
[5 replies] Last: sorry, this code was probably really confusing as far as purpose wise.... (by eons93)
|
by Undersight9
Salesperson's commission
|
|
[8 replies] Last: Yes, thats it. But I don't know if the object of the lesson is functio... (by shawnlau)
|
by tcanna
Barometric Pressure Problem
|
|
[17 replies] Last: Just because something works doesn't mean the logic is right you need ... (by CodeWriter)
|
by Azprine
Making .docs with c++, suitable for beginner?
|
|
[1 reply] : Parsing a .doc file is probably a big pain, regardless of how well you... (by Ganado)
|
by mikel792
Linked Lists - Same Loop Mechanism, One loops indefinitely
|
|
[8 replies] Last: I recommend that you remove the previous_myList member. In other words... (by dhayden)
|
by keltonfan2
Decryption program not working properly
|
|
[3 replies] Last: ...or a table: http://coliru.stacked-crooked.com/a/c8fa4c0a23985205 (by MiiNiPaa)
|
need help with some directory paths |
|
[10 replies] Last: This question was asked: s there a platform-agnostic and filesystem-a... (by jsonlickliter)
|
by a7med92
Seeking help
|
|
[1 reply] : [quote=a7med92]without a worked solution Please post your current cod... (by closed account 18hRX9L8)
|
by GregThomas12
error: ld returned 1 exit status
|
|
[1 reply] : You declare selectionSort() but do not define it anywhere. It needs ... (by Zhuge)
|
by imsonotyou
Calling into the main function
|
|
[5 replies] Last: @Zhuge you are a lifesaver!!Thank you So Much (by imsonotyou)
|
by Kernul
Checking elements and positions. Vectors
|
|
[2 replies] Last: That's how the professor wants it to be coded. (by Kernul)
|
Problem with hash tables |
|
[3 replies] Last: Yeah, sorry. I tried already that. Here is the thing: without the menu... (by windmilltaker20)
|
by Amiplus
Find multiple occurrences of a word in a vector of string
|
|
[3 replies] Last: #include <iostream> #include <string> #include <vector> std::vector<... (by JLBorges)
|
by IamANoob21
Reading From Files
|
|
[2 replies] Last: If you have two sorted sequences it is job for merge : https://en.wik... (by MiiNiPaa)
|
by T98
I don't get the const Pointer
|
|
[2 replies] Last: Thanks a lot. I think I got the point of using pointer and const. (by T98)
|
by berkxz
while problem. please help
|
|
[3 replies] Last: The problem is caused by line 12 because it incrementing the value of ... (by Aminu Bishir)
|
by mariuss
Heloo
|
|
[5 replies] Last: Does anything get printed out? Can you actually step through the code?... (by mutexe)
|
by MisterWHite
Quick help with descending order
|
|
[1 reply] : n+1 that's to far, only go to n didn't look at the algorithm, just at... (by Gamer2015)
|