by Subo93
2D array problem
|
|
[1 reply] : Sounds like you created a windows application instead of a console app... (by giblit)
|
by Junishi
Palindrome
|
|
[2 replies] Last: Aha thank you very much :) I had bit of a problem with the pointers in... (by Junishi)
|
by DesmondSun
Random Math question generator
|
|
[5 replies] Last: Thank you so much!!!! (by DesmondSun)
|
by allekj
keep getting min of array 0
|
|
[2 replies] Last: thank you for the assistance learning all of this by myself sometimes ... (by allekj)
|
by looking4hlp1
Help with input 10 # output in numerical order
|
|
[10 replies] Last: Use code tags. Indent your code sensibly. Here's your code with indent... (by booradley60)
|
by looking4hlp1
help with while and for
|
|
[1 reply] : Don't post multiple threads on the same thing. http://www.cplusplus.co... (by booradley60)
|
by CodingisFun
Trying to read the file
|
|
[6 replies] Last: the word doesnt appear either (by CodingisFun)
|
by ksjCPU
Need help with multiple function calls.
|
|
[no replies]
|
by Vhin
Is there a protected-level Friend?
|
|
[no replies]
|
by xvvll
Help reading numbers
|
|
[no replies]
|
by preslieee
4 month calendar
|
|
[11 replies] Last: The function definition goes after the main function definition. int... (by wildblue)
|
by Kiddolioable
Game programming curiosity :o
|
|
[19 replies] Last: This site has video instruction for C. C is the language C++ was built... (by CodeGoggles)
|
by preslieee
PLEASE HELP? 4 month calendar
|
|
[1 reply] : Please do not post the same question mutliple times. http://www.cplu... (by AbstractionAnon)
|
by Cronus098
Combination without replacement & set subtracts one after combination ends
|
|
[1 reply] : #include <algorithm> #include <iostream> #include <string> using na... (by Cronus098)
|
by amatthew3
Caesar cipher function works with the exception of a couple letters
|
|
[no replies]
|
by Trewpa
Connect Four C++ Seg Fault error
|
|
[2 replies] Last: http://i.imgur.com/Lxp25TB.png Once I try to add one more to column 1... (by Trewpa)
|
by vui
Finding data in a 2d array
|
|
[no replies]
|
by wongnich
Simple Connect 4 Program
|
|
[3 replies] Last: If you use a structure, you could have multiple games at once quite ea... (by LB)
|
by csi1490
file to 2d array
|
|
[10 replies] Last: At line 8, if (!getline(iss, cell, ';')) the delimiter is specified... (by Chervil)
|
by Longzey
New to linked lists, having seg fault error
|
|
[1 reply] : On line 10, you try to access head->next even though your if stateme... (by LB)
|