by ramzodi
Undefined reference
|
|
[12 replies] Last: I tried to change void Decriptare_Caesar(char text ){ to void '1'(... (by cire)
|
by RAVSHAN02
How to return as float when multiplying integer by float?
|
|
[4 replies] Last: But shouldnt it automatically take it as a float as it returns it as ... (by Chervil)
|
Difference between Bubble and selection sorting |
|
[2 replies] Last: thank you sooo much ..... :/ (by Azeem Sulehri)
|
by Tekniku
Need help on writing a 4x4 matrix code
|
|
[2 replies] Last: Thanks a lot man. (by Tekniku)
|
by Rysha23
Bubble array
|
|
[9 replies] Last: Sorry! didnt understand can you explain more? (by Shero)
|
by etrusks
Header problems
|
|
[2 replies] Last: actions.h #pragma once #include <string> enum class action : char { ... (by etrusks)
|
by rojan1918
Placing largest number in pivot position
|
|
[2 replies] Last: Yeah I'm trying to code it but something goes wrong. I would like when... (by rojan1918)
|
by nezvers
Localized version of system(cls)?
|
|
[2 replies] Last: no need for string library, use a for loop (by RUNNER PRO AGARIO)
|
by Arichimoto
Reading objects into array from file and vice versa
|
|
[8 replies] Last: Well, it looks like for what I've been tasked with doing, I most likel... (by Arichimoto)
|
Fibonacci Numbers Green Crud Program |
|
[4 replies] Last: I need help with using a while loop then. A for loop can be consi... (by Chervil)
|
by KeyStroke
Intro + Seeking Help
|
|
[10 replies] Last: I'm surprised nobody has done any bit manipulation, which seems like t... (by cire)
|
computing 13 digit number get freezes |
|
[7 replies] Last: You can do it without string manipulation. You can split the number in... (by Moschops)
|
by grtavares
Reset Scope with pointers
|
|
[5 replies] Last: Cool, that seems to work now =D, thanks for the help guys, helps a lot... (by grtavares)
|
by kartik589
how to write and read classes that contains string in a file
|
|
[2 replies] Last: A few things. You need to initialize your variable p with some values... (by Thomas1965)
|
by cang
Program crashes when I try to run
|
|
[8 replies] Last: Ah, and also you used system("cls") , and if I'm not mistaken, you... (by jgg2002)
|
by ehsan687
How to reset arrays and add exit button??
|
|
[2 replies] Last: I really understand the code :P (by ehsan687)
|
Do While loop ignores statements after it in this function |
|
[1 reply] : Your problem is with your if condition on line 34. For one, if your o... (by pnoid)
|
Passing/Receiving value of variable in a function. |
|
[1 reply] : You need to have a function return a value. You can use a function i... (by pnoid)
|
by Bking419
coin toss using a class
|
|
[13 replies] Last: ok thanks I guess this is the stuff they don't teach you in school lol... (by Bking419)
|
by TameImpaler
Function that will read strings of time from a .srt file and change it
|
|
[1 reply] : namespace nih{ struct time{ int millisecond; //easier to operate w... (by ne555)
|