by avinsnarayan
wages calculator- C++
|
|
[4 replies] Last: I HAVE DONE IT [/ #include <iostream> #include <stdlib.h> us... (by avinsnarayan)
|
by Outlaw782
how to automatically declare a variable in a loop without having to manually do it
|
|
[7 replies] Last: > Ok see that's the confusing part, arrays only with work characters i... (by JLBorges)
|
Help Please..... |
|
[3 replies] Last: Im not seeing what im missing with in the code i was given these formu... (by Jamie Workman)
|
by GreenTea1984
Ternary Operators
|
|
[2 replies] Last: Okay, thanks Shawn Lau. (by GreenTea1984)
|
by shawnlau
Beginning of a blackjack game
|
|
[14 replies] Last: Lines 8-18: Consider using enums instead of defines. That's a good ... (by shawnlau)
|
by Kalist
How to learn c++ libraries?
|
|
[2 replies] Last: Just stick to whatever level you are capable of. If you want to do adv... (by CodeWriter)
|
by phztfte1
Array Count
|
|
[2 replies] Last: Thank you very much MiiNiPaa. The coding is an assignment to learn ab... (by phztfte1)
|
by Chahunda15
Good book to start C++ in Visual Studio
|
|
[3 replies] Last: Find this: https://thefinancialengineer.net/wp-content/uploads/2015/0... (by shawnlau)
|
by Yuriofwind
Pi estimation problem
|
|
[3 replies] Last: You seem to be closing all of your loops when they should not be close... (by giblit)
|
by newbieg
Code semantics
|
|
[3 replies] Last: bool isTxt(string fileName) { boost::path p(fileName); return... (by MiiNiPaa)
|
by Yuriofwind
Reading txt file,convert values to array, select certain values to sum
|
|
[1 reply] : I am a beginner so this isn't propably the best way but I would do som... (by progleo)
|
by jpanther
missing character when reading from a text file
|
|
[4 replies] Last: Thank you everyone for your response. These smaller issues seem to mak... (by jpanther)
|
by Nathan7378
If-Else Statement not working correctly
|
|
[10 replies] Last: Ok, that made it work. This was my first time using this forum and it ... (by Nathan7378)
|
by progleo
Code::Blocks 13.12
|
|
[4 replies] Last: Yes, but I have no problem anymore I un-installed c::b and installed i... (by progleo)
|
by jjwooyoung
trouble with makefile
|
|
[4 replies] Last: Heh, I didn't look closely enough at your makefile. There are a numbe... (by Duthomhas)
|
by h4ever
Copying string in Visual Studio
|
|
[13 replies] Last: So I simulated the paste action and got here: trig_data = static_c... (by h4ever)
|
by taylorz
I don't understand why I need to enter input twice
|
|
[no replies]
|
by berkxz
do while problem, please help
|
|
[3 replies] Last: What i thought here is, if x is intered the bigger X will be flushed, ... (by berkxz)
|
by mindoo
socket programming Client and Server bugs
|
|
[8 replies] Last: Hi, I solved the error. All I did was change the port and it worked. T... (by mindoo)
|
by curious noob
Why does my while loop end early?
|
|
[2 replies] Last: I'm an idiot. Thank you. (by curious noob)
|