by alzetoun1
define equation
|
|
[17 replies] Last: For if all, the angle x should be a double. Angles in the math library... (by dhayden)
|
by antonyt
sorting string members in an array of struct
|
|
[3 replies] Last: Because we have so many functions that are wanting to use the Struct.... (by cire)
|
by Jason34
Help I'm stuck!
|
|
[7 replies] Last: I'm obtaining my bachelors in comp sci and none of my professors hav... (by Moschops)
|
by alex067
String input
|
|
[9 replies] Last: Is there a lower and upper function for strings? One can loop thro... (by TheIdeasMan)
|
by Zarman
Question about numbers and strings
|
|
[5 replies] Last: What is a (2) + a (3)?? I've never seen this syntax in c++ are you try... (by alex067)
|
by m0bb1n
Repeat section of code after IF statement
|
|
[7 replies] Last: [quote=Zarman]There are no differences, but the string object is bette... (by TheIdeasMan)
|
by Arquon
Why cant I continue extracting values after first loop ?
|
|
[17 replies] Last: [quote=Arquon ]I need to prototype it only if I want to do it below ma... (by TheIdeasMan)
|
Printing text on winapi gui application |
|
[4 replies] Last: True, but that's for a simple message box, I wanted to give an real wi... (by FluorescentGreen5)
|
by alex067
Pointers, when to use syntax
|
|
[3 replies] Last: I'll just say it simply. as you know, *ptr is the value, and ptr is th... (by Zarman)
|
by tomlu0416
Looping and Unused Variable 'ch'
|
|
[2 replies] Last: #include <iostream> using namespace std; int main(){ char word; cha... (by Zarman)
|
by alex067
Do while menu
|
|
[9 replies] Last: One thing though, the link you provided me to show a menu, wow it is ... (by TheIdeasMan)
|
by Namlich
2D array as parameter
|
|
[3 replies] Last: Oh, and make the parameters to your function const as well, it's a p... (by TheIdeasMan)
|
by wilk3sy
dynamic arrays?
|
|
[10 replies] Last: See http://www.cplusplus.com/forum/beginner/182513/#msg894223 (by JLBorges)
|
by wilk3sy
char * or string
|
|
[1 reply] : Favour std::string over dynamically allocated C-style strings C-st... (by JLBorges)
|
Basic Store |
|
[3 replies] Last: For starting out, don't use global variables unless your program is ne... (by Mort88)
|
by exelbeast
Sorting a string array based off of the indexes of a sorted int array?
|
|
[6 replies] Last: Thank you so much cire! That is what I needed! You got it to work for ... (by exelbeast)
|
by merdasss
please help me wirte this program
|
|
[no replies]
|
by noodel
total beginner with while
|
|
[4 replies] Last: It's not that complicated actually. #include <iostream> using name... (by Zarman)
|
HELP ME!!!! |
|
[1 reply] : Please update your post and use code tags - http://www.cplusplus.com/a... (by TarikNeaj)
|
Repeating text if statement? |
|
[5 replies] Last: double quotes ("hello world") are for strings, and single quotes ('a'... (by thecrazygerman)
|