by kyotosomo
Can't Figure Out What's Wrong With My Code, Can Someone Assist?
|
|
[no replies]
|
by technologist
c string difficulty
|
|
[4 replies] Last: Which means that the source string can only contain 4 characters. Yo... (by jlb)
|
by CryHavocMike
Destructor Problem causing an exit exception.
|
|
[17 replies] Last: #include <iostream> #include <string> using std::cout; using std::en... (by closed account 48T7M4Gy)
|
by mb123
11 programs to make
|
|
[2 replies] Last: I agree I could help you with the sum project though. (by crazyjoshua27)
|
by feco
Circles intersecting,comparing arrays Visual Studio
|
|
[no replies]
|
by kev172006
help with sorting array values
|
|
[9 replies] Last: I suggest you think in terms of describing in words what the various p... (by Chervil)
|
by manyerrors
Code not working
|
|
[3 replies] Last: oh, I thought that you would use each string to represent a row. (by ne555)
|
by josephli
Read and Write file (merge lines)
|
|
[2 replies] Last: Don't write a line break if you want it in one line. ofs<<line<<endl... (by Thomas1965)
|
Removing duplicates |
|
[3 replies] Last: Thank you Duoas and kemort! (by closed account 9N36C542)
|
Error with tuple |
|
[1 reply] : A tuple cannot have a native array as a member. If you must have an a... (by cire)
|
by ZB1993
Decimal to Binary Converter Using Functions in C++
|
|
[1 reply] : This might help. Just store each result per iteration in your array. R... (by closed account 48T7M4Gy)
|
by kalki
How to read text file line by line?
|
|
[10 replies] Last: Try using a class container to store multiple objects in. loop through... (by Steven Zinn)
|
by Steven Zinn
OpenGL Creating "Sparks" for Pong
|
|
[no replies]
|
by Akroncs
Having trouble with duplicate from file
|
|
[5 replies] Last: No, I can't seem to figure out what to do, if you get any further alon... (by Akroncs)
|
C++ tic-tac-toe (1,2) |
|
[20 replies] Last: cpp.sh can't use the windows.h header. It only works on windows comput... (by jasonwynn10)
|
someone solve it please |
|
[3 replies] Last: The logic of your code doesn't coincide with what you're trying to acc... (by soaph)
|
by whyunomad
Problem with Sudoku game.
|
|
[13 replies] Last: Yes please post the complete code and I will have a look. Hey cire ... (by whyunomad)
|
by Ozzy69
Help with program using multiplication russian method
|
|
[2 replies] Last: Your algorithm is off. Remember, you get two numbers, x and y. (They ... (by Duthomhas)
|
by Ochanya
Can't Write this Program
|
|
[16 replies] Last: I have been trying in vain to sen my code....it is not sending (by Ochanya)
|
by brewer312
Won't open resource file?
|
|
[2 replies] Last: What do you think (pos1 = line.find("<name>")) << string::npos evalu... (by cire)
|