by mgala
Using functions to compute and respond to a time protocol
|
|
[1 reply] : #include <iostream> #include <cmath> #include<string.h> using names... (by Sajeel)
|
by Chamat
Removing duplicate values in an array
|
|
[2 replies] Last: Thank you! (by Chamat)
|
by Sajeel
if conditon (1,2)
|
|
[20 replies] Last: i made the structure of the board and positioned the blocks on their i... (by Sajeel)
|
by jessica1234
Error in cin input to a class?
|
|
[3 replies] Last: #include<iostream> using namespace std; class A { private: char a ; pu... (by Sajeel)
|
by nu123
c++ to c
|
|
[5 replies] Last: how would I go about changing it so instead of entering a number it c... (by Chervil)
|
by Jacketto
Can't return to int main()
|
|
[6 replies] Last: @furryguy OH SO I'M SUPPOSED TO ADD ALL MY VARIABLES IN MAIN AGAIN AND... (by Jacketto)
|
by zhaoyun99
Pattern with loops
|
|
[5 replies] Last: Ok, thanks a lot. (by zhaoyun99)
|
by Ibra ovic
Loops
|
|
[2 replies] Last: oh I see. Thank you!!!!!! :) (by Ibra ovic)
|
by mrmartin93
Help needed for Server/Client Battleship game C++
|
|
[2 replies] Last: Need some assistance, please... (by mrmartin93)
|
Removing specific letters and numbers out of a string |
|
[5 replies] Last: Also, how would I get rid of apostrophe's in the whole string? (by salomonthesav)
|
by fivestar
Pig latin help
|
|
[14 replies] Last: Steal your code? I literally posted my own code and wanted ideas on ho... (by fivestar)
|
by markusfurst
Pythagorean theorem
|
|
[5 replies] Last: #include <iostream> int main() { std::cout << "a\tb\tc\n"; ... (by closed account 48T7M4Gy)
|
by fivestar
Splitting Strings
|
|
[no replies]
|
by userco
Output not working correctly
|
|
[2 replies] Last: Thank you!!!! (by userco)
|
by Dtrain327
Sorting out duplicates from 2 different char arrays.
|
|
[2 replies] Last: I'm not familiar with the find algorithm personally, but it would be a... (by Dtrain327)
|
by juicyjames
SDL Game Programming Organization!
|
|
[no replies]
|
by ExSanity
Compiling for others use
|
|
[4 replies] Last: it is really not a super easy question. My mistake sorry ... (by ExSanity)
|
by TheEurekaMan
Simple problem with vectors
|
|
[5 replies] Last: Oh nevermind. I went back to check my settings and my compiler wasn't ... (by TheEurekaMan)
|
What is wrong? |
|
[1 reply] : Return 0; It should be : return 0; (by Brigavo)
|
by hughng92
Difference between two dates C++
|
|
[1 reply] : Your date class doesn't overload operator- , so it won't know how t... (by xismn)
|