by SCB3
Writing a container class
|
|
[7 replies] Last: > Where am I going out od bounds btw, I cant see where I fix that part... (by ne555)
|
by hmay
stuck in a loop please help
|
|
[1 reply] : ¿what's your input? while(coeff == 0 && exp != 0) { cin.ignore... (by ne555)
|
Generating a random 4 character string and then cracking it |
|
[12 replies] Last: > #define NDEBUG // uncomment to trace the progress that should be ... (by ne555)
|
by trazafin
Help with arrays Calculating average c++
|
|
[1 reply] : After the loop on line 33 you should use count not ARRAY_SIZE . ... (by coder777)
|
by marqual123
Read in data file!
|
|
[1 reply] : Line 17: if (myReadFile.is_open()); The body of the if statement i... (by Chervil)
|
by kristal630
Caught Speeding
|
|
[3 replies] Last: Thanks Ganado! I had no idea what the hell I was doing! I appreciate t... (by kristal630)
|
by fraC19
Need help with clusters
|
|
[no replies]
|
by Bar Shitrit
Need help with my game
|
|
[2 replies] Last: 2) can be really simple or really hard. You can literally just copy ... (by jonnin)
|
by idknuttin
Does each thread stay the same number when using openMP multiple times throughout program?
|
|
[1 reply] : myID will not exist the second time you enter a parallel block, becaus... (by helios)
|
by cj04077
strings anagrams(HELP)(Emergency)
|
|
[1 reply] : Have you tried yourself already? If so, post your code and point out w... (by goldenchicken)
|
by Misenna
[Unspecified Crash] Move Semantics
|
|
[3 replies] Last: Unfortunately the copy constructor was not the problem. But it is a... (by Chervil)
|
by whitenite1
Pass a 2D vector to a function
|
|
[10 replies] Last: @Chervil Thank you. Oh, by the way, I haven't written instructions ye... (by whitenite1)
|
by YikUTM
Problems reading data into array
|
|
[9 replies] Last: #include <iostream> #include <string> #include <vector> #include <sst... (by JLBorges)
|
Delete Thread |
|
[3 replies] Last: There are better ways to address a situation towards people than with... (by YikUTM)
|
Search return |
|
[3 replies] Last: Please don't remove your question when you have the answer, this way, ... (by goldenchicken)
|
by EgorV
for for if
|
|
[3 replies] Last: Don't be too hard on yourself lol. (by Ganado)
|
by Kevsterking
Help me figure this problem out please...
|
|
[2 replies] Last: >This is a fun little exercise. I'll just give you a few hints. Thank... (by Kevsterking)
|
by ghost00989
vectors
|
|
[4 replies] Last: See http://en.cppreference.com/w/cpp/container/vector/vector example a... (by Ganado)
|
by technologist
Super noobie question: its killing me:
|
|
[1 reply] : You need to show more content. If print_vector() is not printing on th... (by jlb)
|
by whackmc
Program shutting down on it's own
|
|
[4 replies] Last: Read the thread I linked to. (by helios)
|