by ahartoch
Newbie: Help with webservice request
|
|
[no replies]
|
Define a global 'set' variable |
|
[2 replies] Last: That error means you probably forgot to #include <set> or that you n... (by shacktar)
|
by bool maybe
problem with bool -- can't exit loop
|
|
[2 replies] Last: Or you could use break to stop the loop. Instead more=false; write ... (by CosminNTG)
|
by Ben Duncan
Identifying numbers in arrays.
|
|
[1 reply] : I don't really know what you want to do in this program. This program... (by CosminNTG)
|
Problems with char and LPCSTR |
|
[4 replies] Last: Thank you very much! (by closed account 2NywAqkS)
|
by time to c
how to get lenght of number
|
|
[5 replies] Last: @time to c: Did you execute the mussaAli's program? You enter a number... (by CosminNTG)
|
Quick question about using float... |
|
[3 replies] Last: If the input values (temperatures) are supposed to be of type int an... (by Danielsson)
|
by eypros
Problem in Template function. Uncomprehensive error message
|
|
[2 replies] Last: No I use also header files (I didn't mention) as well as space.cpp and... (by eypros)
|
by gibran
checking for EOF, reading input
|
|
[4 replies] Last: ¿then why the last line just got 1 number? ¿do you want "default" va... (by ne555)
|
by Amnesia
Question about pancakes.
|
|
[3 replies] Last: #include <iostream> #include <vector> #include <conio.h> #include <... (by mussaAli)
|
by hackinghorn
The k-th smallest element of a set.
|
|
[2 replies] Last: A binary tree is sorted by some key. Since the data is integers, the ... (by webJose)
|
by darkliight
Stop the countdown
|
|
[2 replies] Last: You could create two threads; one listens to the keyboard whilst the o... (by Moschops)
|
by crawler
switch function error
|
|
[9 replies] Last: #define CERC 1 #define PATRAT 2 #define DREPTUNGHI 3 #define TRIUNG... (by crawler)
|
by MTTbmlc
#warning deprecated or antiquated header
|
|
[3 replies] Last: FYI, when I recommended switching to sstream, I never said it was a DI... (by webJose)
|
by Frypot
How to disallow characters
|
|
[4 replies] Last: You changed the topic subject, right? I don't remember it was about di... (by Catfish)
|
Alternative to #define |
|
[3 replies] Last: Encase anybody is interested here's what the function looks like: vo... (by drunken meerkat)
|
by Smooth23
Selection without decision branching
|
|
[9 replies] Last: Change what to true or false? c would be replaced with "mass < 90" or ... (by hamsterman)
|
by efigen
passing filename values to classes
|
|
[1 reply] : Functions can have parameters, for example: void function(int paramet... (by Catfish)
|
by carebearboy
How do you keep motivated when times get tuff?
|
|
[8 replies] Last: Thank you all for your replies. I decided to skip that part of the bo... (by carebearboy)
|
by detroit
braces program (logic)
|
|
[9 replies] Last: Don't forget: // This \ is a comment {} "This \ is a string {}" ED... (by helios)
|