by mightymeowth
Error checking my menu, stuck on one thing
|
|
[2 replies] Last: HAHAHA wow do I feel stupid right now. Thank you. So this is like pe... (by mightymeowth)
|
by Blackhart98
Help with the << input in parentheis
|
|
[1 reply] : The line while(cin >> x) will try to extract a value into the variable... (by jlb)
|
by learning101
getting the wrong answer from my counter
|
|
[2 replies] Last: @LB thank you very much, it works fine now (by learning101)
|
by Tenom722
Creating a Login System
|
|
[9 replies] Last: Anyone (by Tenom722)
|
by Sausage
Problem with writing to a file.
|
|
[5 replies] Last: From Cplusplus.com open mode reference manual: app All output operat... (by tcs)
|
by mynicks
SWITCH() ....CASE and putch() problem.
|
|
[4 replies] Last: Try this (I'm with no computer): #include <iostream> #include <conio... (by iQChange)
|
by loopdydoo
Help including a library in a project
|
|
[no replies]
|
by keltonfan2
Program that prints prime factors needs to have them output in a specific way
|
|
[3 replies] Last: Hello? (by keltonfan2)
|
by jakvrh1
C++ Primer exercise section 6.7
|
|
[3 replies] Last: declare a vector whose elements are function pointers. //store functi... (by anup30)
|
by alexBB
Please explain this C++ statement. Thanks.
|
|
[2 replies] Last: Well, if the number N is a power of two then in the binary representat... (by alexBB)
|
by JackDoue
Should I buy a course on Unity 3D in C#, when I'm still a beginner to C++?
|
|
[1 reply] : Personally I never suggest spending money on learning materials unless... (by kevinkjt2000)
|
by sambalsam
Replacing a string in char array
|
|
[2 replies] Last: How could I omitt that. It solved my problem entirely. I appreciate yo... (by sambalsam)
|
by Edvards
ax3+bx2+cx+d=0 - do.. while | Anyone, help?
|
|
[4 replies] Last: Very good, thank you, ill let you know the outcome as soon i will have... (by Edvards)
|
by Dinot
vector of vector and maps
|
|
[4 replies] Last: Thank you very much! After rereading the code a couple of times and lo... (by Dinot)
|
by prajwalsingh
problem in terminating a for loop containing if else statement
|
|
[2 replies] Last: thanks :) got the logic. it worked after making minor changes in the p... (by prajwalsingh)
|
by Jack41EL
Weirdly Behaving For Loop
|
|
[5 replies] Last: uint64_t greatestFactor; uint64_t *listPtr = &greatestFactor + 1; ...... (by dhayden)
|
by xenovia12
pointers practice
|
|
[8 replies] Last: I see thank you, I really appreciate you help (by xenovia12)
|
by Nielyboyken
Using variables cross-header
|
|
[7 replies] Last: I see. I get your point there. Okay thank you @MiiNiiPaa you've help m... (by xenovia12)
|
by elfaze
Debug Assertion Failed
|
|
[4 replies] Last: Thanks a lot. (by elfaze)
|
extern global static? |
|
[6 replies] Last: thanks everyone, i solved the problem. Aldough we did not do class or ... (by closed account iTkG1hU5)
|