by tobougg
Brand new programming baby (1,2)
|
|
[21 replies] Last: There really is tons to learn. I strongly encourage you to start with ... (by Manga)
|
by raguram
how to declare dynamic array in double data type(c++)?
|
|
[5 replies] Last: @ nevermore28 and timprograms : as you said, the problem was with the ... (by raguram)
|
by chipkoooo
How to use goto statement for 2 c++ files
|
|
[1 reply] : You can't. And you shouldn't use goto in any case. It's really dange... (by MikeyBoy)
|
by kkkl
how to determine biggest size of array
|
|
[1 reply] : - Your "addstudent" overwrites (i.e. replaces) values. That is not an... (by keskiverto)
|
by Ivanni3
Please Give Me a Suggestion
|
|
[6 replies] Last: That looks like the instructor expects the students to be able to figu... (by keskiverto)
|
by timprograms
ANSI, and my Graphics.cpp problem
|
|
[no replies]
|
by Observer
Regular expression for countWords()
|
|
[2 replies] Last: I found the solution: #include <vector> #include <string> #include ... (by Observer)
|
by colognem
Basic For loop
|
|
[4 replies] Last: thanks bro ! (by colognem)
|
by subhransu
HEADER FILE PROBLEM !!
|
|
[10 replies] Last: Many of my friends said that It is not a good practice to fetch other... (by MikeyBoy)
|
by mahmoud2592
Insertion sort code algorithm
|
|
[1 reply] : Looks like you are loosing information on line 30 to 31 because temp i... (by Smac89)
|
by UHD Gamer
Trying to make Rapid Fire
|
|
[5 replies] Last: To be honest, I didn't even know you could do it with coordinates. I... (by LB)
|
Help Required! Unsure of how to reach required output! |
|
[3 replies] Last: Are you inputting .15 for the interest rate or 15 for the 15%? because... (by giblit)
|
by Nerodic
where can i learn c++
|
|
[1 reply] : On this site: http://www.cplusplus.com/doc/tutorial/ And also: http://... (by LB)
|
by Nerodic
im 12 and i code square root finder
|
|
[2 replies] Last: You should Google search "Why is using namespace std; bad?" I started... (by LB)
|
by DrZoidberg
Why isn't this working? (sockets)
|
|
[14 replies] Last: Wasn't aware, fixed post. I only knew 0 and 65535 were reserved. (by LB)
|
by willynilly
Deleting strings in textfiles
|
|
[3 replies] Last: You already have a topic discussing this problem: http://www.cplusplus... (by LB)
|
by greatcoder
getting error in printing
|
|
[18 replies] Last: You cannot mix cin/cout with scanf/printf - they operate on different ... (by LB)
|
by Mobius1
Converting strings to ints
|
|
[6 replies] Last: Yes it should capture all those variables, you can also try it and see... (by Smac89)
|
by DarkRitual
Using same class instance across multiple files
|
|
[2 replies] Last: It was a stupid logic error. I don't have to find a way to use the sa... (by DarkRitual)
|
by willynilly
Inserting text into textfiles
|
|
[3 replies] Last: You could read the rest of the file after the part you want to insert ... (by LB)
|