#programowanie #cpp
Jakaś przyzwoita alternatywa dla #astyle? Z dobrą obsługą C++11? Będę wdzięczny za wszystkie propozycję :)
Jakaś przyzwoita alternatywa dla #astyle? Z dobrą obsługą C++11? Będę wdzięczny za wszystkie propozycję :)

gdImageStringFT(gdImagePtr im, int *brect, int fg, char *fontname, double ptsize, double angle, int x, int y, char *string)gdImageString(gdImagePtr im, gdFontPtr font, int x, int y, unsigned char *s, int color)char *s = "Witaj";error: invalid conversion from 'char' to 'unsigned char' [-fpermissive]
int s;
cout << "Podaj s: ";
cin >> s;Nie można uruchomić programu, ponieważ na komputerze nie znaleziono opencv_core246d.dll. Spróbuj ponownie zainstalować program, aby naprawić ten problem.
Czy, żeby znaleźć pracę jako programista trzeba mieć studia informatyczne?
void Belka(int poziom, int home, int away, int color1, int color2) {
int odstep = 40;
int x = 600*(home/(home+away));
gdImageFilledRectangle(im, 20, 60+poziom*odstep, x, 80+poziom*odstep, color1);
gdImageFilledRectangle(im, x, 60+poziom*odstep, 580, 80+poziom*odstep, color2);
}gdImagePtr im;
cv::Mat captureframe2;
...
captureframe2=cvQueryFrame(capture);cvSetCaptureProperty(capture, CV_CAP_PROP_FRAME_WIDTH, 1280);
cvSetCaptureProperty(capture, CV_CAP_PROP_FRAME_HEIGHT, 720);capture= cvCaptureFromCAM(kam);uint32_t x = crc32str("Admin");
printf("Admin %08x\n", endian(x));przenieść logikę z maina do osobnej funkcji, tak żeby przyjmowała jakiś string
#include "nazwa.h"int foo(char*);
Function templatestd::mem_fngenerates wrapper objects for pointers to members, which can store, copy, and invoke a pointer to member. Both references and pointers (including smart pointers) to an object can be used when invoking astd::mem_fn.
std::mem_fnstd::functionstd::functionstd::bindstd::mem_fnWykop.pl
Podróże
Gospodarka
Ukraina
Technologia
Motoryzacja
Sport
Rozrywka
Informacje
Ciekawostki
#programowanie #cpp #c
Komentarz usunięty przez autora