Din cate stiu si din ce am patit si eu , graphics.h nu mai exista . Probabil inveti de pe o carte mai veche ,iar bibliotecile intre timp au fost actualizate .
Spor !
Search found 20 matches
- 20 Jul 2014, 21:02
- Forum: Limbajul C++
- Topic: Nu pot rula urmatorul cod C++- va rog ma poate ajuta cineva?
- Replies: 1
- Views: 2868
- 20 Jul 2014, 20:54
- Forum: Limbajul C++
- Topic: Numar de aparitii .
- Replies: 1
- Views: 3183
Numar de aparitii .
Salutare ! Am urmatorul cod : #include "stdafx.h" #include <iostream> #include <fstream> using namespace std; #define LETTERS 26 struct letter_stats { char ch; int count; }; void main() { char string[256]; fstream out("108.txt", ios::out); cout << " Sir : "; cin >> string; if ( out.fail() ) cout << ...
- 09 Apr 2014, 19:31
- Forum: Limbajul C++
- Topic: Copy constructor for class "celsius" may not have a paramete
- Replies: 2
- Views: 2839
Re: Copy constructor for class "celsius" may not have a para
Multumesc frumos !
- 08 Apr 2014, 22:54
- Forum: Limbajul C++
- Topic: Copy constructor for class "celsius" may not have a paramete
- Replies: 2
- Views: 2839
Copy constructor for class "celsius" may not have a paramete
Problema este in clasa celsius la functia prieten. Ma atentioneaza in legatura cu doua lucruri : - No instance of overloaded function "fahrenheit::fahrenheit" matches the specified type - Copy constructor for class "celsius" may not have a parameter of type "celsius" #include "stdafx.h" #include <io...
- 08 Apr 2014, 22:02
- Forum: Limbajul C++
- Topic: More than one operator "==" matches these operands
- Replies: 3
- Views: 3831
Re: More than one operator "==" matches these operands
Problema a disparut. A aparut acum problema cu operatorul " * " dar acum stiu cum s-o rezolv.
Va multumesc !
Va multumesc !
- 07 Apr 2014, 23:18
- Forum: Limbajul C++
- Topic: More than one operator "==" matches these operands
- Replies: 3
- Views: 3831
More than one operator "==" matches these operands
Eroarea : More than one operator "==" matches these operands . int operator==(rational r1, rational r2) { // Returneaza 1 daca r1 == r2 , zero altfel. if(r1.numarator == 0) { if(r2.numarator == 0) return 1; else return 0; } if(r2.numarator == 0) { if(r1.numarator == 0) return 1; else return 0; } rat...
- 20 Feb 2014, 16:36
- Forum: Limbajul C++
- Topic: error LNK2019: unresolved external symbol _main referenced
- Replies: 2
- Views: 2935
Re: error LNK2019: unresolved external symbol _main referenc
Functioneaza . Multumesc !
- 18 Feb 2014, 17:15
- Forum: Limbajul C++
- Topic: error LNK2019: unresolved external symbol _main referenced
- Replies: 2
- Views: 2935
error LNK2019: unresolved external symbol _main referenced
Salutare ! Am o problema dupa care ma uit de ceva timp . #include "stdafx.h" #include <iostream> using namespace std; int main() { <-- // expected a ';' int bint(int *n, int b=10) { long s; int c, sign; char er[] ="Se reia citirea caracterelor intregului .\n"; for(;;) { printf("Tastati caracterele i...
- 31 Jan 2014, 02:47
- Forum: Windows API
- Topic: error RC2108: expected numerical dialog constant
- Replies: 4
- Views: 7969
Re: error RC2108: expected numerical dialog constant
Vreau sa nu pot fi luat prin surprindere in cazul in care voi avea nevoie , la facultate sau in alta parte de editarea manuala .
- 31 Jan 2014, 02:42
- Forum: Windows API
- Topic: Problema empty project
- Replies: 4
- Views: 8062
Re: Problema empty project
Multumesc ! Primesc cu bratele deschise informatiile .
- 30 Jan 2014, 03:22
- Forum: Windows API
- Topic: error RC2108: expected numerical dialog constant
- Replies: 4
- Views: 7969
error RC2108: expected numerical dialog constant
Salutare ! Nu am gasit pana acum o rezolvare pentru : "error RC2108: expected numerical dialog constant" generic.rc : #include "generic.h" GENERIC MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "&Test\tCtrl+T", IDM_TEST MENUITEM "E&xit\tCtrl+E", IDM_EXIT END POPUP "&Help" BEGIN MENUITEM "&About...
- 27 Jan 2014, 00:07
- Forum: Windows API
- Topic: Problema empty project
- Replies: 4
- Views: 8062
Re: Problema empty project
Multumesc ! A fost doar o chestie de neatentie . Doar " include <TCHAR.H>" reprezenta un necunoscut .
- 25 Jan 2014, 16:53
- Forum: Windows API
- Topic: Problema empty project
- Replies: 4
- Views: 8062
Problema empty project
Salutare ! Am o problema cu un empty project in Visual Studio 2010 Ultimate . Atentionarile date de catre compilator sunt scrise in felul acesta. Codul : #include <Windows.h> #include "PrimaFereastra.h" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {...
- 24 Jan 2014, 23:44
- Forum: Windows API
- Topic: Fisier resursa
- Replies: 4
- Views: 7605
Re: Fisier resursa
M-am uitat , multumesc pentru recomandare !
- 24 Jan 2014, 19:40
- Forum: Windows API
- Topic: Fisier resursa
- Replies: 4
- Views: 7605
Re: Fisier resursa
Folosesc Visual Studio 2010 Ultimate . Multumesc !