by PrivateRyan
how to access a const data structure
|
|
[1 reply] : It sounds like you are confusing a pointer that is const with a pointe... (by Peter87)
|
numbers guessing game |
|
[no replies]
|
by mrtnkvn
linker vs. compiler
|
|
[1 reply] : If you want to call functions in a library, you need the .h file for t... (by AbstractionAnon)
|
by far123
cin.ignore & cin.getline
|
|
[2 replies] Last: thank you sir (by far123)
|
by StupidLag
how to check if the user input is in the array list
|
|
[3 replies] Last: Make sure that the code that reads from the file works. (by benbalach)
|
by JOSEluis2796
help with a little question
|
|
[3 replies] Last: You didn't answer the question. I didn't ask what icant is. I aske... (by AbstractionAnon)
|
by musman2015
file handling in c++
|
|
[5 replies] Last: Only if you know exactly how many numbers are in the text file. Use s... (by benbalach)
|
Problem with a function that reads a stream until eof. |
|
[2 replies] Last: You can also do std::cin >> foo >> bar; There the std::cin>>foo retu... (by Hashirama senju)
|
by Nielyboyken
Curl doesn't work for some reason.
|
|
[1 reply] : Someone able to help me? :) (by Nielyboyken)
|
by feehily
For Loop
|
|
[9 replies] Last: Hope you understand what I did. Otherwise... just ask. (by minomic)
|
by pacman169
Prime numbers
|
|
[4 replies] Last: #include <iostream> #include <vector> using namespace std; { ve... (by pacman169)
|
References as Defines |
|
[6 replies] Last: I understand. Anyways, I will close this. Thank you guys for your help... (by Spikerocks101)
|
by fifthSage
Rotating Sentence
|
|
[2 replies] Last: im so sorry .. anyway tnx for the hints (by fifthSage)
|
by Newie0001
Help with calculations
|
|
[4 replies] Last: and also add a variable that will hold the tax. i mean the 10% off so ... (by xenovia12)
|
by vxk
nested friend classes implementation
|
|
[6 replies] Last: Sorry, I might have misinterpreted your question. I thought you where ... (by Peter87)
|
by mishappp
Linked list and pointers
|
|
[8 replies] Last: The good thing about standard library is that it is documented. For e... (by keskiverto)
|
by xenovia12
tictactoe
|
|
[no replies]
|
by feehily
Struct, Array, Loop
|
|
[1 reply] : The problem is that a and b are objects, not arrays. Change line ... (by benbalach)
|
by CaptainViper
Readin integers and names from a file
|
|
[7 replies] Last: To remove all potential bugs from your code and to make it simpler I r... (by benbalach)
|
by Zizael
Need Help with Tic Tac Toe Game
|
|
[no replies]
|