by jag4205
protected class
|
|
[2 replies] Last: No, it's not. I am learning about C++ and it's new to me so I tend to ... (by jag4205)
|
by jag4205
Float confusion
|
|
[6 replies] Last: Try reading Introduction to programming with C++ (by jag4205)
|
by jag4205
Const question
|
|
[5 replies] Last: actually 'constant' is a key word which tells the compiler that the va... (by Pter0dactyl)
|
by EeAA
error: Error redefinition; different basic types
|
|
[7 replies] Last: oh yes!!! thank you. I totally missed it. (by EeAA)
|
How to convert a vector<char> to a const char array? |
|
[2 replies] Last: I ment an actual conversion :) of a vector char to a const char Here... (by Noobscratcher)
|
by TL29
Began learning strings: Need to split one string into multiple
|
|
[5 replies] Last: It could be easier to parse it using the I/O streams: #include <st... (by Cubbi)
|
by jag4205
Char declaration
|
|
[3 replies] Last: Okay, thanks :) (by jag4205)
|
by jag4205
Char question
|
|
[6 replies] Last: Thanks :) (by jag4205)
|
by julng
Counting words
|
|
[8 replies] Last: Well, this: void countWord (list <char> &myList) { list<char>::i... (by coder777)
|
by wwonderboy
some questions
|
|
[3 replies] Last: As for point 6 according to the C++ Standard "A parameter name shall n... (by vlad from moscow)
|
by sikuade
expected un qualified-id
|
|
[2 replies] Last: From what you wrote only the initilal part of the code could be correc... (by vlad from moscow)
|
what is wrong in this code |
|
[2 replies] Last: for (i=0;i<=11;i++) { cout<<pre <<"\t"; } This loop will access pre ... (by Peter87)
|
by julng
using strcmp for sorting
|
|
[2 replies] Last: [quote=hamsterman]If some s1 and s2 were integers, you'd check that s1... (by Peter87)
|
by MatthewRock
How to setup PDcurses on 64bit Win7?
|
|
[2 replies] Last: Add directory pointing to "ncurses.h" to codeblocks search directories... (by modoran)
|
by wadaah
Why cannot read 2 file in the same time?
|
|
[no replies]
|
by GRex2595
Handling fractions
|
|
[6 replies] Last: Yeah. I finally made it. I only have to change a few things to make ... (by GRex2595)
|
help with making array into a bubble sort |
|
[1 reply] : Hope this helps http://www.cplusplus.com/forum/beginner/69717/ (by TheDestroyer)
|
by Cirabou
Could some please look at my code? Constructor help:
|
|
[8 replies] Last: [quote=Jikax] "always thought the destructor just needed to be there. ... (by closed account zb0S216C)
|
by NerdTastic
Break statement failure
|
|
[7 replies] Last: I figured it out. I was using the abs() function which only works with... (by NerdTastic)
|
by nsx
ok, im new to c++ and im writing a program that is a quiz
|
|
[7 replies] Last: Everyone thank you so much! it works! but sadly i forgot to use a loop... (by nsx)
|