3rd cin getting ignored |
|
[5 replies] Last: @heyheyitscurly.. Can u tell me what kind of program are you writing ?... (by closed account iyRG3TCk)
|
Difference between while(!key) and while(key) |
|
[2 replies] Last: Thnx! helios. (by closed account iyRG3TCk)
|
by techpally
How Beginners Can Learn Computer Programming from Scratch in their Home
|
|
[no replies]
|
by PerSonn
INI Code BC++Builder
|
|
[5 replies] Last: Edit1 -> Text = StartUp->ReadInteger("MyData", "Read", ""); If you w... (by Thomas1965)
|
by Heynow
Rather gay question...
|
|
[2 replies] Last: aw god damn ..THANK you man! (by Heynow)
|
by amaroa97
C++ Height Calculation
|
|
[6 replies] Last: Thank you, everyone! (by amaroa97)
|
by GhettoBurger
Eliminate Redundant Code
|
|
[4 replies] Last: It's very good that you've recognized that there's something wrong wit... (by dhayden)
|
CPLEX Help |
|
[no replies]
|
by PBachmann
What to call a function
|
|
[2 replies] Last: The standard library uses the name clamp for this. std::clamp() (... (by JLBorges)
|
by GhettoBurger
Enter info into command prompt, saves to txt file.
|
|
[4 replies] Last: Hi, GhettoBurger. I’ve given a glance to your railway system project... (by Enoizat)
|
by brianjoo
Newton’s Second Law of Motion: force = mass * acceleration
|
|
[3 replies] Last: oh i thought it was c++. im taking a course, and my intructor told us ... (by brianjoo)
|
by aneurysm
Searching Arrays and displaying parallel data
|
|
[4 replies] Last: You could also ask the standard library to do all the dirty work for y... (by Enoizat)
|
by ghost1111
constructor
|
|
[2 replies] Last: [quote=Repeater]Why do you need one? Can you do it without pointers at... (by Enoizat)
|
by zingob
using char array, new and delete to get name and surname from external function
|
|
[3 replies] Last: #include <string> #include <cstring> char* get_name() { try ... (by JLBorges)
|
by Raul4pk
Moving to Linux
|
|
[4 replies] Last: I've been using Ubuntu Linux for about 2 years now, mainly as a bash a... (by bluefrog)
|
by gekakav
help!!!
|
|
[6 replies] Last: thank you guys! I'm begginer yet. (by gekakav)
|
by shivamjain1
GCD program written But some error
|
|
[3 replies] Last: #include <stdio.h> int main() { int a, b, num1, num2, temp, gc... (by tusharsoni05)
|
by zxkun
storing array
|
|
[5 replies] Last: Hello zxkun, All variables in the struck are initialized, so when Ca... (by Handy Andy)
|
by TeebqneX
Stream line reading in incorrectly
|
|
[4 replies] Last: Hello TeebqneX, An update to my bad mistake. when I said to use std:... (by Handy Andy)
|
by agusx
Problem with struct
|
|
[2 replies] Last: Thanks, I am sorry, the next time i will tell more about the error. (by agusx)
|